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:swizzle_result
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_tex.c
964
swizzle_result
(nir_builder *b, nir_tex_instr *tex, const uint8_t swizzle[4])
in swizzle_result()
function
1479
if ((texture_mask & options->
swizzle_result
) &&
in nir_lower_tex_block()
1482
swizzle_result
(b, tex, options->swizzles[tex->texture_index]);
in nir_lower_tex_block()
H
A
D
nir.h
5010
* If (
swizzle_result
& (1 << texture_index)), then the swizzle in
5014
unsigned
swizzle_result
;
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_program.c
300
.
swizzle_result
= ~0u,
in lima_fs_compile_shader()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
233
tex_options.
swizzle_result
|= (1 << s);
in crocus_lower_swizzles()
237
if (tex_options.
swizzle_result
)
in crocus_lower_swizzles()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir.c
617
.
swizzle_result
= ~0,
in v3d_lower_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_program.c
2247
.
swizzle_result
= ~0,
in vc4_shader_ntq()
Completed in 20 milliseconds