Searched refs:heapTypeIndex (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp333 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits); local
334 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex];
399 heapTypeIndex, // uint32_t memoryTypeIndex;
565 const deUint32 heapTypeIndex = static_cast<deUint32>(deCtz32(memReqs.memoryRequirements.memoryTypeBits)); local
566 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex];
626 heapTypeIndex, // deUint32 memoryTypeIndex
H A DvktApiBufferViewCreateTests.cpp270 const deUint32 heapTypeIndex = static_cast<deUint32>(deCtz32(memReqs.memoryRequirements.memoryTypeBits)); local
271 //const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex];
301 heapTypeIndex, // deUint32 memoryTypeIndex
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp221 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits); local
227 heapTypeIndex, // uint32_t memoryTypeIndex;
264 const deUint32 heapTypeIndex = selectMatchingMemoryType(ctx, memReqs, memoryVisibility); local
270 heapTypeIndex, // uint32_t memoryTypeIndex;

Completed in 186 milliseconds