Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl202 …ble, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp,…
DvkStructTypes.inl737 VkBlendFactor srcColorBlendFactor;
738 VkBlendFactor dstColorBlendFactor;
740 VkBlendFactor srcAlphaBlendFactor;
741 VkBlendFactor dstAlphaBlendFactor;
DvkStrUtil.inl25 const char* getBlendFactorName (VkBlendFactor value);
65 …line tcu::Format::Enum<VkBlendFactor> getBlendFactorStr (VkBlendFactor value) { return…
105 inline std::ostream& operator<< (std::ostream& s, VkBlendFactor value) { return s << getBlendFa…
DvkBasicTypes.inl529 enum VkBlendFactor enum
DvkStrUtilImpl.inl586 const char* getBlendFactorName (VkBlendFactor value)
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp378 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
379 vk::VkBlendFactor dstColorBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
381 vk::VkBlendFactor srcAlphaBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
382 vk::VkBlendFactor dstAlphaBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
DvktDrawCreateInfoUtil.cpp932 vk::VkBlendFactor _srcColorBlendFactor, in Attachment()
933 vk::VkBlendFactor _dstColorBlendFactor, in Attachment()
935 vk::VkBlendFactor _srcAlphaBlendFactor, in Attachment()
936 vk::VkBlendFactor _dstAlphaBlendFactor, in Attachment()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp378 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
379 vk::VkBlendFactor dstColorBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
381 vk::VkBlendFactor srcAlphaBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
382 vk::VkBlendFactor dstAlphaBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
DvktQueryPoolCreateInfoUtil.cpp938 vk::VkBlendFactor _srcColorBlendFactor, in Attachment()
939 vk::VkBlendFactor _dstColorBlendFactor, in Attachment()
941 vk::VkBlendFactor _srcAlphaBlendFactor, in Attachment()
942 vk::VkBlendFactor _dstAlphaBlendFactor, in Attachment()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp380 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
381 vk::VkBlendFactor dstColorBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
383 vk::VkBlendFactor srcAlphaBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
384 vk::VkBlendFactor dstAlphaBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
DvktDynamicStateCreateInfoUtil.cpp931 vk::VkBlendFactor _srcColorBlendFactor, in Attachment()
932 vk::VkBlendFactor _dstColorBlendFactor, in Attachment()
934 vk::VkBlendFactor _srcAlphaBlendFactor, in Attachment()
935 vk::VkBlendFactor _dstAlphaBlendFactor, in Attachment()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp256 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend()
257 static const VkBlendFactor gTable[] = { in blend_coeff_to_vk_blend()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp78 const static VkBlendFactor m_blendFactors[];
160 const VkBlendFactor BlendStateUniqueRandomIterator::m_blendFactors[] =
DvktPipelineReferenceRenderer.cpp37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
DvktPipelineReferenceRenderer.hpp332 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
/external/skia/third_party/vulkan/
Dvulkan.h625 typedef enum VkBlendFactor { enum
649 } VkBlendFactor; typedef
1791 VkBlendFactor srcColorBlendFactor;
1792 VkBlendFactor dstColorBlendFactor;
1794 VkBlendFactor srcAlphaBlendFactor;
1795 VkBlendFactor dstAlphaBlendFactor;
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h632 typedef enum VkBlendFactor { enum
656 } VkBlendFactor; typedef
1800 VkBlendFactor srcColorBlendFactor;
1801 VkBlendFactor dstColorBlendFactor;
1803 VkBlendFactor srcAlphaBlendFactor;
1804 VkBlendFactor dstAlphaBlendFactor;