Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_wm_iz.cpp147 if (wm_iz_table[lookup].sd_present || prog_data->uses_src_depth || in setup_fs_payload_gfx4()
Dbrw_fs_visitor.cpp461 assert(!wm_prog_data->uses_src_depth); in emit_interpolation_setup_gfx6()
503 if (wm_prog_data->uses_src_depth) { in emit_interpolation_setup_gfx6()
Dbrw_compiler.h884 bool uses_src_depth; member
Dbrw_fs.cpp8340 if (prog_data->uses_src_depth) { in setup_fs_payload_gfx6()
9685 prog_data->uses_src_depth = in brw_nir_populate_wm_prog_data()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c2154 wm.PixelShaderUsesSourceDepth = wm_prog_data->uses_src_depth;
2355 ps.PixelShaderUsesSourceDepth = wm_prog_data->uses_src_depth;
/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c2006 wm.PixelShaderUsesSourceDepth = wm_prog_data->uses_src_depth;
4667 psx.PixelShaderUsesSourceDepth = prog_data->uses_src_depth;
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c6511 psx.PixelShaderUsesSourceDepth = wm_prog_data->uses_src_depth;
7298 wm.PixelShaderUsesSourceDepth = wm_prog_data->uses_src_depth;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c4547 psx.PixelShaderUsesSourceDepth = wm_prog_data->uses_src_depth; in iris_store_fs_state()