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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
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);
vktPipelineMultisampleTests.cpp 428 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
778 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
    [all...]
vktPipelineDepthTests.cpp 576 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
    [all...]
vktPipelineEarlyFragmentTests.cpp 584 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
    [all...]
vktPipelineImageSamplingInstance.cpp 739 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...]
vktPipelineCacheTests.cpp 342 VK_COLOR_COMPONENT_A_BIT // VkColorComponentFlags colorWriteMask;
    [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelinePushConstantTests.cpp 819 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
    [all...]
vktPipelineVertexInputTests.cpp     [all...]
vktPipelineTimestampTests.cpp 488 VK_COLOR_COMPONENT_A_BIT // VkColorComponentFlags colorWriteMask;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 652 VK_COLOR_COMPONENT_A_BIT), // colorWriteMask
    [all...]
vktApiBufferViewAccessTests.cpp 553 VK_COLOR_COMPONENT_A_BIT) // VkChannelFlags channelWriteMask;
    [all...]
vktApiObjectManagementTests.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 370 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 956 VK_COLOR_COMPONENT_A_BIT = 0x00000008,
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 334 VK_COLOR_COMPONENT_A_BIT;
  /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 762 VK_COLOR_COMPONENT_A_BIT) // VkColorComponentFlags colorWriteMask;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp 801 VkColorComponentFlagBits allFlags = (VkColorComponentFlagBits)(VK_COLOR_COMPONENT_A_BIT | VK_COLOR_COMPONENT_B_BIT |
816 if (enumerator & VK_COLOR_COMPONENT_A_BIT) {
817 strings.push_back("VK_COLOR_COMPONENT_A_BIT");
    [all...]

Completed in 3351 milliseconds

1 2