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

1 2 3 4

  /external/skia/src/gpu/vk/
GrVkCopyPipeline.cpp 111 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT // colorWriteMask
GrVkPipeline.cpp 371 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 220 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
vktPipelineBlendTests.cpp 230 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
241 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT, // Pair of channels: B & A
242 VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT }; // All channels
    [all...]
vktPipelineReferenceRenderer.cpp 86 (flags & VK_COLOR_COMPONENT_A_BIT) != 0);
vktPipelineDepthTests.cpp 576 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
    [all...]
vktPipelineStencilTests.cpp 656 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_fast_clear.c 192 VK_COLOR_COMPONENT_A_BIT,
radv_meta_resolve.c 229 VK_COLOR_COMPONENT_A_BIT,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 652 VK_COLOR_COMPONENT_A_BIT), // colorWriteMask
    [all...]
vktApiBufferViewAccessTests.cpp 541 VK_COLOR_COMPONENT_A_BIT) // VkChannelFlags channelWriteMask;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 387 vk::VK_COLOR_COMPONENT_A_BIT);
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 283 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]
vktFragmentOperationsEarlyFragmentTests.cpp 336 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]
vktFragmentOperationsScissorTests.cpp 296 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 258 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
vktGeometryTestsUtil.cpp 261 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
vktGeometryLayeredRenderingTests.cpp 314 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 643 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 236 case VK_COLOR_COMPONENT_A_BIT:
237 return "VK_COLOR_COMPONENT_A_BIT";
    [all...]
vk_enum_validate_helper.h 136 if (input_value > (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT))
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 476 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp 162 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp 687 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]

Completed in 154 milliseconds

1 2 3 4