Home
last modified time | relevance | path

Searched defs:elementSize (Results 1 – 25 of 56) 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/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/node/lib/internal/crypto/
Drandom.js70 function assertOffset(offset, elementSize, length) { argument
82 function assertSize(size, elementSize, offset, length) { argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp611 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? size… in OcclusionQueryTestInstance() local
950 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof(d… in recordRender() local
989 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof(d… in recordCopyResults() local
1009 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof… in captureResults() local
1537 …const vk::VkDeviceSize elementSize = (testVector.queryResultsAvailability ? resultSize * 2 : resu… in init() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.cpp73 size_t elementSize = gl::ComputeVertexAttributeTypeSize(attrib); in storeVertexAttributes() local
Dformatutils9.cpp580 size_t elementSize, in CreateVertexFormatInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp611 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? size… in OcclusionQueryTestInstance() local
950 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof(d… in recordRender() local
989 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof(d… in recordCopyResults() local
1009 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof… in captureResults() local
1561 …const vk::VkDeviceSize elementSize = (testVector.queryResultsAvailability ? resultSize * 2 : resu… in init() 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
Dutilities.cpp2291 sw::DrawType elementSize; in ConvertPrimitiveType() 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/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/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustness1VertexAccessTests.cpp335 const auto elementSize = static_cast<deUint32>(sizeof(Vertex)); in __anon86fbcf270902() local
393 const auto elementSize = static_cast<deUint32>(sizeof(Vec4)); in __anon86fbcf270c02() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustness1VertexAccessTests.cpp337 const auto elementSize = static_cast<deUint32>(sizeof(Vertex)); in __anon763e00670902() local
396 const auto elementSize = static_cast<deUint32>(sizeof(Vec4)); in __anon763e00670c02() local
/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/vk-gl-cts/modules/glshared/
DglsDrawTest.cpp1595 const size_t elementSize = componentSize * componentCount; in createBasicArray() local
1645 const size_t elementSize = 4; in generatePackedArray() local
1698 const size_t elementSize = sizeof(T); in createIndices() local
3246 …const size_t elementSize = attribSpec.componentCount * DrawTestSpec::inputTypeSize(attribSpe… in iterate() local
/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.hpp324 deUintptr elementSize = (deUintptr)deAlignPtr((void*)(deUintptr)sizeof(T), Alignment); in reserve() local

123