Searched refs:nir_tex_src (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.h58 PValue from_nir(const nir_tex_src& v, unsigned component);
H A Dsfn_emitinstruction.cpp58 PValue EmitInstruction::from_nir(const nir_tex_src& v, unsigned component)
H A Dsfn_valuepool.h108 PValue from_nir(const nir_tex_src& v, unsigned component);
H A Dsfn_valuepool.cpp139 PValue ValuePool::from_nir(const nir_tex_src &v, unsigned component)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_samplers.c36 nir_tex_src *src = &instr->src[src_idx];
H A Dnir_opt_gcm.c342 nir_tex_src *src = &tex->src[i];
H A Dnir_lower_tex.c1104 nir_tex_src src;
1216 nir_tex_src *src = &fmask_fetch->src[fmask_fetch->num_srcs++];
H A Dnir.c731 instr->src = malloc(sizeof(nir_tex_src) * num_srcs);
749 nir_tex_src *new_srcs = calloc(sizeof(*new_srcs),
H A Dnir.h2163 } nir_tex_src; typedef in typeref:struct:__anon3ec4419d2208
2224 nir_tex_src *src;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers.c41 nir_tex_src *src = &instr->src[src_idx];
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tex_prefetch.c183 nir_tex_src *coord = &tex->src[idx];
/xsrc/external/mit/MesaLib/dist/docs/nir/
H A Dtex.rst36 .. doxygenstruct:: nir_tex_src
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c484 nir_tex_src *nts = (nir_tex_src *)ns;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir.c540 instr->src = ralloc_array(instr, nir_tex_src, num_srcs);
557 nir_tex_src *new_srcs = rzalloc_array(tex, nir_tex_src,
H A Dnir.h1567 } nir_tex_src; typedef in typeref:struct:__anon3bab288a2008
1596 nir_tex_src *src;
H A Dnir_lower_tex.c960 nir_tex_src src;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2069 static nir_tex_src
2072 nir_tex_src src;
2172 nir_tex_src srcs[10]; /* 10 should be enough */
2173 nir_tex_src *p = srcs;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2534 static nir_tex_src
2537 nir_tex_src src;
2735 nir_tex_src srcs[10]; /* 10 should be enough */
2736 nir_tex_src *p = srcs;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c652 nir_tex_src *src = &instr->src[src_idx];
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c3878 unsigned max_components, nir_tex_src *src, nir_alu_type type)

Completed in 64 milliseconds