Home
last modified time | relevance | path

Searched refs:depthStencilAttachmentReferences (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp658 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
669 depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDepthStencilAttachment())); in createSubpassDescription()
689 &depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAttachment; || const VkAttachmentReference2* pDepthStencilAttachment; in createSubpassDescription()
H A DvktRenderPassTests.cpp1183 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
1194 depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDepthStencilAttachment())); in createSubpassDescription()
1214 &depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAttachment; || const VkAttachmentReference2KHR* pDepthStencilAttachment; in createSubpassDescription()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp658 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
669 depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDepthStencilAttachment())); in createSubpassDescription()
689 &depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAttachment; || const VkAttachmentReference2* pDepthStencilAttachment; in createSubpassDescription()
H A DvktRenderPassTests.cpp1171 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local
1182 depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDepthStencilAttachment())); in createSubpassDescription()
1202 &depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAttachment; || const VkAttachmentReference2KHR* pDepthStencilAttachment; in createSubpassDescription()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp392 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers); in makeRenderPass()
410 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
412 const VkAttachmentReference* pDepthStencilAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : DE_NULL); in makeRenderPass()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp818 m_subpasses.back().depthStencilAttachmentReferences.push_back( in addSubpassDepthStencilAttachment()
870 dataOrNullPtr(sd.depthStencilAttachmentReferences), // const VkAttachmentReference* pDepthStencilAttachment; in bake()
974 std::vector<VkAttachmentReference> depthStencilAttachmentReferences; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp389 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers); in makeRenderPass()
407 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
409 const VkAttachmentReference* pDepthStencilAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : DE_NULL); in makeRenderPass()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp815 m_subpasses.back().depthStencilAttachmentReferences.push_back( in addSubpassDepthStencilAttachment()
867 dataOrNullPtr(sd.depthStencilAttachmentReferences), // const VkAttachmentReference* pDepthStencilAttachment; in bake()
972 std::vector<VkAttachmentReference> depthStencilAttachmentReferences; member

Completed in 39 milliseconds