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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 270 tcu::BVec4 mapVkColorComponentFlags (vk::VkColorComponentFlags flags);
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;
230 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
vktPipelineReferenceRenderer.cpp 81 tcu::BVec4 mapVkColorComponentFlags (VkColorComponentFlags flags)
vktPipelineBlendTests.cpp 100 const static VkColorComponentFlags s_colorWriteMasks[QUAD_COUNT];
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
    [all...]
vktPipelineMultisampleImageTests.cpp 215 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
226 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [all...]
vktPipelineMultisampleInterpolationTests.cpp 525 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
536 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [all...]
vktPipelineRenderToImageTests.cpp 360 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
371 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 384 vk::VkColorComponentFlags colorWriteMask = vk::VK_COLOR_COMPONENT_R_BIT|
vktDrawCreateInfoUtil.cpp 938 vk::VkColorComponentFlags _colorWriteMask)
    [all...]
  /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;
293 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [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;
347 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [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;
306 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [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;
268 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
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;
271 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
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;
324 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [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;
653 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 202 inline VkPipelineColorBlendAttachmentState makePipelineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor srcAlphaBlendFactor, VkBlendFactor dstAlphaBlendFactor, VkBlendOp alphaBlendOp, VkColorComponentFlags colorWriteMask)
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;
486 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [all...]
vktImageMutableTests.cpp 645 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
655 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [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;
172 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [all...]
vktSparseResourcesBufferTests.cpp 444 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
454 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [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;
697 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 676 const VkColorComponentFlags colorComponentsAll = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT;
686 colorComponentsAll, // VkColorComponentFlags colorWriteMask;
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]

Completed in 397 milliseconds

1 2