Home
last modified time | relevance | path

Searched defs:size (Results 9001 - 9025 of 13036) sorted by relevance

1...<<361362363364365366367368369370>>...522

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvk_layer.h168 uint32_t size; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.cpp21 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument
48 setCompressedImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedImage() argument
154 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument
163 setStorageExternalMemory(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size, gl::MemoryObject *memoryObject, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) setStorageExternalMemory() argument
219 setStorageMultisample(const gl::Context *context, gl::TextureType type, GLsizei samples, GLint internalformat, const gl::Extents &size, bool fixedSampleLocations) setStorageMultisample() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp47 void checkSubImage2D(GLenum format, GLsizei size) in checkSubImage2D() argument
71 void checkSubImage3D(GLenum target, GLenum format, GLsizei size) in checkSubImage3D() argument
98 const GLsizei size = ::testing::get<1>(GetParam()).second; in check2D() local
172 const GLsizei size in check3D() local
[all...]
H A DUniformTest.cpp975 GLint size = 0; in TEST_P() local
[all...]
H A DBufferDataTest.cpp848 constexpr GLsizei size = 64; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.h99 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() argument
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp72 uint32_t size; in MakeFromStream() member
104 uint32_t size = get_int(entryBuffer, 8); in MakeFromStream() local
167 uint32_t size = directoryEntries[i].size; MakeFromStream() local
217 size_t size = info.computeMinByteSize(); MakeFromStream() local
[all...]
H A DSkWebpCodec.cpp81 const int64_t size = sk_64_mul(width, height); in MakeFromStream() local
[all...]
/third_party/skia/src/core/
H A DSkColorFilter.cpp44 sk_sp<SkColorFilter> SkColorFilter::Deserialize(const void* data, size_t size, in Deserialize() argument
H A DSkCompressedDataUtils.cpp58 static int num_4x4_blocks(int size) { in num_4x4_blocks() argument
H A DSkMaskFilter.cpp398 sk_sp<SkMaskFilter> SkMaskFilter::Deserialize(const void* data, size_t size, in Deserialize() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp266 D3D12_GPU_VIRTUAL_ADDRESS GrD3DResourceProvider::uploadConstantData(void* data, size_t size) { in uploadConstantData() argument
104 createConstantBufferView( ID3D12Resource* bufferResource, size_t offset, size_t size) createConstantBufferView() argument
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp43 Make(GrRecordingContext* rContext, SkISize size, const GrCaps& caps, const SkScalar* values) Make() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp148 float2 size = botRightCeil - topLeftFloor; in pathFitsInAtlas() local
/third_party/skia/src/image/
H A DSkImage_Raster.cpp68 size_t size = info.computeByteSize(rowBytes); in ValidArgs() local
278 size_t size; in MakeRasterCopyPriv() local
294 size_t size; in MakeRasterData() local
342 size_t size; MakeFromRaster() local
[all...]
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp161 size_t size = height * rowBytes; local
/third_party/skia/samplecode/
H A DSampleSlides.cpp243 static sk_sp<SkShader> make_shader0(SkIPoint* size) { in make_shader0() argument
251 static sk_sp<SkShader> make_shader1(const SkIPoint& size) { in make_shader1() argument
354 SkIPoint size; in mesh_slide() local
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp42 size_t size = (size_t) sk_64_mul(fKernelSize.width(), fKernelSize.height()); in SkMatrixConvolutionImageFilter() local
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp35 sk_sp<GrCpuBuffer> GrBufferAllocPool::CpuBufferCache::makeBuffer(size_t size, in makeBuffer() argument
189 makeSpace(size_t size, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset) makeSpace() argument
274 size_t size = align_down(fBlocks.back().fBytesFree, alignment); makeSpaceAtLeast() local
314 size_t size = std::max(requestSize, kDefaultBufferSize); createBlock() local
409 getBuffer(size_t size) getBuffer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.h53 TAllocation(size_t size, unsigned char* mem, TAllocation* prev = 0) : in TAllocation() argument
62 memset(data(), userDataFill, size); in TAllocation() local
76 inline static size_t allocationSize(size_t size) { in allocationSize() argument
93 size_t size; // siz member in TAllocation
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h115 GLsizei size; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp136 auto size = elementTy.componentCount * static_cast<uint32_t>(sizeof(float)) * SIMD::Width; in EmitVariable() local
144 auto size = workgroupMemory.size(); in EmitVariable() local
163 auto size = elementTy.componentCount * static_cast<uint32_t>(sizeof(float)) * SIMD::Width; in EmitVariable() local
176 auto size = 0; // Not required as this pointer is not directly used by SIMD::Read or SIMD::Write. in EmitVariable() local
185 auto size in EmitVariable() local
400 Int size = *Pointer<Int>(descriptor + OFFSET(vk::BufferDescriptor, sizeInBytes)); GetPointerToData() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp213 size_t size = sizeof(buf); syncScope() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.cpp133 Shader::Instruction::Instruction(const unsigned long *token, int size, unsigned char majorVersion) : analysis(0) in Instruction() argument
548 int size = (token & 0x0F000000) >> 24; parseOperationToken() local
1188 int Shader::size(unsigned long opcode) const size() function in sw::Shader
1193 int Shader::size(unsigned long opcode, unsigned short shaderModel) size() function in sw::Shader
1200 static const signed char size[] = size() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.cpp475 void Device::emitDeviceMemoryReport(VkDeviceMemoryReportEventTypeEXT type, uint64_t memoryObjectId, VkDeviceSize size, VkObjectType objectType, uint64_t objectHandle, uint32_t heapIndex) in emitDeviceMemoryReport() argument

Completed in 32 milliseconds

1...<<361362363364365366367368369370>>...522