Home
last modified time | relevance | path

Searched refs:VkBlendOp (Results 1 - 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A 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;
H A DContext.cpp813 VkBlendOp GraphicsState::blendOperation(int index, const Attachments &attachments) const
1011 VkBlendOp GraphicsState::blendOperationAlpha(int index, const Attachments &attachments) const
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h444 VkBlendOp color_blend_op;
447 VkBlendOp alpha_blend_op;
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h160 static inline unsigned vk_conv_blend_func(enum VkBlendOp op) in vk_conv_blend_func()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp358 (VkBlendOp) 0, // VkBlendOp colorBlendOp; in LogicOpTestInstance()
361 (VkBlendOp) 0, // VkBlendOp alphaBlendOp; in LogicOpTestInstance()
H A DvktPipelineBlendOperationAdvancedTests.cpp209 std::vector<VkBlendOp> blendOps;
262 Vec3 calculateXYZFactors(VkBlendOp op) in calculateXYZFactors()
514 Vec3 calculateFFunction(VkBlendOp op, in calculateFFunction()
670 Vec4 additionalRGBBlendOperations(VkBlendOp op, in additionalRGBBlendOperations()
748 Vec4 calculateFinalColor(BlendOperationAdvancedParam param, VkBlendOp op, in calculateFinalColor()
1041 m_param.blendOps[i], // VkBlendOp colorBlendOp; in buildPipeline()
1044 m_param.blendOps[i], // VkBlendOp alphaBlendOp; in buildPipeline()
1726 m_param.blendOps[i], // VkBlendOp colorBlendOp;
1729 m_param.blendOps[i], // VkBlendOp alphaBlendOp;
2224 VkBlendOp blendOp
[all...]
H A DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
H A DvktPipelineReferenceRenderer.hpp375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
H A DvktPipelineBlendTests.cpp89 const static VkBlendOp m_blendOps[];
111 const static VkBlendOp m_blendOps[];
272 const VkBlendOp BlendStateUniqueRandomIterator::m_blendOps[] =
318 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp; in getIndexedValue()
321 m_blendOps[blendOpAlphaIndex], // VkBlendOp alphaBlendOp; in getIndexedValue()
354 const VkBlendOp BlendStateUniqueRandomIteratorDualSource::m_blendOps[] =
400 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp; in getIndexedValue()
403 m_blendOps[blendOpAlphaIndex], // VkBlendOp alphaBlendOp; in getIndexedValue()
1883 vk::VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp; in iterate()
1886 vk::VK_BLEND_OP_ADD, // VkBlendOp alphaBlendO in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp358 (VkBlendOp) 0, // VkBlendOp colorBlendOp; in LogicOpTestInstance()
361 (VkBlendOp) 0, // VkBlendOp alphaBlendOp; in LogicOpTestInstance()
H A 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()
1047 m_param.blendOps[i], // VkBlendOp colorBlendOp; in buildPipeline()
1050 m_param.blendOps[i], // VkBlendOp alphaBlendOp; in buildPipeline()
1717 m_param.blendOps[i], // VkBlendOp colorBlendOp;
1720 m_param.blendOps[i], // VkBlendOp alphaBlendOp;
2204 VkBlendOp blendOp
[all...]
H A DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
H A DvktPipelineReferenceRenderer.hpp375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
H A DvktPipelineBlendTests.cpp87 const static VkBlendOp m_blendOps[];
109 const static VkBlendOp m_blendOps[];
272 const VkBlendOp BlendStateUniqueRandomIterator::m_blendOps[] =
318 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp; in getIndexedValue()
321 m_blendOps[blendOpAlphaIndex], // VkBlendOp alphaBlendOp; in getIndexedValue()
354 const VkBlendOp BlendStateUniqueRandomIteratorDualSource::m_blendOps[] =
400 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp; in getIndexedValue()
403 m_blendOps[blendOpAlphaIndex], // VkBlendOp alphaBlendOp; in getIndexedValue()
1885 vk::VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp; in iterate()
1888 vk::VK_BLEND_OP_ADD, // VkBlendOp alphaBlendO in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
388 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
H A DvktDrawCreateInfoUtil.cpp951 vk::VkBlendOp _colorBlendOp, in Attachment()
954 vk::VkBlendOp _alphaBlendOp, in Attachment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
388 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
H A DvktDrawCreateInfoUtil.cpp951 vk::VkBlendOp _colorBlendOp, in Attachment()
954 vk::VkBlendOp _alphaBlendOp, in Attachment()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp338 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) {
339 static const VkBlendOp gTable[] = {
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h211 tu6_blend_op(VkBlendOp op)
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp193 VkBlendOp VulkanBlendOperation(wgpu::BlendOperation operation) { in VulkanBlendOperation()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_types.h2080 /* enum VkBlendOp */
2083 vn_sizeof_VkBlendOp(const VkBlendOp *val) in vn_sizeof_VkBlendOp()
2090 vn_encode_VkBlendOp(struct vn_cs_encoder *enc, const VkBlendOp *val) in vn_encode_VkBlendOp()
2096 vn_decode_VkBlendOp(struct vn_cs_decoder *dec, VkBlendOp *val) in vn_decode_VkBlendOp()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c295 static VkBlendOp
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc244 VkBlendOp ToVkBlendOp(BlendOp op) { in ToVkBlendOp()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c435 translate_blend_op(VkBlendOp in) in translate_blend_op()

Completed in 39 milliseconds

12