Home
last modified time | relevance | path

Searched defs:tex_src (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dnir_to_rc.c1605 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in ntr_push_tex_arg() local
2120 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in nir_to_rc_lower_tex_instr_arg() local
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3591 struct spriv_tex_src *tex_src) in get_tex_srcs()
3756 …ex_proj_to_coord(struct ntv_context *ctx, unsigned coord_components, struct spriv_tex_src *tex_src) in move_tex_proj_to_coord()
3790 struct spriv_tex_src *tex_src, SpvId dest_type, bool is_buffer, in emit_tex_readop()
3858 struct spriv_tex_src tex_src = {0}; in emit_tex() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.cpp306 ValueFactory::src(const nir_tex_src& tex_src, int chan) in src()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2714 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in ntt_push_tex_arg() local
3598 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in nir_to_tgsi_lower_tex_instr_arg() local
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3809 nir_src tex_src = tex->src[base_index].src; in emit_tex() local