HomeSort by relevance Sort by last modified time
    Searched refs:VK_COLOR_COMPONENT_B_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
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...]
vktPipelineReferenceRenderer.cpp 85 (flags & VK_COLOR_COMPONENT_B_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 341 VK_COLOR_COMPONENT_B_BIT |
    [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelinePushConstantTests.cpp 819 VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT
    [all...]
vktPipelineVertexInputTests.cpp     [all...]
vktPipelineTimestampTests.cpp 487 VK_COLOR_COMPONENT_B_BIT |
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 651 VK_COLOR_COMPONENT_B_BIT|
    [all...]
vktApiBufferViewAccessTests.cpp 552 VK_COLOR_COMPONENT_B_BIT |
    [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 955 VK_COLOR_COMPONENT_B_BIT = 0x00000004,
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 333 VK_COLOR_COMPONENT_B_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 761 VK_COLOR_COMPONENT_B_BIT |
    [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 |
819 if (enumerator & VK_COLOR_COMPONENT_B_BIT) {
820 strings.push_back("VK_COLOR_COMPONENT_B_BIT");
    [all...]

Completed in 118 milliseconds

1 2