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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp 478 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers);
496 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef;
498 const VkAttachmentReference* pDepthStencilAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]

Completed in 77 milliseconds