Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationFractionalSpacingTests.cpp535 const VkDeviceSize tessLevelsBufferSizeBytes = sizeof(float); // we pass only outer1 in test() local
536 …essLevelsBuffer (vk, device, allocator, makeBufferCreateInfo(tessLevelsBufferSizeBytes, VK_BUFF… in test()
551 …velsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(), 0ull, tessLevelsBufferSizeBytes); in test()
588 …lushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), tessLevelsBufferSizeBytes); in test()