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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 229 VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask;
239 const VkColorComponentFlags BlendTest::s_colorWriteMasks[BlendTest::QUAD_COUNT] = { VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT, // Pair of channels: R & G
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 83 return tcu::BVec4((flags & VK_COLOR_COMPONENT_R_BIT) != 0,
vktPipelineMultisampleTests.cpp 427 VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask;
777 VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask;
    [all...]
vktPipelineDepthTests.cpp 575 VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask;
    [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 738 VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask;
    [all...]
vktPipelineStencilTests.cpp 655 VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask;
    [all...]
vktPipelineCacheTests.cpp 339 VK_COLOR_COMPONENT_R_BIT |
    [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelinePushConstantTests.cpp 818 VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask;
    [all...]
vktPipelineVertexInputTests.cpp     [all...]
vktPipelineTimestampTests.cpp 485 VK_COLOR_COMPONENT_R_BIT |
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 649 (VK_COLOR_COMPONENT_R_BIT|
    [all...]
vktApiBufferViewAccessTests.cpp 550 (VK_COLOR_COMPONENT_R_BIT |
    [all...]
vktApiObjectManagementTests.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 369 attachmentState->colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT |
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 953 VK_COLOR_COMPONENT_R_BIT = 0x00000001,
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 331 blend_attachment.colorWriteMask = VK_COLOR_COMPONENT_R_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 759 (VK_COLOR_COMPONENT_R_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 802 VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_R_BIT);
825 if (enumerator & VK_COLOR_COMPONENT_R_BIT) {
826 strings.push_back("VK_COLOR_COMPONENT_R_BIT");
    [all...]

Completed in 317 milliseconds

1 2