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:control_word
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
disassemble.c
1129
num_alu_fields_enabled(uint32_t
control_word
)
in num_alu_fields_enabled()
argument
1133
if ((
control_word
>> 17) & 1)
in num_alu_fields_enabled()
1136
if ((
control_word
>> 19) & 1)
in num_alu_fields_enabled()
1139
if ((
control_word
>> 21) & 1)
in num_alu_fields_enabled()
1142
if ((
control_word
>> 23) & 1)
in num_alu_fields_enabled()
1145
if ((
control_word
>> 25) & 1)
in num_alu_fields_enabled()
1156
uint32_t
control_word
= words[0];
in print_alu_word()
local
1158
unsigned num_fields = num_alu_fields_enabled(
control_word
);
in print_alu_word()
1164
if ((
control_word
>> 17) & 1)
in print_alu_word()
1167
if ((
control_word
>> 1
in print_alu_word()
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H
A
D
pvr_xgl_pds.c
744
uint32_t
control_word
;
in pvr_pds_generate_vertex_primary_program()
local
1019
control_word
= vertex_dma->size_in_dwords
in pvr_pds_generate_vertex_primary_program()
1021
control_word
|= vertex_dma->destination
in pvr_pds_generate_vertex_primary_program()
1023
control_word
|= (PVR_ROGUE_PDSINST_DDMAD_FIELDS_SRC3_DEST_UNIFIED_STORE |
in pvr_pds_generate_vertex_primary_program()
1066
control_word
|= PVR_ROGUE_PDSINST_DDMAD_FIELDS_SRC3_LAST_EN;
in pvr_pds_generate_vertex_primary_program()
1075
literal_entry->literal_value =
control_word
;
in pvr_pds_generate_vertex_primary_program()
Completed in 5 milliseconds