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:SystemValue
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_compute.c
58
machine->
SystemValue
[i].xyzw[0].i[j] = local_x + j;
in cs_prepare()
59
machine->
SystemValue
[i].xyzw[1].i[j] = local_y;
in cs_prepare()
60
machine->
SystemValue
[i].xyzw[2].i[j] = local_z;
in cs_prepare()
67
machine->
SystemValue
[i].xyzw[0].i[j] = g_w;
in cs_prepare()
68
machine->
SystemValue
[i].xyzw[1].i[j] = g_h;
in cs_prepare()
69
machine->
SystemValue
[i].xyzw[2].i[j] = g_d;
in cs_prepare()
76
machine->
SystemValue
[i].xyzw[0].i[j] = b_w;
in cs_prepare()
77
machine->
SystemValue
[i].xyzw[1].i[j] = b_h;
in cs_prepare()
78
machine->
SystemValue
[i].xyzw[2].i[j] = b_d;
in cs_prepare()
93
machine->
SystemValue
[
in cs_run()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_vs_exec.c
114
assert(i < ARRAY_SIZE(machine->
SystemValue
));
in vs_exec_run_linear()
116
machine->
SystemValue
[i].xyzw[0].i[j] = shader->draw->instance_id;
in vs_exec_run_linear()
139
assert(vid < ARRAY_SIZE(machine->
SystemValue
));
in vs_exec_run_linear()
140
machine->
SystemValue
[vid].xyzw[0].i[j] = fetch_elts ? fetch_elts[i + j] : (i + j + basevertex);
in vs_exec_run_linear()
144
assert(vid < ARRAY_SIZE(machine->
SystemValue
));
in vs_exec_run_linear()
145
machine->
SystemValue
[vid].xyzw[0].i[j] = basevertex;
in vs_exec_run_linear()
149
assert(vid < ARRAY_SIZE(machine->
SystemValue
));
in vs_exec_run_linear()
150
machine->
SystemValue
[vid].xyzw[0].i[j] = fetch_elts ? (fetch_elts[i + j] - basevertex) : (i + j);
in vs_exec_run_linear()
H
A
D
draw_gs.c
139
machine->
SystemValue
[primid_sv].xyzw[0].i[j] = shader->in_prim_idx;
in tgsi_fetch_gs_input()
216
machine->
SystemValue
[i].xyzw[0].i[j] = shader->invocation_id;
in tgsi_gs_run()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_exec.h
304
struct tgsi_exec_vector
SystemValue
[TGSI_MAX_MISC_INPUTS];
member
H
A
D
tgsi_exec.c
1441
chan->u[i] = mach->
SystemValue
[index->i[i]].xyzw[swizzle].u[i];
in fetch_src_file_channel()
Completed in 11 milliseconds