Home
last modified time | relevance | path

Searched refs:VkBlendOp (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp96 VkBlendOp blendOperation, in BlendState()
99 VkBlendOp blendOperationAlpha) in BlendState()
113 VkBlendOp blendOperation;
116 VkBlendOp blendOperationAlpha;
199 VkBlendOp blendOperation(int index, const Attachments &attachments) const;
203 VkBlendOp blendOperationAlpha(int index, const Attachments &attachments) const;
DContext.cpp813 VkBlendOp GraphicsState::blendOperation(int index, const Attachments &attachments) const in blendOperation()
1011 VkBlendOp GraphicsState::blendOperationAlpha(int index, const Attachments &attachments) const in blendOperationAlpha()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.h444 VkBlendOp color_blend_op;
447 VkBlendOp alpha_blend_op;
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h160 static inline unsigned vk_conv_blend_func(enum VkBlendOp op) in vk_conv_blend_func()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl256 …tor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor srcAlphaBlendFactor, VkBlendFactor …
703 …tor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor srcAlphaBlendFactor, VkBlendFactor …
715 inline VkColorBlendAdvancedEXT makeColorBlendAdvancedEXT (VkBlendOp advancedBlendOp, VkBool32 srcPr…
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp358 (VkBlendOp) 0, // VkBlendOp colorBlendOp; in LogicOpTestInstance()
361 (VkBlendOp) 0, // VkBlendOp alphaBlendOp; in LogicOpTestInstance()
DvktPipelineBlendOperationAdvancedTests.cpp207 std::vector<VkBlendOp> blendOps;
266 Vec3 calculateXYZFactors(VkBlendOp op) in calculateXYZFactors()
518 Vec3 calculateFFunction(VkBlendOp op, in calculateFFunction()
674 Vec4 additionalRGBBlendOperations(VkBlendOp op, in additionalRGBBlendOperations()
752 Vec4 calculateFinalColor(BlendOperationAdvancedParam param, VkBlendOp op, in calculateFinalColor()
2204 VkBlendOp blendOps[] = in createBlendOperationAdvancedTests()
DvktPipelineReferenceRenderer.hpp375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
DvktPipelineBlendTests.cpp87 const static VkBlendOp m_blendOps[];
109 const static VkBlendOp m_blendOps[];
272 const VkBlendOp BlendStateUniqueRandomIterator::m_blendOps[] =
354 const VkBlendOp BlendStateUniqueRandomIteratorDualSource::m_blendOps[] =
DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp358 (VkBlendOp) 0, // VkBlendOp colorBlendOp; in LogicOpTestInstance()
361 (VkBlendOp) 0, // VkBlendOp alphaBlendOp; in LogicOpTestInstance()
DvktPipelineBlendOperationAdvancedTests.cpp207 std::vector<VkBlendOp> blendOps;
266 Vec3 calculateXYZFactors(VkBlendOp op) in calculateXYZFactors()
518 Vec3 calculateFFunction(VkBlendOp op, in calculateFFunction()
674 Vec4 additionalRGBBlendOperations(VkBlendOp op, in additionalRGBBlendOperations()
752 Vec4 calculateFinalColor(BlendOperationAdvancedParam param, VkBlendOp op, in calculateFinalColor()
2204 VkBlendOp blendOps[] = in createBlendOperationAdvancedTests()
DvktPipelineReferenceRenderer.hpp375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
DvktPipelineBlendTests.cpp87 const static VkBlendOp m_blendOps[];
109 const static VkBlendOp m_blendOps[];
272 const VkBlendOp BlendStateUniqueRandomIterator::m_blendOps[] =
354 const VkBlendOp BlendStateUniqueRandomIteratorDualSource::m_blendOps[] =
DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
388 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.hpp385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
388 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
DvktDrawCreateInfoUtil.cpp951 vk::VkBlendOp _colorBlendOp, in Attachment()
954 vk::VkBlendOp _alphaBlendOp, in Attachment()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp347 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op()
348 static const VkBlendOp gTable[] = { in blend_equation_to_vk_blend_op()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp338 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op()
339 static const VkBlendOp gTable[] = { in blend_equation_to_vk_blend_op()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.h211 tu6_blend_op(VkBlendOp op) in tu6_blend_op()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_blend_operation_advanced.txt56 values of color and alpha elink:VkBlendOp).
DVK_EXT_blend_operation_advanced.adoc56 values of color and alpha elink:VkBlendOp).
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md325 * `colorBlendOp <VkBlendOp>`
326 * `alphaBlendOp <VkBlendOp>`
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dframebuffer.txt387 [open,refpage='VkBlendOp',desc='Framebuffer blending operations',type='enums']
393 Possible values of elink:VkBlendOp, specifying the operations, are:
395 include::{generated}/api/enums/VkBlendOp.txt[]
405 |elink:VkBlendOp | RGB Components | Alpha Component

123