Home
last modified time | relevance | path

Searched refs:getIndexSize (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp314 deUint32 getIndexSize (const SparseIndexNode* group) in getIndexSize() function
319 numNodes += getIndexSize(group->children[childNdx]); in getIndexSize()
357 const deUint32 indexSize = getIndexSize(root); in buildFinalIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h367 unsigned getIndexSize(unsigned AS) const;
403 return getIndexSize(AS) * 8; in getIndexSizeInBits()
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp187 static int getIndexSize (IndexType type) in getIndexSize() function
380 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, numIndices*getIndexSize(indexType), indices, usage); in IndexBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp678 unsigned DataLayout::getIndexSize(unsigned AS) const { in getIndexSize() function in DataLayout