Home
last modified time | relevance | path

Searched defs:elementSize (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_memory.cpp46 dng_memory_data::dng_memory_data (uint32 count, std::size_t elementSize) in dng_memory_data()
90 void dng_memory_data::Allocate (uint32 count, std::size_t elementSize) in Allocate()
/third_party/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp89 int elementSize = grsltype_to_location_size(var.getType()); in finalize_helper() local
DGrSPIRVUniformHandler.cpp177 uint32_t elementSize = std::max<uint32_t>(16, grsltype_to_size(type)); in get_ubo_offset() local
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp83 int elementSize = grsltype_to_location_size(var.getType()); in finalize_helper() local
DGrVkUniformHandler.cpp181 uint32_t elementSize = std::max<uint32_t>(16, grsltype_to_vk_size(type, layout)); in get_aligned_offset() local
/third_party/node/lib/internal/crypto/
Drandom.js37 function assertOffset(offset, elementSize, length) { argument
49 function assertSize(size, elementSize, offset, length) { argument
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnVaryingHandler.cpp89 int elementSize = grsltype_to_location_size(var.getType()); in finalize_helper() local
DGrDawnUniformHandler.cpp193 uint32_t elementSize = SkTMax<uint32_t>(16, grsltype_to_size(type)); in get_ubo_offset() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp87 int elementSize = grsltype_to_location_size(var.getType()); in finalize_helper() local
DGrVkUniformHandler.cpp197 uint32_t elementSize = SkTMax<uint32_t>(16, grsltype_to_vk_size(type)); in get_ubo_aligned_offset() local
/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolArray.h42 int elementSize; /*!< Size of the element (in bytes). */ member
DdePoolArray.c43 dePoolArray* dePoolArray_create (deMemPool* pool, int elementSize) in dePoolArray_create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp563 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? size… in OcclusionQueryTestInstance() local
868 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof(d… in recordRender() local
906 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof(d… in recordCopyResults() local
926 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof… in captureResults() local
1407 …const vk::VkDeviceSize elementSize = (testVector.queryResultsAvailability ? resultSize * 2 : resu… in init() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.cpp73 size_t elementSize = gl::ComputeVertexAttributeTypeSize(attrib); in storeVertexAttributes() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.cpp73 size_t elementSize = gl::ComputeVertexAttributeTypeSize(attrib); in storeVertexAttributes() local
/third_party/mesa3d/src/glx/
Dpixel.c176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glFillImage() local
402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glEmptyImage() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.cpp64 int elementSize = attribute.typeSize(); in writeAttributeData() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp64 angle::CheckedNumeric<size_t> elementSize = ComputeVertexAttributeTypeSize(attrib); in ElementsInBuffer() local
113 unsigned int elementSize = 0; in DirectStoragePossible() local
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp278 const int elementSize = getVtxCompSize(va.pointer.componentType)*va.pointer.numComponents; in appendAttributeNonStrided() local
307 const int elementSize = getVtxCompSize(dstVA.componentType)*dstVA.numComponents; in copyToLayout() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp330 const size_t elementSize = sizeof(typename T::StorageType); in calculate() local
374 const size_t elementSize = sizeof(typename T::StorageType); in unpackFloats() local
/third_party/flutter/skia/src/core/
DSkReadBuffer.cpp233 bool SkReadBuffer::readArray(void* value, size_t size, size_t elementSize) { in readArray()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp81 const int elementSize = sizeof(T) * componentCount; in UpdateDefaultUniformBlock() local
116 const int elementSize = sizeof(T) * componentCount; in ReadFromDefaultUniformBlock() local
/third_party/skia/src/core/
DSkReadBuffer.cpp257 bool SkReadBuffer::readArray(void* value, size_t size, size_t elementSize) { in readArray()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp115 unsigned int elementSize = 0; in DirectStoragePossible() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp175 size_t elementSize = gl::GetDrawElementsTypeSize(indexType); in convertIndexBufferCPU() local

123