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:nr_imm
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nvfx_vertprog.c
58
unsigned
nr_imm
;
member
878
int high_const = -1, high_temp = -1, high_addr = -1,
nr_imm
= 0, i;
in nvfx_vertprog_prepare()
local
887
nr_imm
++;
in nvfx_vertprog_prepare()
928
if (
nr_imm
) {
in nvfx_vertprog_prepare()
929
vpc->imm = CALLOC(
nr_imm
, sizeof(struct nvfx_reg));
in nvfx_vertprog_prepare()
1008
vpc->imm[vpc->
nr_imm
++] =
in _nvfx_vertprog_translate()
H
A
D
nvfx_fragprog.c
41
unsigned
nr_imm
;
member
389
assert(fsrc->Register.Index < fpc->
nr_imm
);
in tgsi_src()
1011
assert(fpc->
nr_imm
< fpc->fp->info.immediate_count);
in nvfx_fragprog_prepare()
1013
fpc->r_imm[fpc->
nr_imm
++] = nvfx_fp_imm(fpc, imm->u[0].Float, imm->u[1].Float, imm->u[2].Float, imm->u[3].Float);
in nvfx_fragprog_prepare()
Completed in 3 milliseconds