• Home
  • Raw
  • Download

Lines Matching refs:vkds

969 …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()
1014 radv_order_invariant_stencil_state(&vkds->back)); in radv_pipeline_out_of_order_rast()
1018 (!radv_is_stencil_write_enabled(vkds) && in radv_pipeline_out_of_order_rast()
1021 !radv_is_depth_write_enabled(vkds) || zfunc_is_ordered; in radv_pipeline_out_of_order_rast()
1025 (!radv_is_stencil_write_enabled(vkds) && in radv_pipeline_out_of_order_rast()
1026 (vkds->depthCompareOp == VK_COMPARE_OP_ALWAYS || in radv_pipeline_out_of_order_rast()
1027 vkds->depthCompareOp == VK_COMPARE_OP_NEVER)); in radv_pipeline_out_of_order_rast()
1029 !radv_is_depth_write_enabled(vkds) || in radv_pipeline_out_of_order_rast()
1030 (vkds->depthCompareOp == VK_COMPARE_OP_ALWAYS || in radv_pipeline_out_of_order_rast()
1031 vkds->depthCompareOp == VK_COMPARE_OP_NEVER); in radv_pipeline_out_of_order_rast()
3991 …const VkPipelineDepthStencilStateCreateInfo *vkds = radv_pipeline_get_depth_stencil_state(pCreateI… in radv_pipeline_generate_depth_stencil_state() local
4004 if (vkds && has_depth_attachment) { in radv_pipeline_generate_depth_stencil_state()