Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp358 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits); in bufferCreateAndAllocTest() local
359 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest()
424 heapTypeIndex, // uint32_t memoryTypeIndex; in bufferCreateAndAllocTest()
579 …const deUint32 heapTypeIndex = static_cast<deUint32>(deCtz32(memReqs.memoryRequirements.m… in bufferCreateAndAllocTest() local
580 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest()
649 heapTypeIndex, // deUint32 memoryTypeIndex in bufferCreateAndAllocTest()
DvktApiBufferViewCreateTests.cpp281 …const deUint32 heapTypeIndex = static_cast<deUint32>(deCtz32(memReqs.memoryRequirements.m… in createTestBuffer() local
310 heapTypeIndex, // deUint32 memoryTypeIndex in createTestBuffer()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp234 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits); in makeMemoryAllocateInfo() local
240 heapTypeIndex, // uint32_t memoryTypeIndex; in makeMemoryAllocateInfo()
277 const deUint32 heapTypeIndex = selectMatchingMemoryType(ctx, memReqs, memoryVisibility); in makeMemoryAllocateInfo() local
283 heapTypeIndex, // uint32_t memoryTypeIndex; in makeMemoryAllocateInfo()