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:QPU_R_UNIF
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H
A
D
vc4_validate_shaders.c
235
if (!(add_b == QPU_MUX_A && raddr_a ==
QPU_R_UNIF
) &&
in check_tmu_write()
236
!(add_b == QPU_MUX_B && raddr_b ==
QPU_R_UNIF
)) {
in check_tmu_write()
243
if (raddr_a ==
QPU_R_UNIF
|| (sig != QPU_SIG_SMALL_IMM &&
in check_tmu_write()
244
raddr_b ==
QPU_R_UNIF
)) {
in check_tmu_write()
363
if (!(add_b == QPU_MUX_A && raddr_a ==
QPU_R_UNIF
) &&
in validate_uniform_address_write()
364
!(add_b == QPU_MUX_B && raddr_b ==
QPU_R_UNIF
)) {
in validate_uniform_address_write()
531
if (!(add_b == QPU_MUX_A && raddr_a ==
QPU_R_UNIF
) &&
in track_live_clamps()
532
!(add_b == QPU_MUX_B && raddr_b ==
QPU_R_UNIF
&&
in track_live_clamps()
598
if (raddr_a ==
QPU_R_UNIF
||
in check_instruction_reads()
599
(raddr_b ==
QPU_R_UNIF
in check_instruction_reads()
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_qpu_validate.c
170
reads_reg(insts[j],
QPU_R_UNIF
) ||
in vc4_qpu_validate()
365
if (reads_reg(inst,
QPU_R_UNIF
) &&
in vc4_qpu_validate()
H
A
D
vc4_qpu_emit.c
82
case
QPU_R_UNIF
:
in swap_file()
645
QPU_RADDR_A) ==
QPU_R_UNIF
||
in vc4_generate_code()
647
QPU_RADDR_B) ==
QPU_R_UNIF
) {
in vc4_generate_code()
H
A
D
vc4_qpu_defines.h
71
QPU_R_UNIF
= 32,
enumerator
H
A
D
vc4_qpu_schedule.c
161
case
QPU_R_UNIF
:
in process_raddr_deps()
209
return (QPU_GET_FIELD(inst, QPU_RADDR_A) ==
QPU_R_UNIF
||
in reads_uniform()
210
(QPU_GET_FIELD(inst, QPU_RADDR_B) ==
QPU_R_UNIF
&&
in reads_uniform()
H
A
D
vc4_qpu.h
90
QPU_R_UNIF
,
in qpu_unif()
H
A
D
vc4_qpu.c
375
case
QPU_R_UNIF
:
in try_swap_ra_file()
/third_party/libdrm/vc4/
H
A
D
vc4_qpu_defines.h
68
QPU_R_UNIF
= 32,
enumerator
Completed in 9 milliseconds