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:tg4
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_emit.c
203
unsigned num_textures = tex->num_textures + v->astc_srgb.count + v->
tg4
.count;
in emit_textures()
261
for (i = 0; i < v->
tg4
.count; i++) {
in emit_textures()
264
unsigned idx = v->
tg4
.orig_idx[i];
in emit_textures()
343
assert(v->
tg4
.count == 0);
in emit_textures()
929
cp->
tg4
.count;
in fd4_emit_cs_state()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_shader.h
337
/* per-component (3-bit) swizzles of each sampler (a4xx
tg4
): */
707
/* for
tg4
workaround, the number/base of additional
713
}
tg4
;
member
H
A
D
ir3_compiler_nir.c
3217
array_insert(ctx->ir, ctx->ir->
tg4
, sam);
in emit_tex()
3256
tex->op != nir_texop_tg4 && /* leave out
tg4
, unless it's on alpha? */
in emit_tex()
4453
/* Fixup tex sampler state for
tg4
workaround instructions. We
4469
so->
tg4
.base = tex_idx;
in fixup_tg4()
4472
struct ir3_instruction *sam = ctx->ir->
tg4
[i];
in fixup_tg4()
4479
so->
tg4
.orig_idx[idx++] = sam->cat5.tex;
in fixup_tg4()
4480
so->
tg4
.count++;
in fixup_tg4()
H
A
D
ir3.h
537
/* Track
tg4
instructions which need texture state patched in (for
tg4
540
DECLARE_ARRAY(struct ir3_instruction *,
tg4
);
Completed in 14 milliseconds