/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_memory.cpp | 46 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/ |
D | GrSPIRVVaryingHandler.cpp | 89 int elementSize = grsltype_to_location_size(var.getType()); in finalize_helper() local
|
D | GrSPIRVUniformHandler.cpp | 177 uint32_t elementSize = std::max<uint32_t>(16, grsltype_to_size(type)); in get_ubo_offset() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkVaryingHandler.cpp | 83 int elementSize = grsltype_to_location_size(var.getType()); in finalize_helper() local
|
D | GrVkUniformHandler.cpp | 181 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/ |
D | random.js | 37 function assertOffset(offset, elementSize, length) { argument 49 function assertSize(size, elementSize, offset, length) { argument
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnVaryingHandler.cpp | 89 int elementSize = grsltype_to_location_size(var.getType()); in finalize_helper() local
|
D | GrDawnUniformHandler.cpp | 193 uint32_t elementSize = SkTMax<uint32_t>(16, grsltype_to_size(type)); in get_ubo_offset() local
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkVaryingHandler.cpp | 87 int elementSize = grsltype_to_location_size(var.getType()); in finalize_helper() local
|
D | GrVkUniformHandler.cpp | 197 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/ |
D | dePoolArray.h | 42 int elementSize; /*!< Size of the element (in bytes). */ member
|
D | dePoolArray.c | 43 dePoolArray* dePoolArray_create (deMemPool* pool, int elementSize) in dePoolArray_create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolOcclusionTests.cpp | 563 …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/ |
D | VertexBuffer9.cpp | 73 size_t elementSize = gl::ComputeVertexAttributeTypeSize(attrib); in storeVertexAttributes() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexBuffer9.cpp | 73 size_t elementSize = gl::ComputeVertexAttributeTypeSize(attrib); in storeVertexAttributes() local
|
/third_party/mesa3d/src/glx/ |
D | pixel.c | 176 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/ |
D | VertexDataManager.cpp | 64 int elementSize = attribute.typeSize(); in writeAttributeData() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.cpp | 64 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/ |
D | gluDrawUtil.cpp | 278 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/ |
D | vktShaderFConvertTests.cpp | 330 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/ |
D | SkReadBuffer.cpp | 233 bool SkReadBuffer::readArray(void* value, size_t size, size_t elementSize) { in readArray()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 81 const int elementSize = sizeof(T) * componentCount; in UpdateDefaultUniformBlock() local 116 const int elementSize = sizeof(T) * componentCount; in ReadFromDefaultUniformBlock() local
|
/third_party/skia/src/core/ |
D | SkReadBuffer.cpp | 257 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/ |
D | VertexDataManager.cpp | 115 unsigned int elementSize = 0; in DirectStoragePossible() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 175 size_t elementSize = gl::GetDrawElementsTypeSize(indexType); in convertIndexBufferCPU() local
|