HomeSort by relevance Sort by last modified time
    Searched refs:VK_COLOR_COMPONENT_B_BIT (Results 1 - 25 of 87) 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 379 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
  /external/skqp/src/gpu/vk/
GrVkCopyPipeline.cpp 111 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT // colorWriteMask
GrVkPipeline.cpp 379 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 230 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
240 VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT, // Pair of channels: G & B
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...]
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;
vktPipelineMultisampleBaseResolve.cpp 320 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
vktPipelineReferenceRenderer.cpp 85 (flags & VK_COLOR_COMPONENT_B_BIT) != 0,
  /external/mesa3d/src/amd/vulkan/
radv_meta_fast_clear.c 191 VK_COLOR_COMPONENT_B_BIT |
radv_meta_resolve.c 228 VK_COLOR_COMPONENT_B_BIT |
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 651 VK_COLOR_COMPONENT_B_BIT|
    [all...]
vktApiGetMemoryCommitment.cpp 414 VK_COLOR_COMPONENT_B_BIT |
vktApiBufferViewAccessTests.cpp 540 VK_COLOR_COMPONENT_B_BIT |
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 386 vk::VK_COLOR_COMPONENT_B_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/robustness/
vktRobustnessUtil.cpp 505 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
  /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/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 238 case VK_COLOR_COMPONENT_B_BIT:
239 return "VK_COLOR_COMPONENT_B_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...]
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 626 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT,
    [all...]

Completed in 1250 milliseconds

1 2 3 4