Home
last modified time | relevance | path

Searched refs:attachmentReference (Results 1 – 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktPipelineCacheSCTests.cpp179 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local
181 …teInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in createPipelineCacheTest()
DvktPipelineIdentifierTests.cpp214 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local
216 …eInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in testGraphicsPipelineIdentifier()
DvktDeviceObjectReservationTests.cpp1884 VkAttachmentReference attachmentReference; in performTest() local
1886 …eInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in performTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktPipelineCacheSCTests.cpp179 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local
181 …teInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in createPipelineCacheTest()
DvktPipelineIdentifierTests.cpp214 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local
216 …eInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in testGraphicsPipelineIdentifier()
DvktDeviceObjectReservationTests.cpp1884 VkAttachmentReference attachmentReference; in performTest() local
1886 …eInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDes… in performTest()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1783 auto attachmentReference = subpass.pColorAttachments[i]; in bindAttachments() local
1784 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
1786 …attachments->colorBuffer[i] = renderPassFramebuffer->getAttachment(attachmentReference.attachment); in bindAttachments()
1790 auto attachmentReference = subpass.pDepthStencilAttachment; in bindAttachments() local
1791 if(attachmentReference && attachmentReference->attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
1793 auto attachment = renderPassFramebuffer->getAttachment(attachmentReference->attachment); in bindAttachments()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.hpp58 VkAttachmentReference& attachmentReference,
DvkSafetyCriticalUtil.cpp885 VkAttachmentReference& attachmentReference, in prepareSimpleRenderPassCI() argument
901 attachmentReference = in prepareSimpleRenderPassCI()
914 &attachmentReference, // const VkAttachmentReference* pColorAttachments in prepareSimpleRenderPassCI()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp516 const VkAttachmentReference attachmentReference = in createRenderPass() local
527 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
529 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
1294 const VkAttachmentReference attachmentReference = in createRenderPass() local
1305 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
1307 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp516 const VkAttachmentReference attachmentReference = in createRenderPass() local
527 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
529 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
1294 const VkAttachmentReference attachmentReference = in createRenderPass() local
1305 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
1307 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiPipelineTests.cpp192 const VkAttachmentReference attachmentReference = in drawTriangleTest() local
205 &attachmentReference, // const VkAttachmentReference* pColorAttachments in drawTriangleTest()
498 const VkAttachmentReference attachmentReference = in createSimpleRenderPass() local
511 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createSimpleRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp192 const VkAttachmentReference attachmentReference = in drawTriangleTest() local
205 &attachmentReference, // const VkAttachmentReference* pColorAttachments in drawTriangleTest()
498 const VkAttachmentReference attachmentReference = in createSimpleRenderPass() local
511 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createSimpleRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp197 const VkAttachmentReference attachmentReference in createRenderPass() local
213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
DvktRenderPassDitheringTests.cpp913 const AttachmentReference attachmentReference = in createRenderPassFramebuffer() local
922 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp197 const VkAttachmentReference attachmentReference in createRenderPass() local
213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
DvktRenderPassDitheringTests.cpp913 const AttachmentReference attachmentReference = in createRenderPassFramebuffer() local
922 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp362 const VkAttachmentReference attachmentReference = in createRenderPass() local
375 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp362 const VkAttachmentReference attachmentReference = in createRenderPass() local
375 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp2663 VkAttachmentReference attachmentReference = in iterate() local
2670 attachmentReference.attachment = static_cast<deUint32>(i); in iterate()
2671 attachmentReferences.push_back(attachmentReference); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp2663 VkAttachmentReference attachmentReference = in iterate() local
2670 attachmentReference.attachment = static_cast<deUint32>(i); in iterate()
2671 attachmentReferences.push_back(attachmentReference); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp115 VkAttachmentReference2 convertAttachmentReference (const VkAttachmentReference& attachmentReference in convertAttachmentReference() argument
121 attachmentReference.attachment, // deUint32 attachment; in convertAttachmentReference()
122 attachmentReference.layout, // VkImageLayout layout; in convertAttachmentReference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp115 VkAttachmentReference2 convertAttachmentReference (const VkAttachmentReference& attachmentReference in convertAttachmentReference() argument
121 attachmentReference.attachment, // deUint32 attachment; in convertAttachmentReference()
122 attachmentReference.layout, // VkImageLayout layout; in convertAttachmentReference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp1618 const VkAttachmentReference attachmentReference = in iterate() local
1631 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp1618 const VkAttachmentReference attachmentReference = in iterate() local
1631 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()

12