Home
last modified time | relevance | path

Searched refs:uses_derivatives (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h137 boolean uses_derivatives; member
Dtgsi_scan.c555 info->uses_derivatives = true; in scan_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c54 info->uses_derivatives = true; in scan_instruction()
71 info->uses_derivatives = true; in scan_instruction()
Dsi_shader_tgsi_setup.c490 return sel->info.uses_derivatives && in si_preload_fs_inputs()
Dsi_state_shaders.c2033 sel->info.uses_derivatives && in si_create_shader_selector()
Dsi_shader.c6187 key->ps_prolog.wqm = info->uses_derivatives && in si_get_ps_prolog_key()