Home
last modified time | relevance | path

Searched refs:buffersAllocationNdx (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp550 …for (deUint32 buffersAllocationNdx = 0u; buffersAllocationNdx < ALLOCATION_KIND_LAST; ++buffersAll… in createBufferViewAccessTests() local
553 …const deUint32 testCaseGroupNdx = (buffersAllocationNdx == 0u && imageAllocationNdx == 0u) … in createBufferViewAccessTests()
562 static_cast<AllocationKind>(buffersAllocationNdx), in createBufferViewAccessTests()
568 name << "_with_" << bufferTexts[buffersAllocationNdx] << "_" << imageTexts[imageAllocationNdx]; in createBufferViewAccessTests()
580 static_cast<AllocationKind>(buffersAllocationNdx), in createBufferViewAccessTests()
586 name << "_with_" << bufferTexts[buffersAllocationNdx] << "_" << imageTexts[imageAllocationNdx]; in createBufferViewAccessTests()
598 static_cast<AllocationKind>(buffersAllocationNdx), in createBufferViewAccessTests()
604 name << "_with_" << bufferTexts[buffersAllocationNdx] << "_" << imageTexts[imageAllocationNdx]; in createBufferViewAccessTests()
DvktApiFillBufferTests.cpp479 …for (deUint32 buffersAllocationNdx = 0u; buffersAllocationNdx < DE_LENGTH_OF_ARRAY(bufferAllocator… in createFillAndUpdateBufferTests() local
482 params.bufferAllocator = bufferAllocators[buffersAllocationNdx]; in createFillAndUpdateBufferTests()
487 const deUint32 testCaseGroupNdx = buffersAllocationNdx; in createFillAndUpdateBufferTests()