Home
last modified time | relevance | path

Searched refs:samp_tex (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cp.c649 struct ir3_instruction *samp_tex = ssa(instr->srcs[0]); in instr_cp() local
651 assert(samp_tex->opc == OPC_META_COLLECT); in instr_cp()
653 struct ir3_register *samp = samp_tex->srcs[0]; in instr_cp()
654 struct ir3_register *tex = samp_tex->srcs[1]; in instr_cp()
H A Dir3_compiler_nir.c1343 struct ir3_instruction *samp_tex; member
1380 info.samp_tex = NULL; in get_image_ssbo_samp_tex_src()
1390 info.samp_tex = ir3_collect(b, texture, sampler); in get_image_ssbo_samp_tex_src()
1401 info.samp_tex = ir3_collect(b, sampler, texture); in get_image_ssbo_samp_tex_src()
1416 sam = ir3_SAM(ctx->block, opc, type, wrmask, info.flags, info.samp_tex, src0, in emit_sam()
2847 info.samp_tex = NULL; in get_tex_samp_tex_src()
2878 info.samp_tex = ir3_collect(b, texture, sampler); in get_tex_samp_tex_src()
2907 info.samp_tex = ir3_collect(b, sampler, texture); in get_tex_samp_tex_src()
3163 info.samp_tex = ir3_collect( in emit_tex()
3267 sam = ir3_SAM(b, opc, type, 0b1000, flags | info.flags, info.samp_tex, in emit_tex()
[all...]
H A Dir3.h2332 unsigned flags, struct ir3_instruction *samp_tex, in ir3_SAM()
2352 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in ir3_SAM()
2331 ir3_SAM(struct ir3_block *block, opc_t opc, type_t type, unsigned wrmask, unsigned flags, struct ir3_instruction *samp_tex, struct ir3_instruction *src0, struct ir3_instruction *src1) ir3_SAM() argument

Completed in 9 milliseconds