Home
last modified time | relevance | path

Searched refs:nir_tex_src (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitinstruction.h58 PValue from_nir(const nir_tex_src& v, unsigned component);
Dsfn_emitinstruction.cpp58 PValue EmitInstruction::from_nir(const nir_tex_src& v, unsigned component) in from_nir()
Dsfn_valuepool.h108 PValue from_nir(const nir_tex_src& v, unsigned component);
Dsfn_valuepool.cpp139 PValue ValuePool::from_nir(const nir_tex_src &v, unsigned component) in from_nir()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_samplers.c36 nir_tex_src *src = &instr->src[src_idx]; in lower_tex_src_to_offset()
Dnir_opt_gcm.c342 nir_tex_src *src = &tex->src[i]; in gcm_pin_instructions()
Dnir_lower_tex.c1104 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()
Dnir.c731 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()
Dnir.h2163 } nir_tex_src; typedef
2224 nir_tex_src *src;
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c183 nir_tex_src *coord = &tex->src[idx]; in lower_tex_prefetch_block()
/third_party/mesa3d/docs/nir/
Dtex.rst36 .. doxygenstruct:: nir_tex_src
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c484 nir_tex_src *nts = (nir_tex_src *)ns; in ppir_emit_tex()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2534 static nir_tex_src
2537 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()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c652 nir_tex_src *src = &instr->src[src_idx]; in lower_tex_src_to_offset()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c3878 unsigned max_components, nir_tex_src *src, nir_alu_type type) in get_n_src()