HomeSort by relevance Sort by last modified time
    Searched refs:VkBlendOp (Results 1 - 24 of 24) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 202 inline VkPipelineColorBlendAttachmentState makePipelineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor srcAlphaBlendFactor, VkBlendFactor dstAlphaBlendFactor, VkBlendOp alphaBlendOp, VkColorComponentFlags colorWriteMask)
vkStrUtil.inl 26 const char* getBlendOpName (VkBlendOp value);
66 inline tcu::Format::Enum<VkBlendOp> getBlendOpStr (VkBlendOp value) { return tcu::Format::Enum<VkBlendOp>(getBlendOpName, value); }
106 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlendOpStr(value); }
vkStructTypes.inl 739 VkBlendOp colorBlendOp;
742 VkBlendOp alphaBlendOp;
    [all...]
vkBasicTypes.inl 554 enum VkBlendOp
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
383 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
vktDrawCreateInfoUtil.cpp 934 vk::VkBlendOp _colorBlendOp,
937 vk::VkBlendOp _alphaBlendOp,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 382 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
385 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
vktDynamicStateCreateInfoUtil.cpp 933 vk::VkBlendOp _colorBlendOp,
936 vk::VkBlendOp _alphaBlendOp,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
383 vk::VkBlendOp alphaBlendOp = vk::VK_BLEND_OP_ADD,
vktQueryPoolCreateInfoUtil.cpp 940 vk::VkBlendOp _colorBlendOp,
943 vk::VkBlendOp _alphaBlendOp,
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 303 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) {
304 static const VkBlendOp gTable[] = {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp)
vktPipelineReferenceRenderer.hpp 333 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
vktPipelineBlendTests.cpp 79 const static VkBlendOp m_blendOps[];
179 const VkBlendOp BlendStateUniqueRandomIterator::m_blendOps[] =
225 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp;
228 m_blendOps[blendOpAlphaIndex], // VkBlendOp alphaBlendOp;
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 658 typedef enum VkBlendOp {
668 } VkBlendOp;
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 655 typedef enum VkBlendOp {
665 } VkBlendOp;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 651 typedef enum VkBlendOp {
661 } VkBlendOp;
    [all...]

Completed in 593 milliseconds