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:wa_flags
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_nir_attribute_workarounds.c
45
uint8_t
wa_flags
= attrib_wa_flags[intrin->const_index[0]];
in apply_attr_wa_instr()
46
if (
wa_flags
== 0)
in apply_attr_wa_instr()
56
if (
wa_flags
& BRW_ATTRIB_WA_COMPONENT_MASK) {
in apply_attr_wa_instr()
61
bool rescale = i < (
wa_flags
& BRW_ATTRIB_WA_COMPONENT_MASK);
in apply_attr_wa_instr()
68
if (
wa_flags
& BRW_ATTRIB_WA_SIGN) {
in apply_attr_wa_instr()
75
if (
wa_flags
& BRW_ATTRIB_WA_BGRA) {
in apply_attr_wa_instr()
79
if (
wa_flags
& BRW_ATTRIB_WA_NORMALIZE) {
in apply_attr_wa_instr()
83
if (
wa_flags
& BRW_ATTRIB_WA_SIGN) {
in apply_attr_wa_instr()
113
if (
wa_flags
& BRW_ATTRIB_WA_SCALE) {
in apply_attr_wa_instr()
114
val = (
wa_flags
in apply_attr_wa_instr()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
3700
uint8_t
wa_flags
= 0;
in get_wa_flags()
local
3704
wa_flags
= BRW_ATTRIB_WA_SCALE;
in get_wa_flags()
3707
wa_flags
= BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_SCALE;
in get_wa_flags()
3710
wa_flags
= BRW_ATTRIB_WA_NORMALIZE;
in get_wa_flags()
3713
wa_flags
= BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_NORMALIZE;
in get_wa_flags()
3716
wa_flags
= BRW_ATTRIB_WA_SIGN;
in get_wa_flags()
3719
wa_flags
= BRW_ATTRIB_WA_SCALE | BRW_ATTRIB_WA_BGRA;
in get_wa_flags()
3722
wa_flags
= BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_SCALE | BRW_ATTRIB_WA_BGRA;
in get_wa_flags()
3725
wa_flags
= BRW_ATTRIB_WA_NORMALIZE | BRW_ATTRIB_WA_BGRA;
in get_wa_flags()
3728
wa_flags
in get_wa_flags()
3756
uint8_t
wa_flags
[33];
global()
member
[all...]
Completed in 8 milliseconds