OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:astc_srgb
(Results
1 - 20
of
20
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_texture.h
54
bool
astc_srgb
;
member in struct:fd4_pipe_sampler_view
fd4_texture.c
180
so->
astc_srgb
= true;
254
uint16_t
astc_srgb
= 0;
local
260
if (view->
astc_srgb
)
261
astc_srgb
|= (1 << i);
269
fd4_ctx->fastc_srgb =
astc_srgb
;
271
fd4_ctx->vastc_srgb =
astc_srgb
;
fd4_emit.c
186
unsigned num_textures = tex->num_textures + v->
astc_srgb
.count;
219
for (i = 0; i < v->
astc_srgb
.count; i++) {
222
unsigned idx = v->
astc_srgb
.orig_idx[i];
244
debug_assert(v->
astc_srgb
.count == 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
fd4_texture.h
55
bool
astc_srgb
;
member in struct:fd4_pipe_sampler_view
fd4_texture.c
251
so->
astc_srgb
= true;
333
uint16_t
astc_srgb
= 0;
local
340
if (view->
astc_srgb
)
341
astc_srgb
|= (1 << i);
348
fd4_ctx->fastc_srgb =
astc_srgb
;
350
fd4_ctx->vastc_srgb =
astc_srgb
;
fd4_emit.c
169
unsigned num_textures = tex->num_textures + v->
astc_srgb
.count;
202
for (i = 0; i < v->
astc_srgb
.count; i++) {
205
unsigned idx = v->
astc_srgb
.orig_idx[i];
228
debug_assert(v->
astc_srgb
.count == 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
fd5_texture.h
55
bool
astc_srgb
;
member in struct:fd5_pipe_sampler_view
fd5_texture.c
177
so->
astc_srgb
= true;
247
uint16_t
astc_srgb
= 0;
local
253
if (view->
astc_srgb
)
254
astc_srgb
|= (1 << i);
262
fd5_ctx->fastc_srgb =
astc_srgb
;
264
fd5_ctx->vastc_srgb =
astc_srgb
;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
fd5_texture.h
56
bool
astc_srgb
;
member in struct:fd5_pipe_sampler_view
fd5_texture.c
239
so->
astc_srgb
= true;
319
uint16_t
astc_srgb
= 0;
local
326
if (view->
astc_srgb
)
327
astc_srgb
|= (1 << i);
334
fd5_ctx->fastc_srgb =
astc_srgb
;
336
fd5_ctx->vastc_srgb =
astc_srgb
;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_context.h
154
unsigned
astc_srgb
;
member in struct:ir3_context
ir3_context.c
40
ctx->
astc_srgb
= so->key.vastc_srgb;
42
ctx->
astc_srgb
= so->key.fastc_srgb;
ir3_shader.h
671
}
astc_srgb
;
member in struct:ir3_shader_variant
ir3_compiler_nir.c
2672
if ((ctx->
astc_srgb
& (1 << tex->texture_index)) &&
2686
array_insert(ctx->ir, ctx->ir->
astc_srgb
, sam);
3839
so->
astc_srgb
.base = tex_idx;
3842
struct ir3_instruction *sam = ctx->ir->
astc_srgb
[i];
3849
so->
astc_srgb
.orig_idx[idx++] = sam->cat5.tex;
3850
so->
astc_srgb
.count++;
4324
if (ctx->
astc_srgb
)
ir3.h
494
DECLARE_ARRAY(struct ir3_instruction *,
astc_srgb
);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_context.h
115
unsigned
astc_srgb
;
member in struct:ir3_context
ir3_context.c
43
ctx->
astc_srgb
= so->key.vastc_srgb;
45
ctx->
astc_srgb
= so->key.fastc_srgb;
ir3_shader.h
482
}
astc_srgb
;
member in struct:ir3_shader_variant
ir3_compiler_nir.c
1923
if ((ctx->
astc_srgb
& (1 << tex->texture_index)) && !nir_tex_instr_is_query(tex)) {
1934
array_insert(ctx->ir, ctx->ir->
astc_srgb
, sam);
2759
so->
astc_srgb
.base = tex_idx;
2762
struct ir3_instruction *sam = ctx->ir->
astc_srgb
[i];
2769
so->
astc_srgb
.orig_idx[idx++] = sam->cat5.tex;
2770
so->
astc_srgb
.count++;
2998
if (ctx->
astc_srgb
)
ir3.h
443
DECLARE_ARRAY(struct ir3_instruction *,
astc_srgb
);
Completed in 22 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026