Searched defs:tex_src (Results 1 – 5 of 5) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | nir_to_rc.c | 1321 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in ntr_push_tex_arg() local 1834 int tex_src = nir_tex_instr_src_index(instr, tex_src_type); in nir_to_rc_lower_tex_instr_arg() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_valuefactory.cpp | 306 ValueFactory::src(const nir_tex_src& tex_src, int chan) in src()
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| D | nir_to_spirv.c | 3754 struct spriv_tex_src *tex_src) in get_tex_srcs() 3919 …ex_proj_to_coord(struct ntv_context *ctx, unsigned coord_components, struct spriv_tex_src *tex_src) in move_tex_proj_to_coord() 3953 struct spriv_tex_src *tex_src, SpvId dest_type, bool is_buffer, in emit_tex_readop() 4021 struct spriv_tex_src tex_src = {0}; in emit_tex() local
|
| /third_party/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
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | ir3_compiler_nir.c | 3873 nir_src tex_src = tex->src[base_index].src; in emit_tex() local
|