Searched defs:depthStencilState (Results 1 - 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp697 const VkPipelineDepthStencilStateCreateInfo depthStencilState = local
757 &depthStencilState,
H A DvktRenderPassMultisampleTests.cpp838 const VkPipelineDepthStencilStateCreateInfo depthStencilState = local
898 &depthStencilState,
1103 const VkPipelineDepthStencilStateCreateInfo depthStencilState = local
1165 &depthStencilState,
H A DvktRenderPassTests.cpp1835 const VkPipelineDepthStencilStateCreateInfo depthStencilState = local
1893 &depthStencilState, // pDepthStencilState
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp654 VkPipelineDepthStencilStateCreateInfo depthStencilState; local
800 deMemset(&depthStencilState, 0xcd, sizeof(depthStencilState));
801 depthStencilState.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO;
802 depthStencilState.pNext = DE_NULL;
803 depthStencilState.flags = 0;
804 depthStencilState.depthTestEnable = VK_FALSE;
805 depthStencilState.depthWriteEnable = VK_FALSE;
806 depthStencilState.depthCompareOp = VK_COMPARE_OP_ALWAYS;
807 depthStencilState
[all...]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp647 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState = local
726 &depthStencilState,
H A DvktWsiIncrementalPresentTests.cpp760 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState = local
843 &depthStencilState,
H A DvktWsiSharedPresentableImageTests.cpp608 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState = local
691 &depthStencilState,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dcontext.h286 SWR_DEPTH_STENCIL_STATE depthStencilState; variable
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1648 const VkPipelineDepthStencilStateCreateInfo depthStencilState = local
1700 &depthStencilState,

Completed in 383 milliseconds