Searched refs:VkBlendOp (Results 1 – 17 of 17) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 303 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op() 304 static const VkBlendOp gTable[] = { in blend_equation_to_vk_blend_op()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 26 const char* getBlendOpName (VkBlendOp value); 66 inline tcu::Format::Enum<VkBlendOp> getBlendOpStr (VkBlendOp value) { return tcu::Fo… 106 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlendOpStr…
|
D | vkTypeUtil.inl | 202 …tor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor srcAlphaBlendFactor, VkBlendFactor …
|
D | vkStructTypes.inl | 739 VkBlendOp colorBlendOp; 742 VkBlendOp alphaBlendOp;
|
D | vkBasicTypes.inl | 554 enum VkBlendOp enum
|
D | vkStrUtilImpl.inl | 613 const char* getBlendOpName (VkBlendOp value)
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD, 383 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
|
D | vktDrawCreateInfoUtil.cpp | 934 vk::VkBlendOp _colorBlendOp, in Attachment() 937 vk::VkBlendOp _alphaBlendOp, in Attachment()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.hpp | 380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD, 383 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
|
D | vktQueryPoolCreateInfoUtil.cpp | 940 vk::VkBlendOp _colorBlendOp, in Attachment() 943 vk::VkBlendOp _alphaBlendOp, in Attachment()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.hpp | 382 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD, 385 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
|
D | vktDynamicStateCreateInfoUtil.cpp | 933 vk::VkBlendOp _colorBlendOp, in Attachment() 936 vk::VkBlendOp _alphaBlendOp, in Attachment()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 79 const static VkBlendOp m_blendOps[]; 179 const VkBlendOp BlendStateUniqueRandomIterator::m_blendOps[] =
|
D | vktPipelineReferenceRenderer.cpp | 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
|
D | vktPipelineReferenceRenderer.hpp | 333 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 651 typedef enum VkBlendOp { enum 661 } VkBlendOp; typedef 1793 VkBlendOp colorBlendOp; 1796 VkBlendOp alphaBlendOp;
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 658 typedef enum VkBlendOp { enum 668 } VkBlendOp; typedef 1802 VkBlendOp colorBlendOp; 1805 VkBlendOp alphaBlendOp;
|