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:alpha_blend_op
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_graphics_state.h
447
VkBlendOp
alpha_blend_op
;
member
H
A
D
vk_graphics_state.c
845
.
alpha_blend_op
= att->alphaBlendOp,
in vk_color_blend_state_init()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_pipeline.c
1079
.AlphaBlendFunction = vk_to_intel_blend_op[a->
alpha_blend_op
],
in emit_cb_state()
1084
a->color_blend_op != a->
alpha_blend_op
) {
in emit_cb_state()
1125
if (a->
alpha_blend_op
== VK_BLEND_OP_MIN ||
in emit_cb_state()
1126
a->
alpha_blend_op
== VK_BLEND_OP_MAX) {
in emit_cb_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
819
state->blend_state.rt[i].alpha_func = vk_conv_blend_func(att->
alpha_blend_op
);
in handle_graphics_pipeline()
841
if (att->
alpha_blend_op
== VK_BLEND_OP_MIN ||
in handle_graphics_pipeline()
842
att->
alpha_blend_op
== VK_BLEND_OP_MAX) {
in handle_graphics_pipeline()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_private.h
2065
uint16_t
alpha_blend_op
;
H
A
D
radv_pipeline.c
733
unsigned eqA = info->cb.att[i].
alpha_blend_op
;
in radv_pipeline_init_blend_state()
1860
info.att[i].
alpha_blend_op
= si_translate_blend_function(att->alphaBlendOp);
in radv_pipeline_init_color_blend_info()
Completed in 28 milliseconds