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:thrsw_ip
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_qpu_validate.c
381
int
thrsw_ip
= -1;
in vc4_qpu_validate()
local
387
if (i ==
thrsw_ip
) {
in vc4_qpu_validate()
439
if (i <
thrsw_ip
) {
in vc4_qpu_validate()
444
thrsw_ip
= i + 3;
in vc4_qpu_validate()
H
A
D
vc4_qpu_schedule.c
841
int
thrsw_ip
= c->qpu_inst_count;
in emit_thrsw()
local
847
thrsw_ip
= c->qpu_inst_count - i;
in emit_thrsw()
850
if (
thrsw_ip
!= c->qpu_inst_count) {
in emit_thrsw()
852
c->qpu_insts[
thrsw_ip
] =
in emit_thrsw()
853
QPU_UPDATE_FIELD(c->qpu_insts[
thrsw_ip
], sig, QPU_SIG);
in emit_thrsw()
860
while (c->qpu_inst_count <
thrsw_ip
+ 3) {
in emit_thrsw()
Completed in 3 milliseconds