Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:astc_srgb
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_texture.c
167
so->
astc_srgb
= true;
in fd4_sampler_view_create()
242
uint16_t
astc_srgb
= 0;
in fd4_set_sampler_views()
local
260
if (view->
astc_srgb
)
in fd4_set_sampler_views()
261
astc_srgb
|= (1 << (start + i));
in fd4_set_sampler_views()
292
astc_srgb
&= ~(1 << (start + nr + i));
in fd4_set_sampler_views()
297
fd4_ctx->fastc_srgb =
astc_srgb
;
in fd4_set_sampler_views()
299
fd4_ctx->vastc_srgb =
astc_srgb
;
in fd4_set_sampler_views()
301
fd4_ctx->castc_srgb =
astc_srgb
;
in fd4_set_sampler_views()
H
A
D
fd4_texture.h
54
bool
astc_srgb
;
member
H
A
D
fd4_emit.c
203
unsigned num_textures = tex->num_textures + v->
astc_srgb
.count + v->tg4.count;
in emit_textures()
236
for (i = 0; i < v->
astc_srgb
.count; i++) {
in emit_textures()
239
unsigned idx = v->
astc_srgb
.orig_idx[i];
in emit_textures()
342
assert(v->
astc_srgb
.count == 0);
in emit_textures()
928
cp->
astc_srgb
.count +
in fd4_emit_cs_state()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_context.h
153
unsigned
astc_srgb
;
member
H
A
D
ir3_context.c
41
ctx->
astc_srgb
= so->key.vastc_srgb;
in ir3_context_init()
45
ctx->
astc_srgb
= so->key.fastc_srgb;
in ir3_context_init()
H
A
D
ir3_compiler_nir.c
3255
} else if ((ctx->
astc_srgb
& (1 << tex->texture_index)) &&
in emit_tex()
3270
array_insert(ctx->ir, ctx->ir->
astc_srgb
, sam);
in emit_tex()
4435
so->
astc_srgb
.base = tex_idx;
in fixup_astc_srgb()
4438
struct ir3_instruction *sam = ctx->ir->
astc_srgb
[i];
in fixup_astc_srgb()
4445
so->
astc_srgb
.orig_idx[idx++] = sam->cat5.tex;
in fixup_astc_srgb()
4446
so->
astc_srgb
.count++;
in fixup_astc_srgb()
4466
unsigned tex_idx = ctx->max_texture_index + so->
astc_srgb
.count + 1;
in fixup_tg4()
4952
if (ctx->
astc_srgb
)
in ir3_compile_shader_nir()
H
A
D
ir3_shader.h
705
}
astc_srgb
;
member
H
A
D
ir3.h
535
DECLARE_ARRAY(struct ir3_instruction *,
astc_srgb
);
Completed in 20 milliseconds