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:constant_flags
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/
H
A
D
i915_fpc_emit.c
269
if (ifs->
constant_flags
[reg] == I915_CONSTFLAG_USER)
in i915_emit_const1f()
272
if (!(ifs->
constant_flags
[reg] & (1 << idx)) ||
in i915_emit_const1f()
275
ifs->
constant_flags
[reg] |= 1 << idx;
in i915_emit_const1f()
306
if (ifs->
constant_flags
[reg] == 0xf ||
in i915_emit_const2f()
307
ifs->
constant_flags
[reg] == I915_CONSTFLAG_USER)
in i915_emit_const2f()
310
if (!(ifs->
constant_flags
[reg] & (3 << idx))) {
in i915_emit_const2f()
313
ifs->
constant_flags
[reg] |= 3 << idx;
in i915_emit_const2f()
335
if (ifs->
constant_flags
[reg] == 0xf && ifs->constants[reg][0] == c0 &&
in i915_emit_const4f()
339
} else if (ifs->
constant_flags
[reg] == 0) {
in i915_emit_const4f()
345
ifs->
constant_flags
[re
in i915_emit_const4f()
[all...]
H
A
D
i915_fpc_translate.c
867
ifs->
constant_flags
[i] = I915_CONSTFLAG_USER;
in i915_translate_token()
904
if (ifs->
constant_flags
[j] == 0x0) {
in i915_translate_token()
908
ifs->
constant_flags
[j] = 0xf; /* all four comps used */
in i915_translate_token()
962
memset(ifs->
constant_flags
, 0, sizeof(ifs->
constant_flags
));
in i915_init_compile()
1111
if (fs->
constant_flags
[i] &&
in i915_translate_fragment_program()
1112
fs->
constant_flags
[i] != I915_CONSTFLAG_USER) {
in i915_translate_fragment_program()
H
A
D
i915_state_emit.c
330
* immediates according to the
constant_flags
[] array.
in emit_constants()
343
if (i915->fs->
constant_flags
[i] == I915_CONSTFLAG_USER) {
in emit_constants()
356
(i915->fs->
constant_flags
[i] == I915_CONSTFLAG_USER
in emit_constants()
H
A
D
i915_context.h
89
/** See
constant_flags
[] below */
123
ubyte
constant_flags
[I915_MAX_CONSTANT];
member
Completed in 4 milliseconds