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:slot_flags
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_ir.cpp
325
unsigned
slot_flags
= c->bc.
slot_flags
;
in update_packed_items()
local
328
if (((flags & AF_REPL) &&
slot_flags
== AF_4V) ||
in update_packed_items()
329
(ctx.is_cayman() &&
slot_flags
== AF_S)) {
in update_packed_items()
425
return c->bc.
slot_flags
;
in alu_op_slot_flags()
H
A
D
sb_bc.h
535
alu_op_flags
slot_flags
;
member
561
slot_flags
= AF_NONE;
in clear()
757
unsigned
slot_flags
= alu_slots(op_ptr);
in alu_slots_mask()
local
758
if (
slot_flags
& AF_V)
in alu_slots_mask()
760
if (!is_cayman() && (
slot_flags
& AF_S))
in alu_slots_mask()
H
A
D
sb_gvn.cpp
164
if (a->bc.op_ptr->src_count == 3 && !(a->bc.
slot_flags
& AF_V)) {
in process_alu_src_constants()
H
A
D
sb_shader.cpp
47
unsigned
slot_flags
= ctx.alu_slots(n->bc.op);
in assign_slot()
local
50
if (!ctx.is_cayman() && (!(
slot_flags
& AF_V) || slots[slot]) &&
in assign_slot()
51
(
slot_flags
& AF_S))
in assign_slot()
H
A
D
sb_ir.h
1026
((bc.
slot_flags
== AF_4V) ||
in forced_bank_swizzle()
1027
(bc.
slot_flags
== AF_2V))) ? VEC_210 : 0;
in forced_bank_swizzle()
H
A
D
sb_sched.cpp
391
assert(!(slots[slot]->bc.
slot_flags
& AF_4SLOT));
in discard_slots()
406
if (t && (t->bc.
slot_flags
& AF_V)) {
in discard_slots()
1696
if (a->bc.
slot_flags
& AF_V)
in try_add_instruction()
H
A
D
sb_bc_decoder.cpp
400
bc.
slot_flags
= (alu_op_flags)bc.op_ptr->slots[ctx.isa->hw_class];
in decode_alu()
H
A
D
sb_bc_parser.cpp
590
unsigned sflags = a->bc.
slot_flags
;
in prepare_alu_group()
Completed in 12 milliseconds