Home
last modified time | relevance | path

Searched refs:r600_lower_fs_out_to_vector (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.h34 bool r600_lower_fs_out_to_vector(nir_shader *sh);
Dsfn_nir.cpp588 using r600::r600_lower_fs_out_to_vector;
786 NIR_PASS_V(sel->nir, r600_lower_fs_out_to_vector); in r600_shader_from_nir()
Dsfn_nir_lower_fs_out_to_vector.cpp111 bool r600_lower_fs_out_to_vector(nir_shader *shader) in r600_lower_fs_out_to_vector() function