/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 202 …ble, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp,…
|
D | vkStructTypes.inl | 737 VkBlendFactor srcColorBlendFactor; 738 VkBlendFactor dstColorBlendFactor; 740 VkBlendFactor srcAlphaBlendFactor; 741 VkBlendFactor dstAlphaBlendFactor;
|
D | vkStrUtil.inl | 25 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…
|
D | vkBasicTypes.inl | 529 enum VkBlendFactor enum
|
D | vkStrUtilImpl.inl | 586 const char* getBlendFactorName (VkBlendFactor value)
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 378 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,
|
D | vktDrawCreateInfoUtil.cpp | 932 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/ |
D | vktQueryPoolCreateInfoUtil.hpp | 378 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,
|
D | vktQueryPoolCreateInfoUtil.cpp | 938 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/ |
D | vktDynamicStateCreateInfoUtil.hpp | 380 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,
|
D | vktDynamicStateCreateInfoUtil.cpp | 931 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/ |
D | GrVkPipeline.cpp | 256 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/ |
D | vktPipelineBlendTests.cpp | 78 const static VkBlendFactor m_blendFactors[]; 160 const VkBlendFactor BlendStateUniqueRandomIterator::m_blendFactors[] =
|
D | vktPipelineReferenceRenderer.cpp | 37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
|
D | vktPipelineReferenceRenderer.hpp | 332 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 625 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/ |
D | vulkan.h | 632 typedef enum VkBlendFactor { enum 656 } VkBlendFactor; typedef 1800 VkBlendFactor srcColorBlendFactor; 1801 VkBlendFactor dstColorBlendFactor; 1803 VkBlendFactor srcAlphaBlendFactor; 1804 VkBlendFactor dstAlphaBlendFactor;
|