Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_samplers_as_deref.c225 nir_lower_samplers_as_deref(nir_shader *shader, in nir_lower_samplers_as_deref() function
Dmeson.build135 'nir_lower_samplers_as_deref.c',
Dnir.h2525 bool nir_lower_samplers_as_deref(nir_shader *shader,
/external/mesa3d/src/compiler/
DMakefile.sources241 nir/nir_lower_samplers_as_deref.c \
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp722 NIR_PASS_V(nir, nir_lower_samplers_as_deref, shader_program); in st_finalize_nir()