Searched refs:samp_tex (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_cp.c | 649 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()
|
D | ir3_compiler_nir.c | 1343 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()
|
D | ir3.h | 2332 unsigned flags, struct ir3_instruction *samp_tex, in INSTR2() 2352 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in INSTR2()
|
/third_party/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
|