Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c969 …const VkPipelineDepthStencilStateCreateInfo *vkds = radv_pipeline_get_depth_stencil_state(pCreateI… in radv_pipeline_out_of_order_rast() local
992 if (vkds) { in radv_pipeline_out_of_order_rast()
1004 vkds->depthCompareOp == VK_COMPARE_OP_NEVER || in radv_pipeline_out_of_order_rast()
1005 vkds->depthCompareOp == VK_COMPARE_OP_LESS || in radv_pipeline_out_of_order_rast()
1006 vkds->depthCompareOp == VK_COMPARE_OP_LESS_OR_EQUAL || in radv_pipeline_out_of_order_rast()
1007 vkds->depthCompareOp == VK_COMPARE_OP_GREATER || in radv_pipeline_out_of_order_rast()
1008 vkds->depthCompareOp == VK_COMPARE_OP_GREATER_OR_EQUAL; in radv_pipeline_out_of_order_rast()
1011 !radv_is_ds_write_enabled(vkds) || in radv_pipeline_out_of_order_rast()
1012 (!radv_is_depth_write_enabled(vkds) && in radv_pipeline_out_of_order_rast()
1013 radv_order_invariant_stencil_state(&vkds->front) && in radv_pipeline_out_of_order_rast()
[all …]