Searched refs:astc_srgb (Results 1 – 11 of 11) sorted by relevance
248 so->astc_srgb = true; in fd5_sampler_view_create()327 uint16_t astc_srgb = 0; in fd5_set_sampler_views() local334 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()
56 bool astc_srgb; member
250 so->astc_srgb = true; in fd4_sampler_view_create()328 uint16_t astc_srgb = 0; in fd4_set_sampler_views() local335 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()
55 bool astc_srgb; member
186 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()
143 unsigned astc_srgb; member
41 ctx->astc_srgb = so->key.vastc_srgb; in ir3_context_init()43 ctx->astc_srgb = so->key.fastc_srgb; in ir3_context_init()
2442 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()
668 } astc_srgb; member
477 DECLARE_ARRAY(struct ir3_instruction *, astc_srgb);
4100 - freedreno/a6xx: remove astc_srgb workaround