Home
last modified time | relevance | path

Searched refs:nir_lower_samplers (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_samplers.c153 nir_lower_samplers(nir_shader *shader, in nir_lower_samplers() function
Dmeson.build134 'nir_lower_samplers.c',
Dnir.h2523 bool nir_lower_samplers(nir_shader *shader,
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c164 NIR_PASS_V(nir, nir_lower_samplers, prog); in load_glsl()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp300 NIR_PASS_V(prog->nir, nir_lower_samplers, shProg); in brw_link_shader()
/external/mesa3d/src/compiler/
DMakefile.sources240 nir/nir_lower_samplers.c \
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp724 NIR_PASS_V(nir, nir_lower_samplers, shader_program); in st_finalize_nir()