Home
last modified time | relevance | path

Searched refs:attachmentReference (Results 1 - 25 of 34) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp179 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local
181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
H A DvktPipelineIdentifierTests.cpp214 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local
216 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in testGraphicsPipelineIdentifier()
H A DvktDeviceObjectReservationTests.cpp1885 VkAttachmentReference attachmentReference; variable
1887 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp179 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local
181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
H A DvktPipelineIdentifierTests.cpp214 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local
216 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in testGraphicsPipelineIdentifier()
H A DvktDeviceObjectReservationTests.cpp1884 VkAttachmentReference attachmentReference; variable
1886 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.hpp58 VkAttachmentReference& attachmentReference,
H A DvkSafetyCriticalUtil.cpp885 VkAttachmentReference& attachmentReference, in prepareSimpleRenderPassCI()
901 attachmentReference = in prepareSimpleRenderPassCI()
914 &attachmentReference, // const VkAttachmentReference* pColorAttachments in prepareSimpleRenderPassCI()
883 prepareSimpleRenderPassCI(VkFormat format, VkAttachmentDescription& attachmentDescription, VkAttachmentReference& attachmentReference, VkSubpassDescription& subpassDescription) prepareSimpleRenderPassCI() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A 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/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp536 const VkAttachmentReference attachmentReference = in createRenderPass() local
547 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
549 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
1314 const VkAttachmentReference attachmentReference = in createRenderPass() local
1325 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
1327 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A 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/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp307 const vk::VkAttachmentReference attachmentReference = in iterate() local
320 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()
H A DvktPipelineDynamicOffsetTests.cpp1599 const VkAttachmentReference attachmentReference = in iterate() local
1612 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp196 const VkAttachmentReference attachmentReference in createRenderPass()
212 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
H A DvktRenderPassDitheringTests.cpp911 const AttachmentReference attachmentReference = in createRenderPassFramebuffer() local
920 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp197 const VkAttachmentReference attachmentReference in createRenderPass()
213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
H A DvktRenderPassDitheringTests.cpp913 const AttachmentReference attachmentReference = in createRenderPassFramebuffer() local
922 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A 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_no_buildgn/vulkan/api/
H A 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/spirv_assembly/
H A 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/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp362 const VkAttachmentReference attachmentReference = in createRenderPass() local
375 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A 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/binding_model/
H A 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/shaderrender/
H A DvktShaderRender.cpp2031 const VkAttachmentReference attachmentReference =
2050 &attachmentReference, // constVkAttachmentReference* pColorAttachments;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp1618 const VkAttachmentReference attachmentReference = in iterate() local
1631 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()

Completed in 62 milliseconds

12