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:sinst
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_pair_schedule.c
174
static unsigned get_tex_read_count(struct schedule_instruction *
sinst
)
in get_tex_read_count()
argument
176
unsigned tex_read_count =
sinst
->TexReadCount;
in get_tex_read_count()
177
if (
sinst
->PairedInst) {
in get_tex_read_count()
178
tex_read_count +=
sinst
->PairedInst->TexReadCount;
in get_tex_read_count()
184
static void print_list(struct schedule_instruction *
sinst
)
in print_list()
argument
187
for (ptr =
sinst
; ptr; ptr=ptr->NextReady) {
in print_list()
189
unsigned score =
sinst
->Score;
in print_list()
247
static void instruction_ready(struct schedule_state * s, struct schedule_instruction *
sinst
)
in instruction_ready()
argument
249
DBG("%i is now ready\n",
sinst
->Instruction->IP);
in instruction_ready()
253
if (
sinst
in instruction_ready()
263
decrease_dependencies(struct schedule_state * s, struct schedule_instruction *
sinst
)
decrease_dependencies()
argument
303
score_no_output(struct schedule_instruction *
sinst
)
score_no_output()
argument
324
calc_score_r300(struct schedule_instruction *
sinst
)
calc_score_r300()
argument
348
calc_score_readers(struct schedule_instruction *
sinst
)
calc_score_readers()
argument
368
commit_update_reads(struct schedule_state * s, struct schedule_instruction *
sinst
)
commit_update_reads()
argument
384
commit_update_writes(struct schedule_state * s, struct schedule_instruction *
sinst
)
commit_update_writes()
argument
422
commit_alu_instruction(struct schedule_state * s, struct schedule_instruction *
sinst
)
commit_alu_instruction()
argument
[all...]
Completed in 2 milliseconds