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.cpp460 if (wm_prog_data->uses_depth_w_coefficients) { in emit_interpolation_setup_gfx6()
504 assert(!wm_prog_data->uses_depth_w_coefficients); in emit_interpolation_setup_gfx6()
Dbrw_compiler.h886 bool uses_depth_w_coefficients; member
Dbrw_fs.cpp8365 if (prog_data->uses_depth_w_coefficients) { in setup_fs_payload_gfx6()
9688 prog_data->uses_depth_w_coefficients = in brw_nir_populate_wm_prog_data()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c2387 wm_prog_data->uses_depth_w_coefficients;