Home
last modified time | relevance | path

Searched refs:nir_lower_tex (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir.c170 OPT_V(s, nir_lower_tex, &tex_options); in ir3_optimize_nir()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c630 OPT(nir_lower_tex, &tex_options); in brw_preprocess_nir()
821 if (nir_lower_tex(nir, &tex_options)) { in brw_nir_apply_sampler_key()
/external/mesa3d/src/compiler/nir/
Dmeson.build138 'nir_lower_tex.c',
Dnir_lower_tex.c864 nir_lower_tex(nir_shader *shader, const nir_lower_tex_options *options) in nir_lower_tex() function
Dnir.h2630 bool nir_lower_tex(nir_shader *shader,
/external/mesa3d/src/compiler/
DMakefile.sources244 nir/nir_lower_tex.c \
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c511 NIR_PASS_V(sel->nir, nir_lower_tex, &lower_tex_options); in si_lower_nir()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c297 nir_lower_tex(nir, &tex_options); in radv_shader_compile_to_nir()
/external/mesa3d/src/broadcom/compiler/
Dvir.c578 NIR_PASS_V(c->s, nir_lower_tex, &tex_options); in v3d_lower_nir()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1087 NIR_PASS_V(tgsi.ir.nir, nir_lower_tex, &options); in st_create_fp_variant()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2302 NIR_PASS_V(c->s, nir_lower_tex, &tex_options); in vc4_shader_ntq()