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

1 2

  /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)
208 res.colorBlendOp = colorBlendOp;
vkStructTypes.inl 739 VkBlendOp colorBlendOp;
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_pipeline.c 786 .ColorBlendFunction = vk_to_gen_blend_op[a->colorBlendOp],
798 a->colorBlendOp != a->alphaBlendOp) {
815 if (a->colorBlendOp == VK_BLEND_OP_MIN ||
816 a->colorBlendOp == VK_BLEND_OP_MAX) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 225 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp;
    [all...]
vktPipelineImageSamplingInstance.cpp 648 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
vktDrawCreateInfoUtil.cpp 943 colorBlendOp = _colorBlendOp;
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 369 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation);
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 369 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation);
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 621 .colorBlendOp = (VkBlendOp)0,
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 306 blend_attachment.colorBlendOp = VK_BLEND_OP_ADD;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp     [all...]
vktSynchronizationSmokeTests.cpp 824 blendAttachment.colorBlendOp = VK_BLEND_OP_ADD;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h     [all...]
vk_struct_wrappers.h     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 841 VkBlendOp eqRGB = att->colorBlendOp;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation_utils.cpp     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 209 milliseconds

1 2