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:color_reads
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
nir_to_vir.c
2588
&c->
color_reads
[(rt * V3D_MAX_SAMPLES + sample_index) * 4];
in vir_emit_tlb_color_read()
2667
struct qreg *
color_reads
=
in vir_emit_tlb_color_read()
local
2668
&c->
color_reads
[(rt * V3D_MAX_SAMPLES + i) * 4];
in vir_emit_tlb_color_read()
2670
color_reads
[0] = swap_rb ? b : r;
in vir_emit_tlb_color_read()
2672
color_reads
[1] = g;
in vir_emit_tlb_color_read()
2674
color_reads
[2] = swap_rb ? r : b;
in vir_emit_tlb_color_read()
2676
color_reads
[3] = a;
in vir_emit_tlb_color_read()
H
A
D
v3d_compiler.h
662
struct qreg
color_reads
[V3D_MAX_DRAW_BUFFERS * V3D_MAX_SAMPLES * 4];
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_qir.h
409
struct qreg
color_reads
[VC4_MAX_SAMPLES];
member
H
A
D
vc4_program.c
1686
if (c->
color_reads
[i].file == QFILE_NULL) {
in ntq_emit_color_read()
1687
c->
color_reads
[i] =
in ntq_emit_color_read()
1692
qir_MOV(c, c->
color_reads
[sample_index]));
in ntq_emit_color_read()
Completed in 14 milliseconds