Searched defs:tex_src (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | nir_to_rc.c | 1605 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/ |
D | nir_to_spirv.c | 3591 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/ |
D | sfn_valuefactory.cpp | 306 ValueFactory::src(const nir_tex_src& tex_src, int chan) in src()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2714 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/ |
D | ir3_compiler_nir.c | 3809 nir_src tex_src = tex->src[base_index].src; in emit_tex() local
|