Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp465 if (wm_prog_data->uses_depth_w_coefficients) { in emit_interpolation_setup_gfx6()
509 assert(!wm_prog_data->uses_depth_w_coefficients); in emit_interpolation_setup_gfx6()
Dbrw_compiler.h896 bool uses_depth_w_coefficients; member
Dbrw_fs.cpp5927 if (prog_data->uses_depth_w_coefficients) { in setup_fs_payload_gfx6()
7376 prog_data->uses_depth_w_coefficients = in brw_nir_populate_wm_prog_data()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c2085 wm_prog_data->uses_depth_w_coefficients; in emit_3dstate_ps_extra()