HomeSort by relevance Sort by last modified time
    Searched refs:colorAttachmentRef (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 112 const VkAttachmentReference colorAttachmentRef =
125 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments;
    [all...]
vktFragmentOperationsScissorTests.cpp 131 const VkAttachmentReference colorAttachmentRef =
144 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 101 const VkAttachmentReference colorAttachmentRef =
114 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments;
vktGeometryLayeredRenderingTests.cpp 172 const VkAttachmentReference colorAttachmentRef =
185 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 309 VkAttachmentReference colorAttachmentRef;
325 colorAttachmentRef.attachment = 0;
326 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
336 subpassDesc.pColorAttachments = &colorAttachmentRef;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp 401 const VkAttachmentReference colorAttachmentRef =
414 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 292 const VkAttachmentReference colorAttachmentRef =
305 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments;
    [all...]

Completed in 147 milliseconds