Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_shader.c108 unsigned n = util_last_bit(v->sampler_prefetch[i].wrmask) - 1; in fixup_regfootprint()
109 int32_t regid = v->sampler_prefetch[i].dst + n; in fixup_regfootprint()
110 if (v->sampler_prefetch[i].half_precision) { in fixup_regfootprint()
557 const struct ir3_sampler_prefetch *fetch = &so->sampler_prefetch[i]; in ir3_shader_disasm()
Dir3_shader.h672 struct ir3_sampler_prefetch sampler_prefetch[IR3_MAX_SAMPLER_PREFETCH]; member
Dir3_compiler_nir.c3453 assert(idx < ARRAY_SIZE(ctx->so->sampler_prefetch)); in collect_tex_prefetches()
3455 &ctx->so->sampler_prefetch[idx]; in collect_tex_prefetches()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c441 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in setup_stateobj()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1226 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in tu6_emit_fs_inputs()
1239 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in tu6_emit_fs_inputs()
Dtu_clear_blit.c406 .sampler_prefetch[0] = { in r3d_common()