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:output_regs
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
tgsi_to_nir.c
65
struct ttn_reg_info *
output_regs
;
member
443
c->
output_regs
[idx + j].offset = i + j;
in ttn_emit_declaration()
444
c->
output_regs
[idx + j].reg = reg;
in ttn_emit_declaration()
447
c->
output_regs
[idx].offset = i;
in ttn_emit_declaration()
448
c->
output_regs
[idx].reg = reg;
in ttn_emit_declaration()
816
dest.dest.reg.reg = c->
output_regs
[index].reg;
in ttn_get_dest()
817
dest.dest.reg.base_offset = c->
output_regs
[index].offset;
in ttn_get_dest()
2212
nir_src src = nir_src_for_reg(c->
output_regs
[i].reg);
in ttn_add_output_stores()
2213
src.reg.base_offset = c->
output_regs
[i].offset;
in ttn_add_output_stores()
2420
c->
output_regs
in ttn_compile_init()
[all...]
/third_party/mesa3d/src/mesa/program/
H
A
D
prog_to_nir.c
59
nir_register **
output_regs
;
member
103
dest.dest.reg.reg = c->
output_regs
[prog_dst->Index];
in ptn_get_dest()
840
nir_ssa_def *src = nir_load_reg(b, c->
output_regs
[var->data.location]);
in ptn_add_output_stores()
932
c->
output_regs
= rzalloc_array(c, nir_register *, max_outputs);
in setup_registers_and_variables()
959
c->
output_regs
[i] = reg;
in setup_registers_and_variables()
Completed in 5 milliseconds