Searched refs:tessLevelsBuffer (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationMiscDrawTests.cpp | 178 const Buffer tessLevelsBuffer(vk, device, allocator, in runTest() local 193 …const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(… in runTest() 231 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in runTest()
|
D | vktTessellationGeometryPassthroughTests.cpp | 446 …const Buffer tessLevelsBuffer (vk, device, allocator, makeBufferCreateInfo(sizeof(TessLevels), VK_… in iterate() local 450 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in iterate() 481 …const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(*tessLevelsBuffer, 0… in iterate()
|
D | vktTessellationFractionalSpacingTests.cpp | 536 …const Buffer tessLevelsBuffer (vk, device, allocator, makeBufferCreateInfo(tessLevelsBufferS… in test() local 551 …const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get… in test() 584 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in test()
|
D | vktTessellationCoordinatesTests.cpp | 672 const Buffer tessLevelsBuffer(vk, device, allocator, in iterate() local 696 …const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(… in iterate() 730 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in iterate()
|