Home
last modified time | relevance | path

Searched refs:astc_srgb (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c248 so->astc_srgb = true; in fd5_sampler_view_create()
327 uint16_t astc_srgb = 0; in fd5_set_sampler_views() local
334 if (view->astc_srgb) in fd5_set_sampler_views()
335 astc_srgb |= (1 << i); in fd5_set_sampler_views()
342 fd5_ctx->fastc_srgb = astc_srgb; in fd5_set_sampler_views()
344 fd5_ctx->vastc_srgb = astc_srgb; in fd5_set_sampler_views()
Dfd5_texture.h56 bool astc_srgb; member
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c250 so->astc_srgb = true; in fd4_sampler_view_create()
328 uint16_t astc_srgb = 0; in fd4_set_sampler_views() local
335 if (view->astc_srgb) in fd4_set_sampler_views()
336 astc_srgb |= (1 << i); in fd4_set_sampler_views()
343 fd4_ctx->fastc_srgb = astc_srgb; in fd4_set_sampler_views()
345 fd4_ctx->vastc_srgb = astc_srgb; in fd4_set_sampler_views()
Dfd4_texture.h55 bool astc_srgb; member
Dfd4_emit.c186 unsigned num_textures = tex->num_textures + v->astc_srgb.count; in emit_textures()
219 for (i = 0; i < v->astc_srgb.count; i++) { in emit_textures()
222 unsigned idx = v->astc_srgb.orig_idx[i]; in emit_textures()
245 debug_assert(v->astc_srgb.count == 0); in emit_textures()
/external/mesa3d/src/freedreno/ir3/
Dir3_context.h143 unsigned astc_srgb; member
Dir3_context.c41 ctx->astc_srgb = so->key.vastc_srgb; in ir3_context_init()
43 ctx->astc_srgb = so->key.fastc_srgb; in ir3_context_init()
Dir3_compiler_nir.c2442 if ((ctx->astc_srgb & (1 << tex->texture_index)) && !nir_tex_instr_is_query(tex)) { in emit_tex()
2455 array_insert(ctx->ir, ctx->ir->astc_srgb, sam); in emit_tex()
3375 so->astc_srgb.base = tex_idx; in fixup_astc_srgb()
3378 struct ir3_instruction *sam = ctx->ir->astc_srgb[i]; in fixup_astc_srgb()
3385 so->astc_srgb.orig_idx[idx++] = sam->cat5.tex; in fixup_astc_srgb()
3386 so->astc_srgb.count++; in fixup_astc_srgb()
3792 if (ctx->astc_srgb) in ir3_compile_shader_nir()
Dir3_shader.h668 } astc_srgb; member
Dir3.h477 DECLARE_ARRAY(struct ir3_instruction *, astc_srgb);
/external/mesa3d/docs/relnotes/
D19.1.0.rst4100 - freedreno/a6xx: remove astc_srgb workaround