Home
last modified time | relevance | path

Searched refs:sampler_prefetch (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.c112 unsigned n = util_last_bit(v->sampler_prefetch[i].wrmask) - 1; in fixup_regfootprint()
113 int32_t regid = v->sampler_prefetch[i].dst + n; in fixup_regfootprint()
114 if (v->sampler_prefetch[i].half_precision) { in fixup_regfootprint()
805 const struct ir3_sampler_prefetch *fetch = &so->sampler_prefetch[i]; in ir3_shader_disasm()
Dir3_shader.h717 struct ir3_sampler_prefetch sampler_prefetch[IR3_MAX_SAMPLER_PREFETCH]; member
Dir3_compiler_nir.c4558 assert(idx < ARRAY_SIZE(ctx->so->sampler_prefetch)); in collect_tex_prefetches()
4560 &ctx->so->sampler_prefetch[idx]; in collect_tex_prefetches()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c532 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in setup_stateobj()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1425 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in tu6_emit_fs_inputs()
1438 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in tu6_emit_fs_inputs()