Home
last modified time | relevance | path

Searched defs:heapTypeIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferTests.cpp232 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits); in bufferCreateAndAllocTest() local
468 …const deUint32 heapTypeIndex = static_cast<deUint32>(deCtz32(memReqs.memoryRequirements.m… in bufferCreateAndAllocTest() local
DvktApiBufferViewCreateTests.cpp287 …const deUint32 heapTypeIndex = static_cast<deUint32>(deCtz32(memReqs.memoryRequirements.m… in createTestBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp232 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits); in bufferCreateAndAllocTest() local
468 …const deUint32 heapTypeIndex = static_cast<deUint32>(deCtz32(memReqs.memoryRequirements.m… in bufferCreateAndAllocTest() local
DvktApiBufferViewCreateTests.cpp287 …const deUint32 heapTypeIndex = static_cast<deUint32>(deCtz32(memReqs.memoryRequirements.m… in createTestBuffer() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp3867 const UINT heapTypeIndex = HeapTypeToIndex(m_HeapType); in AddStats() local
4086 for(UINT heapTypeIndex = 0; heapTypeIndex < HEAP_TYPE_COUNT; ++heapTypeIndex) in AllocatorPimpl() local
4548 const UINT heapTypeIndex = HeapTypeToIndex(pAllocDesc->HeapType); in AllocateCommittedResource() local
4599 const UINT heapTypeIndex = HeapTypeToIndex(pAllocDesc->HeapType); in AllocateHeap() local
4738 const UINT heapTypeIndex = HeapTypeToIndex(heapType); in RegisterCommittedAllocation() local
4748 const UINT heapTypeIndex = HeapTypeToIndex(heapType); in UnregisterCommittedAllocation() local
4759 const UINT heapTypeIndex = HeapTypeToIndex(heapType); in RegisterPool() local
4769 const UINT heapTypeIndex = HeapTypeToIndex(heapType); in UnregisterPool() local
4784 const UINT heapTypeIndex = HeapTypeToIndex(allocation->m_Committed.heapType); in FreeCommittedMemory() local
4807 const UINT heapTypeIndex = HeapTypeToIndex(allocation->m_Heap.heapType); in FreeHeapMemory() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp248 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits); in makeMemoryAllocateInfo() local
291 const deUint32 heapTypeIndex = selectMatchingMemoryType(ctx, memReqs, memoryVisibility); in makeMemoryAllocateInfo() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryBindingTests.cpp248 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits); in makeMemoryAllocateInfo() local
291 const deUint32 heapTypeIndex = selectMatchingMemoryType(ctx, memReqs, memoryVisibility); in makeMemoryAllocateInfo() local