Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
383 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
DvktDrawCreateInfoUtil.cpp934 vk::VkBlendOp _colorBlendOp, in Attachment()
937 vk::VkBlendOp _alphaBlendOp, in Attachment()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp301 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op()
302 static const VkBlendOp gTable[] = { in blend_equation_to_vk_blend_op()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp269 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
DvktPipelineBlendTests.cpp79 const static VkBlendOp m_blendOps[];
179 const VkBlendOp BlendStateUniqueRandomIterator::m_blendOps[] =
DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl202 …tor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor srcAlphaBlendFactor, VkBlendFactor …
DvkStrUtil.inl26 const char* getBlendOpName (VkBlendOp value);
73 inline tcu::Format::Enum<VkBlendOp> getBlendOpStr (VkBlendOp value) { return tcu:…
120 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlendOpSt…
DvkStructTypes.inl739 VkBlendOp colorBlendOp;
742 VkBlendOp alphaBlendOp;
DvkBasicTypes.inl677 enum VkBlendOp enum
DvkStrUtilImpl.inl732 const char* getBlendOpName (VkBlendOp value)
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c501 static uint32_t si_translate_blend_function(VkBlendOp op) in si_translate_blend_function()
841 VkBlendOp eqRGB = att->colorBlendOp; in radv_pipeline_init_blend_state()
844 VkBlendOp eqA = att->alphaBlendOp; in radv_pipeline_init_blend_state()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h675 typedef enum VkBlendOp { enum
685 } VkBlendOp; typedef
1849 VkBlendOp colorBlendOp;
1852 VkBlendOp alphaBlendOp;
/external/mesa3d/include/vulkan/
Dvulkan.h681 typedef enum VkBlendOp { enum
691 } VkBlendOp; typedef
1858 VkBlendOp colorBlendOp;
1861 VkBlendOp alphaBlendOp;
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h756 typedef enum VkBlendOp { enum
766 } VkBlendOp; typedef
1955 VkBlendOp colorBlendOp;
1958 VkBlendOp alphaBlendOp;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in768 typedef enum VkBlendOp { enum
778 } VkBlendOp; typedef
2014 VkBlendOp colorBlendOp;
2017 VkBlendOp alphaBlendOp;
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt1530 …pec Section '26.1. Blending' which states 'colorBlendOp must be a valid VkBlendOp value' (https://…
1533 …pec Section '26.1. Blending' which states 'alphaBlendOp must be a valid VkBlendOp value' (https://…