Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1322 …const VkDeviceSize stencilBufferSize = static_cast<VkDeviceSize>(deAlignSize( params.image.siz… in testLayeredReadBack() local
1337 …const Unique<VkBuffer> stencilBuffer (makeBuffer (vk, device, stencilBufferSize, VK_BUFFER_… in testLayeredReadBack()
1508 zeroBuffer(vk, device, *stencilBufferAlloc, stencilBufferSize); in testLayeredReadBack()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1436 …const VkDeviceSize stencilBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * stencil… in iterate() local
1443 …const Unique<VkBuffer> stencilBuffer (makeBuffer (vk, device, stencilBufferSize, VK_BUFFER_U… in iterate()
1935 …const VkDeviceSize stencilBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * stenc… in iterate() local
1946 …const Unique<VkBuffer> stencilResolveBuffer (makeBuffer (vk, device, stencilBufferSize, VK_B… in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4882 const deUint32 stencilBufferSize = tileSize * tileSize; in initDepthStencilImageChessboardPattern() local
4947 (VkDeviceSize)stencilBufferSize, // VkDeviceSize size in initDepthStencilImageChessboardPattern()
4982 deMemset(stencilPtr, stencilValues[bufferIdx], stencilBufferSize); in initDepthStencilImageChessboardPattern()