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:blendOp
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H
A
D
renderer9_utils.h
33
D3DBLENDOP ConvertBlendOp(GLenum
blendOp
);
H
A
D
renderer9_utils.cpp
130
D3DBLENDOP ConvertBlendOp(GLenum
blendOp
)
in ConvertBlendOp()
argument
134
switch (
blendOp
)
in ConvertBlendOp()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
utilities.h
99
sw::BlendOperation ConvertBlendOp(GLenum
blendOp
);
H
A
D
utilities.cpp
2085
sw::BlendOperation ConvertBlendOp(GLenum
blendOp
)
in ConvertBlendOp()
argument
2087
switch(
blendOp
)
in ConvertBlendOp()
2094
default: UNREACHABLE(
blendOp
);
in ConvertBlendOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineReferenceRenderer.cpp
66
rr::BlendEquation mapVkBlendOp (VkBlendOp
blendOp
)
in mapVkBlendOp()
argument
68
switch (
blendOp
)
in mapVkBlendOp()
H
A
D
vktPipelineBlendOperationAdvancedTests.cpp
1752
// For the second pipeline, the
blendOp
changed.
2251
for (deUint64
blendOp
= 0u;
blendOp
< DE_LENGTH_OF_ARRAY(blendOps);
blendOp
++)
2253
deBool isAdditionalRGBBlendOp = blendOps[
blendOp
] >= VK_BLEND_OP_PLUS_EXT && blendOps[
blendOp
] < VK_BLEND_OP_MAX_ENUM;
2272
testParams.blendOps.push_back(blendOps[
blendOp
]);
H
A
D
vktPipelineReferenceRenderer.hpp
375
rr::BlendEquation mapVkBlendOp (vk::VkBlendOp
blendOp
);
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
1117
bool isAdvancedBlendOp (const vk::VkBlendOp
blendOp
)
in isAdvancedBlendOp()
argument
1121
switch (
blendOp
)
in isAdvancedBlendOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineReferenceRenderer.cpp
66
rr::BlendEquation mapVkBlendOp (VkBlendOp
blendOp
)
in mapVkBlendOp()
argument
68
switch (
blendOp
)
in mapVkBlendOp()
H
A
D
vktPipelineBlendOperationAdvancedTests.cpp
1743
// For the second pipeline, the
blendOp
changed.
2230
for (deUint64
blendOp
= 0u;
blendOp
< DE_LENGTH_OF_ARRAY(blendOps);
blendOp
++)
2232
deBool isAdditionalRGBBlendOp = blendOps[
blendOp
] >= VK_BLEND_OP_PLUS_EXT && blendOps[
blendOp
] < VK_BLEND_OP_MAX_ENUM;
2251
testParams.blendOps.push_back(blendOps[
blendOp
]);
H
A
D
vktPipelineReferenceRenderer.hpp
375
rr::BlendEquation mapVkBlendOp (vk::VkBlendOp
blendOp
);
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
771
bool isAdvancedBlendOp (const vk::VkBlendOp
blendOp
)
in isAdvancedBlendOp()
argument
775
switch (
blendOp
)
in isAdvancedBlendOp()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_pipe_blend.c
158
perRT[i].
blendOp
= bs->rt[i].blendeq;
in define_blend_state_object()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H
A
D
svga3d_dx.h
1482
uint8
blendOp
;
member
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H
A
D
svga_dump.c
1797
_debug_printf("\t\t.perRT[%u].
blendOp
= %u\n", i, rt->
blendOp
);
in dump_SVGA3dCmdDXDefineBlendState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
vk_cache_utils.cpp
63
uint8_t PackGLBlendOp(GLenum
blendOp
)
in PackGLBlendOp()
argument
65
switch (
blendOp
)
in PackGLBlendOp()
Completed in 44 milliseconds