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:format_swiz
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/fdl/
H
A
D
fd6_view.c
47
unsigned char *
format_swiz
)
in fdl6_format_swiz()
49
format_swiz
[0] = PIPE_SWIZZLE_X;
in fdl6_format_swiz()
50
format_swiz
[1] = PIPE_SWIZZLE_Y;
in fdl6_format_swiz()
51
format_swiz
[2] = PIPE_SWIZZLE_Z;
in fdl6_format_swiz()
52
format_swiz
[3] = PIPE_SWIZZLE_W;
in fdl6_format_swiz()
83
format_swiz
[0] = PIPE_SWIZZLE_Z;
in fdl6_format_swiz()
84
format_swiz
[1] = PIPE_SWIZZLE_X;
in fdl6_format_swiz()
85
format_swiz
[2] = PIPE_SWIZZLE_Y;
in fdl6_format_swiz()
90
format_swiz
[3] = PIPE_SWIZZLE_1;
in fdl6_format_swiz()
97
format_swiz
[
in fdl6_format_swiz()
46
fdl6_
format_swiz
(enum pipe_format format, bool has_z24uint_s8uint, unsigned char *
format_swiz
)
fdl6_format_swiz()
argument
147
unsigned char
format_swiz
[4];
fdl6_texswiz()
local
[all...]
H
A
D
freedreno_layout.h
331
unsigned char *
format_swiz
);
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_nir_lower_blend.c
304
const uint8_t *
format_swiz
= vc4_get_format_swizzle(color_format);
in vc4_do_blending_i()
local
310
if (
format_swiz
[alpha_chan] == 3)
in vc4_do_blending_i()
420
const uint8_t *
format_swiz
= vc4_get_format_swizzle(color_format);
in vc4_nir_swizzle_and_pack()
local
425
format_swiz
[i]);
in vc4_nir_swizzle_and_pack()
440
const uint8_t *
format_swiz
= vc4_get_format_swizzle(color_format);
in vc4_nir_blend_pipeline()
local
462
format_swiz
[i]);
in vc4_nir_blend_pipeline()
495
if (
format_swiz
[i] < 4 &&
in vc4_nir_blend_pipeline()
496
!(c->fs_key->blend.colormask & (1 <<
format_swiz
[i]))) {
in vc4_nir_blend_pipeline()
H
A
D
vc4_uniforms.c
312
const uint8_t *
format_swiz
=
in vc4_write_uniforms()
local
316
if (
format_swiz
[i] >= 4)
in vc4_write_uniforms()
319
color |= (vc4->blend_color.ub[
format_swiz
[i]] <<
in vc4_write_uniforms()
Completed in 3 milliseconds