Home
last modified time | relevance | path

Searched refs:tessLevelsBuffer (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationMiscDrawTests.cpp178 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()
DvktTessellationGeometryPassthroughTests.cpp446 …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()
DvktTessellationFractionalSpacingTests.cpp536 …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()
DvktTessellationCoordinatesTests.cpp672 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()