Searched defs:radv_depth_stencil_info (Results 1 – 1 of 1) sorted by relevance
2033 struct radv_depth_stencil_info { struct2034 bool stencil_test_enable;2035 bool depth_test_enable;2036 bool depth_write_enable;2037 bool depth_bounds_test_enable;2038 struct {2041 } depth_bounds;2042 struct radv_stencil_op_info front;2043 struct radv_stencil_op_info back;2044 VkCompareOp depth_compare_op;