/external/swiftshader/src/Device/ |
D | Context.hpp | 123 bool setSourceBlendFactor(VkBlendFactor sourceBlendFactor); 124 bool setDestBlendFactor(VkBlendFactor destBlendFactor); 128 bool setSourceBlendFactorAlpha(VkBlendFactor sourceBlendFactorAlpha); 129 bool setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha); 146 VkBlendFactor sourceBlendFactor(); 147 VkBlendFactor destBlendFactor(); 150 VkBlendFactor sourceBlendFactorAlpha(); 151 VkBlendFactor destBlendFactorAlpha(); 228 VkBlendFactor sourceBlendFactorState; 229 VkBlendFactor destBlendFactorState; [all …]
|
D | PixelProcessor.hpp | 68 VkBlendFactor sourceBlendFactor : BITS(VK_BLEND_FACTOR_END_RANGE); 69 VkBlendFactor destBlendFactor : BITS(VK_BLEND_FACTOR_END_RANGE); 71 VkBlendFactor sourceBlendFactorAlpha : BITS(VK_BLEND_FACTOR_END_RANGE); 72 VkBlendFactor destBlendFactorAlpha : BITS(VK_BLEND_FACTOR_END_RANGE); 242 void setSourceBlendFactor(VkBlendFactor sourceBlendFactor); 243 void setDestBlendFactor(VkBlendFactor destBlendFactor); 247 void setSourceBlendFactorAlpha(VkBlendFactor sourceBlendFactorAlpha); 248 void setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha);
|
D | Context.cpp | 257 bool Context::setSourceBlendFactor(VkBlendFactor sourceBlendFactor) in setSourceBlendFactor() 264 bool Context::setDestBlendFactor(VkBlendFactor destBlendFactor) in setDestBlendFactor() 285 bool Context::setSourceBlendFactorAlpha(VkBlendFactor sourceBlendFactorAlpha) in setSourceBlendFactorAlpha() 292 bool Context::setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha) in setDestBlendFactorAlpha() 384 VkBlendFactor Context::sourceBlendFactor() in sourceBlendFactor() 405 VkBlendFactor Context::destBlendFactor() in destBlendFactor() 538 VkBlendFactor Context::sourceBlendFactorAlpha() in sourceBlendFactorAlpha() 564 VkBlendFactor Context::destBlendFactorAlpha() in destBlendFactorAlpha()
|
D | PixelProcessor.cpp | 563 void PixelProcessor::setSourceBlendFactor(VkBlendFactor sourceBlendFactor) in setSourceBlendFactor() 568 void PixelProcessor::setDestBlendFactor(VkBlendFactor destBlendFactor) in setDestBlendFactor() 583 void PixelProcessor::setSourceBlendFactorAlpha(VkBlendFactor sourceBlendFactorAlpha) in setSourceBlendFactorAlpha() 588 void PixelProcessor::setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha) in setDestBlendFactorAlpha()
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 75 …ector4s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, VkBlendFactor blendFactorAct… 76 …ector4s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, VkBlendFactor blendFactorAlp… 78 …void blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor b… 79 …pha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor blendFactorAlp…
|
D | PixelRoutine.cpp | 789 …ector4s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, VkBlendFactor blendFactorAct… in blendFactor() 870 …ector4s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, VkBlendFactor blendFactorAlp… in blendFactorAlpha() 1682 …tor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor blendFactorAct… in blendFactor() 1753 …pha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor blendFactorAlp… in blendFactorAlpha()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 383 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR, 384 vk::VkBlendFactor dstColorBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR, 386 vk::VkBlendFactor srcAlphaBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR, 387 vk::VkBlendFactor dstAlphaBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
|
D | vktDrawCreateInfoUtil.cpp | 946 vk::VkBlendFactor _srcColorBlendFactor, in Attachment() 947 vk::VkBlendFactor _dstColorBlendFactor, in Attachment() 949 vk::VkBlendFactor _srcAlphaBlendFactor, in Attachment() 950 vk::VkBlendFactor _dstAlphaBlendFactor, in Attachment()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 202 …ble, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp,…
|
D | vkStrUtil.inl | 25 const char* getBlendFactorName (VkBlendFactor value); 84 …ne tcu::Format::Enum<VkBlendFactor> getBlendFactorStr (VkBlendFactor value) { retur… 143 inline std::ostream& operator<< (std::ostream& s, VkBlendFactor value) { return s << getBlendF…
|
D | vkStructTypes.inl | 737 VkBlendFactor srcColorBlendFactor; 738 VkBlendFactor dstColorBlendFactor; 740 VkBlendFactor srcAlphaBlendFactor; 741 VkBlendFactor dstAlphaBlendFactor;
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 140 const char * vk_BlendFactor_to_str(VkBlendFactor input);
|
D | vk_enum_to_str.c | 60 vk_BlendFactor_to_str(VkBlendFactor input) in vk_BlendFactor_to_str()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 163 static uint32_t si_translate_blend_factor(VkBlendFactor factor) in si_translate_blend_factor() 227 static uint32_t si_translate_blend_opt_factor(VkBlendFactor factor, bool is_alpha) in si_translate_blend_opt_factor() 282 static bool is_dual_src(VkBlendFactor factor) in is_dual_src() 554 VkBlendFactor srcRGB = att->srcColorBlendFactor; in radv_pipeline_init_blend_state() 555 VkBlendFactor dstRGB = att->dstColorBlendFactor; in radv_pipeline_init_blend_state() 557 VkBlendFactor srcA = att->srcAlphaBlendFactor; in radv_pipeline_init_blend_state() 558 VkBlendFactor dstA = att->dstAlphaBlendFactor; in radv_pipeline_init_blend_state()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 268 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
|
D | vktPipelineBlendTests.cpp | 82 const static VkBlendFactor m_blendFactors[]; 162 const VkBlendFactor BlendStateUniqueRandomIterator::m_blendFactors[] =
|
D | vktPipelineReferenceRenderer.cpp | 37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 297 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend() 298 static const VkBlendFactor gTable[] = { in blend_coeff_to_vk_blend()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 301 static VkBlendFactor blend_coeff_to_vk_blend(GrBlendCoeff coeff) { in blend_coeff_to_vk_blend() 302 static const VkBlendFactor gTable[] = { in blend_coeff_to_vk_blend()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 819 typedef enum VkBlendFactor { enum 843 } VkBlendFactor; typedef 2148 VkBlendFactor srcColorBlendFactor; 2149 VkBlendFactor dstColorBlendFactor; 2151 VkBlendFactor srcAlphaBlendFactor; 2152 VkBlendFactor dstAlphaBlendFactor;
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 951 typedef enum VkBlendFactor { enum 975 } VkBlendFactor; typedef 2318 VkBlendFactor srcColorBlendFactor; 2319 VkBlendFactor dstColorBlendFactor; 2321 VkBlendFactor srcAlphaBlendFactor; 2322 VkBlendFactor dstAlphaBlendFactor;
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 951 typedef enum VkBlendFactor { enum 975 } VkBlendFactor; typedef 2318 VkBlendFactor srcColorBlendFactor; 2319 VkBlendFactor dstColorBlendFactor; 2321 VkBlendFactor srcAlphaBlendFactor; 2322 VkBlendFactor dstAlphaBlendFactor;
|
/external/vulkan-validation-layers/layers/ |
D | stateless_validation.h | 60 extern const std::vector<VkBlendFactor> AllVkBlendFactorEnums;
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 1045 typedef enum VkBlendFactor { enum 1069 } VkBlendFactor; typedef 2483 VkBlendFactor srcColorBlendFactor; 2484 VkBlendFactor dstColorBlendFactor; 2486 VkBlendFactor srcAlphaBlendFactor; 2487 VkBlendFactor dstAlphaBlendFactor;
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 1018 typedef enum VkBlendFactor { enum 1042 } VkBlendFactor; typedef 2436 VkBlendFactor srcColorBlendFactor; 2437 VkBlendFactor dstColorBlendFactor; 2439 VkBlendFactor srcAlphaBlendFactor; 2440 VkBlendFactor dstAlphaBlendFactor;
|