Home
last modified time | relevance | path

Searched refs:shrinkBits (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp233 const deUint32 shrinkBits = 4u; // number of bits to shift when reducing the size with each iteration in bufferCreateAndAllocTest() local
263 size = deAlign64(size >> shrinkBits, memReqs.alignment); in bufferCreateAndAllocTest()
308 size = deAlign64(size >> shrinkBits, memReqs.alignment); in bufferCreateAndAllocTest()
469 const deUint32 shrinkBits = 4u; // number of bits to shift when reducing the size with each iteration in bufferCreateAndAllocTest() local
496 size = deAlign64(size >> shrinkBits, memReqs.memoryRequirements.alignment); in bufferCreateAndAllocTest()
543 size = deAlign64(size >> shrinkBits, memReqs.memoryRequirements.alignment); in bufferCreateAndAllocTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp235 const deUint32 shrinkBits = 4u; // number of bits to shift when reducing the size with each iteration in bufferCreateAndAllocTest() local
265 size = deAlign64(size >> shrinkBits, memReqs.alignment); in bufferCreateAndAllocTest()
310 size = deAlign64(size >> shrinkBits, memReqs.alignment); in bufferCreateAndAllocTest()
471 const deUint32 shrinkBits = 4u; // number of bits to shift when reducing the size with each iteration in bufferCreateAndAllocTest() local
498 size = deAlign64(size >> shrinkBits, memReqs.memoryRequirements.alignment); in bufferCreateAndAllocTest()
545 size = deAlign64(size >> shrinkBits, memReqs.memoryRequirements.alignment); in bufferCreateAndAllocTest()

Completed in 3 milliseconds