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:out_swizzle
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/vulkan/util/
H
A
D
vk_format.c
395
unsigned char
out_swizzle
[4])
in vk_component_mapping_to_pipe_swizzle()
401
out_swizzle
[i] = PIPE_SWIZZLE_X;
in vk_component_mapping_to_pipe_swizzle()
404
out_swizzle
[i] = PIPE_SWIZZLE_Y;
in vk_component_mapping_to_pipe_swizzle()
407
out_swizzle
[i] = PIPE_SWIZZLE_Z;
in vk_component_mapping_to_pipe_swizzle()
410
out_swizzle
[i] = PIPE_SWIZZLE_W;
in vk_component_mapping_to_pipe_swizzle()
413
out_swizzle
[i] = PIPE_SWIZZLE_X + i;
in vk_component_mapping_to_pipe_swizzle()
416
out_swizzle
[i] = PIPE_SWIZZLE_0;
in vk_component_mapping_to_pipe_swizzle()
419
out_swizzle
[i] = PIPE_SWIZZLE_1;
in vk_component_mapping_to_pipe_swizzle()
394
vk_component_mapping_to_pipe_swizzle(VkComponentMapping mapping, unsigned char
out_swizzle
[4])
vk_component_mapping_to_pipe_swizzle()
argument
H
A
D
vk_format.h
93
unsigned char
out_swizzle
[4]);
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_compiler_util.c
273
unsigned int
out_swizzle
= swizzle;
in rc_rewrite_swizzle()
local
279
SET_SWZ(
out_swizzle
, chan, swz);
in rc_rewrite_swizzle()
283
SET_SWZ(
out_swizzle
, chan, new_swz);
in rc_rewrite_swizzle()
285
SET_SWZ(
out_swizzle
, chan, swz);
in rc_rewrite_swizzle()
289
return
out_swizzle
;
in rc_rewrite_swizzle()
/third_party/mesa3d/src/gallium/drivers/asahi/
H
A
D
agx_state.c
458
uint8_t
out_swizzle
[4];
in agx_create_sampler_view()
local
464
util_format_compose_swizzles(desc->swizzle, view_swizzle,
out_swizzle
);
in agx_create_sampler_view()
478
cfg.swizzle_r = agx_channel_from_pipe(
out_swizzle
[0]);
in agx_create_sampler_view()
479
cfg.swizzle_g = agx_channel_from_pipe(
out_swizzle
[1]);
in agx_create_sampler_view()
480
cfg.swizzle_b = agx_channel_from_pipe(
out_swizzle
[2]);
in agx_create_sampler_view()
481
cfg.swizzle_a = agx_channel_from_pipe(
out_swizzle
[3]);
in agx_create_sampler_view()
Completed in 5 milliseconds