Searched refs:samp_tex (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_cp.c | 583 struct ir3_instruction *samp_tex = ssa(instr->regs[1]); in instr_cp() local 585 debug_assert(samp_tex->opc == OPC_META_COLLECT); in instr_cp() 587 struct ir3_instruction *samp = ssa(samp_tex->regs[1]); in instr_cp() 588 struct ir3_instruction *tex = ssa(samp_tex->regs[2]); in instr_cp()
|
D | ir3_compiler_nir.c | 1060 struct ir3_instruction *samp_tex; member 1099 info.samp_tex = NULL; in get_image_samp_tex_src() 1109 info.samp_tex = ir3_create_collect(ctx, (struct ir3_instruction*[]){ in get_image_samp_tex_src() 1123 info.samp_tex = ir3_create_collect(ctx, (struct ir3_instruction*[]){ in get_image_samp_tex_src() 1142 info.samp_tex, src0, src1); in emit_sam() 2102 info.samp_tex = NULL; in get_tex_samp_tex_src() 2132 info.samp_tex = ir3_create_collect(ctx, (struct ir3_instruction*[]){ in get_tex_samp_tex_src() 2163 info.samp_tex = ir3_create_collect(ctx, (struct ir3_instruction*[]){ in get_tex_samp_tex_src() 2407 info.samp_tex = ir3_create_collect(ctx, (struct ir3_instruction*[]){ in emit_tex() 2453 info.samp_tex, col0, col1); in emit_tex()
|
D | ir3.h | 1661 unsigned wrmask, unsigned flags, struct ir3_instruction *samp_tex, in INSTR0() 1670 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in INSTR0()
|
D | ir3.c | 490 struct ir3_register *samp_tex = instr->regs[1]; in emit_cat5() local 491 cat5->s2en_bindless.src3 = reg(samp_tex, info, instr->repeat, in emit_cat5()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 1205 - ir3: Validate bindless samp_tex correctly 1206 - ir3: Remove redundant samp_tex validation 1207 - ir3: Fix incorrect src flags for samp_tex
|