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

  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 978 vector<VkAttachmentReference>& colorAttachmentReferences = attachmentReferenceLists[1];
983 colorAttachmentReferences.push_back(createAttachmentReference(subpass.getColorAttachments()[attachmentNdx]));
996 DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttachmentReferences.size());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 719 std::vector<VkAttachmentReference> colorAttachmentReferences;
    [all...]

Completed in 337 milliseconds