HomeSort by relevance Sort by last modified time
    Searched full:colorblendop (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /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/skia/src/gpu/vk/
GrVkCopyPipeline.cpp 106 VK_BLEND_OP_ADD, // colorBlendOp
GrVkPipeline.cpp 361 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 225 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp;
    [all...]
vktPipelineSpecConstantUtil.cpp 226 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
vktPipelineDepthTests.cpp 571 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
    [all...]
vktPipelineImageSamplingInstance.cpp 650 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp;
    [all...]
vktPipelineMultisampleTests.cpp 471 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
    [all...]
vktPipelineStencilTests.cpp 651 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/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 267 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
vktGeometryInstancedRenderingTests.cpp 264 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
vktGeometryLayeredRenderingTests.cpp 320 VK_BLEND_OP_ADD, // 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/api/
vktApiSmokeTests.cpp 645 VK_BLEND_OP_ADD, // colorBlendOp
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 343 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
    [all...]
vktFragmentOperationsScissorMultiViewportTests.cpp 289 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
    [all...]
vktFragmentOperationsScissorTests.cpp 302 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 649 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 682 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 322 blend_attachment.colorBlendOp = VK_BLEND_OP_ADD;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 482 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp;
    [all...]

Completed in 601 milliseconds

1 2 3 4