Searched refs:nir_lower_tex (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_nir.c | 167 OPT_V(s, nir_lower_tex, &tex_options); in ir3_optimize_nir()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_nir.c | 553 OPT(nir_lower_tex, &tex_options); in brw_preprocess_nir() 698 if (nir_lower_tex(nir, &tex_options)) { in brw_nir_apply_sampler_key()
|
/external/mesa3d/src/compiler/ |
D | Makefile.sources | 227 nir/nir_lower_tex.c \
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 820 nir_lower_tex(nir_shader *shader, const nir_lower_tex_options *options) in nir_lower_tex() function
|
D | nir.h | 2479 bool nir_lower_tex(nir_shader *shader,
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 253 nir_lower_tex(nir, &tex_options); in radv_shader_compile_to_nir()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 1011 NIR_PASS_V(tgsi.ir.nir, nir_lower_tex, &options); in st_create_fp_variant()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2264 NIR_PASS_V(c->s, nir_lower_tex, &tex_options); in vc4_shader_ntq()
|