Searched refs:nir_tex_src (Results 1 – 15 of 15) sorted by relevance
58 PValue from_nir(const nir_tex_src& v, unsigned component);
58 PValue EmitInstruction::from_nir(const nir_tex_src& v, unsigned component) in from_nir()
108 PValue from_nir(const nir_tex_src& v, unsigned component);
139 PValue ValuePool::from_nir(const nir_tex_src &v, unsigned component) in from_nir()
36 nir_tex_src *src = &instr->src[src_idx]; in lower_tex_src_to_offset()
342 nir_tex_src *src = &tex->src[i]; in gcm_pin_instructions()
1104 nir_tex_src src; in lower_tg4_offsets()1216 nir_tex_src *src = &fmask_fetch->src[fmask_fetch->num_srcs++]; in nir_lower_ms_txf_to_fragment_fetch()
731 instr->src = malloc(sizeof(nir_tex_src) * num_srcs); in nir_tex_instr_create()749 nir_tex_src *new_srcs = calloc(sizeof(*new_srcs), in nir_tex_instr_add_src()
2163 } nir_tex_src; typedef2224 nir_tex_src *src;
183 nir_tex_src *coord = &tex->src[idx]; in lower_tex_prefetch_block()
36 .. doxygenstruct:: nir_tex_src
484 nir_tex_src *nts = (nir_tex_src *)ns; in ppir_emit_tex()
2534 static nir_tex_src2537 nir_tex_src src; in vtn_tex_src()2735 nir_tex_src srcs[10]; /* 10 should be enough */ in vtn_handle_texture()2736 nir_tex_src *p = srcs; in vtn_handle_texture()
652 nir_tex_src *src = &instr->src[src_idx]; in lower_tex_src_to_offset()
3878 unsigned max_components, nir_tex_src *src, nir_alu_type type) in get_n_src()