HomeSort by relevance Sort by last modified time
    Searched refs:VK_BLEND_FACTOR_ZERO (Results 1 - 25 of 37) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 644 VK_BLEND_FACTOR_ZERO, // dstColorBlendFactor
647 VK_BLEND_FACTOR_ZERO, // dstAlphaBlendFactor
    [all...]
vktApiBufferViewAccessTests.cpp 545 VK_BLEND_FACTOR_ZERO, // VkBlend destBlendColor;
548 VK_BLEND_FACTOR_ZERO, // VkBlend destBlendAlpha;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 41 case VK_BLEND_FACTOR_ZERO: return rr::BLENDFUNC_ZERO;
vktPipelineDepthTests.cpp 570 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
573 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor;
    [all...]
vktPipelineEarlyFragmentTests.cpp 590 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
593 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor;
    [all...]
vktPipelineImageSamplingInstance.cpp 733 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
736 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor;
    [all...]
vktPipelineStencilTests.cpp 650 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
653 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor;
    [all...]
vktPipelineCacheTests.cpp 334 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
337 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor;
    [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelinePushConstantTests.cpp 813 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
816 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor;
    [all...]
vktPipelineVertexInputTests.cpp     [all...]
vktPipelineMultisampleTests.cpp 422 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
425 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor;
    [all...]
vktPipelineTimestampTests.cpp 480 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
483 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor;
    [all...]
vktPipelineBlendTests.cpp 162 VK_BLEND_FACTOR_ZERO,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 822 blendAttachment.srcColorBlendFactor = VK_BLEND_FACTOR_ZERO;
823 blendAttachment.srcAlphaBlendFactor = VK_BLEND_FACTOR_ZERO;
824 blendAttachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO;
825 blendAttachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO;
    [all...]
vktShaderLibrary.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 258 VK_BLEND_FACTOR_ZERO, // kZero_GrBlendCoeff
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 531 VK_BLEND_FACTOR_ZERO = 0,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 754 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor;
757 VK_BLEND_FACTOR_ZERO, // VkBlendFactor destAlphaBlendFactor;
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 329 blend_attachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO;
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/skia/third_party/vulkan/
vulkan.h 626 VK_BLEND_FACTOR_ZERO = 0,
645 VK_BLEND_FACTOR_BEGIN_RANGE = VK_BLEND_FACTOR_ZERO,
647 VK_BLEND_FACTOR_RANGE_SIZE = (VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA - VK_BLEND_FACTOR_ZERO + 1),
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 633 VK_BLEND_FACTOR_ZERO = 0,
652 VK_BLEND_FACTOR_BEGIN_RANGE = VK_BLEND_FACTOR_ZERO,
654 VK_BLEND_FACTOR_RANGE_SIZE = (VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA - VK_BLEND_FACTOR_ZERO + 1),
    [all...]

Completed in 295 milliseconds

1 2