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_blend_op
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_graphics_state.h
444
VkBlendOp
color_blend_op
;
member
H
A
D
vk_graphics_state.c
844
.
color_blend_op
= att->colorBlendOp,
in vk_color_blend_state_init()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_pipeline.c
1076
.ColorBlendFunction = vk_to_intel_blend_op[a->
color_blend_op
],
in emit_cb_state()
1084
a->
color_blend_op
!= a->alpha_blend_op) {
in emit_cb_state()
1120
if (a->
color_blend_op
== VK_BLEND_OP_MIN ||
in emit_cb_state()
1121
a->
color_blend_op
== VK_BLEND_OP_MAX) {
in emit_cb_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
816
state->blend_state.rt[i].rgb_func = vk_conv_blend_func(att->
color_blend_op
);
in handle_graphics_pipeline()
835
if (att->
color_blend_op
== VK_BLEND_OP_MIN ||
in handle_graphics_pipeline()
836
att->
color_blend_op
== VK_BLEND_OP_MAX) {
in handle_graphics_pipeline()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_private.h
2064
uint16_t
color_blend_op
;
H
A
D
radv_pipeline.c
730
unsigned eqRGB = info->cb.att[i].
color_blend_op
;
in radv_pipeline_init_blend_state()
1859
info.att[i].
color_blend_op
= si_translate_blend_function(att->colorBlendOp);
in radv_pipeline_init_color_blend_info()
Completed in 28 milliseconds