Home
last modified time | relevance | path

Searched refs:nir_lower_wpos_center (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_wpos_center.c94 nir_lower_wpos_center(nir_shader *shader, const bool for_sample_shading) in nir_lower_wpos_center() function
Dmeson.build187 'nir_lower_wpos_center.c',
Dnir.h4911 bool nir_lower_wpos_center(nir_shader *shader, const bool for_sample_shading);
/external/mesa3d/src/compiler/
DMakefile.sources309 nir/nir_lower_wpos_center.c \
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c746 NIR_PASS_V(nir, nir_lower_wpos_center, in anv_pipeline_lower_nir()