Home
last modified time | relevance | path

Searched refs:attachmentDescription (Results 1 – 25 of 42) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local
155 attachmentDescription.format = it->format; in initAttachmentDescriptions()
156 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
DvktApiPipelineTests.cpp179 const VkAttachmentDescription attachmentDescription = in drawTriangleTest() local
218 &attachmentDescription, // const VkAttachmentDescription* pAttachments in drawTriangleTest()
485 const VkAttachmentDescription attachmentDescription = in createSimpleRenderPass() local
524 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createSimpleRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiGranularityTests.cpp139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local
155 attachmentDescription.format = it->format; in initAttachmentDescriptions()
156 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
DvktApiPipelineTests.cpp179 const VkAttachmentDescription attachmentDescription = in drawTriangleTest() local
218 &attachmentDescription, // const VkAttachmentDescription* pAttachments in drawTriangleTest()
485 const VkAttachmentDescription attachmentDescription = in createSimpleRenderPass() local
524 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createSimpleRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktDeviceObjectReservationTests.cpp1574 VkAttachmentDescription attachmentDescription = in performTest() local
1588 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses)); in performTest()
1590 …createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses) + VERIFYMAXVALUES_OBJE… in performTest()
1592 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses)); in performTest()
1597 VkAttachmentDescription attachmentDescription = in performTest() local
1610 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses)); in performTest()
1717 VkAttachmentDescription attachmentDescription = in performTest() local
1731 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses)); in performTest()
1883 VkAttachmentDescription attachmentDescription; in performTest() local
1886 … renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in performTest()
DvktPipelineCacheSCTests.cpp178 VkAttachmentDescription attachmentDescription; in createPipelineCacheTest() local
181 …o renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in createPipelineCacheTest()
DvktPipelineIdentifierTests.cpp213 VkAttachmentDescription attachmentDescription; in testGraphicsPipelineIdentifier() local
216 … renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in testGraphicsPipelineIdentifier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktDeviceObjectReservationTests.cpp1574 VkAttachmentDescription attachmentDescription = in performTest() local
1588 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses)); in performTest()
1590 …createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses) + VERIFYMAXVALUES_OBJE… in performTest()
1592 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses)); in performTest()
1597 VkAttachmentDescription attachmentDescription = in performTest() local
1610 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses)); in performTest()
1717 VkAttachmentDescription attachmentDescription = in performTest() local
1731 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses)); in performTest()
1883 VkAttachmentDescription attachmentDescription; in performTest() local
1886 … renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in performTest()
DvktPipelineCacheSCTests.cpp178 VkAttachmentDescription attachmentDescription; in createPipelineCacheTest() local
181 …o renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in createPipelineCacheTest()
DvktPipelineIdentifierTests.cpp213 VkAttachmentDescription attachmentDescription; in testGraphicsPipelineIdentifier() local
216 … renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in testGraphicsPipelineIdentifier()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.hpp57 VkAttachmentDescription& attachmentDescription,
DvkSafetyCriticalUtil.cpp884 VkAttachmentDescription& attachmentDescription, in prepareSimpleRenderPassCI() argument
888 attachmentDescription = in prepareSimpleRenderPassCI()
927 &attachmentDescription, // const VkAttachmentDescription* pAttachments in prepareSimpleRenderPassCI()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp137 const VkAttachmentDescription& attachmentDescription = attachmentDescriptions[adNdx]; in convertAttachmentDescriptions() local
142 attachmentDescription.flags, // VkAttachmentDescriptionFlags flags; in convertAttachmentDescriptions()
143 attachmentDescription.format, // VkFormat format; in convertAttachmentDescriptions()
144 attachmentDescription.samples, // VkSampleCountFlagBits samples; in convertAttachmentDescriptions()
145 attachmentDescription.loadOp, // VkAttachmentLoadOp loadOp; in convertAttachmentDescriptions()
146 attachmentDescription.storeOp, // VkAttachmentStoreOp storeOp; in convertAttachmentDescriptions()
147 attachmentDescription.stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp; in convertAttachmentDescriptions()
148 attachmentDescription.stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp; in convertAttachmentDescriptions()
149 attachmentDescription.initialLayout, // VkImageLayout initialLayout; in convertAttachmentDescriptions()
150 attachmentDescription.finalLayout, // VkImageLayout finalLayout; in convertAttachmentDescriptions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp137 const VkAttachmentDescription& attachmentDescription = attachmentDescriptions[adNdx]; in convertAttachmentDescriptions() local
142 attachmentDescription.flags, // VkAttachmentDescriptionFlags flags; in convertAttachmentDescriptions()
143 attachmentDescription.format, // VkFormat format; in convertAttachmentDescriptions()
144 attachmentDescription.samples, // VkSampleCountFlagBits samples; in convertAttachmentDescriptions()
145 attachmentDescription.loadOp, // VkAttachmentLoadOp loadOp; in convertAttachmentDescriptions()
146 attachmentDescription.storeOp, // VkAttachmentStoreOp storeOp; in convertAttachmentDescriptions()
147 attachmentDescription.stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp; in convertAttachmentDescriptions()
148 attachmentDescription.stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp; in convertAttachmentDescriptions()
149 attachmentDescription.initialLayout, // VkImageLayout initialLayout; in convertAttachmentDescriptions()
150 attachmentDescription.finalLayout, // VkImageLayout finalLayout; in convertAttachmentDescriptions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp617 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescr… in createAttachmentDescription() local
632 return attachmentDescription; in createAttachmentDescription()
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp183 const VkAttachmentDescription attachmentDescription = in createRenderPass() local
249 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
DvktRenderPassUnusedClearAttachmentTests.cpp336 const AttachmentDesc attachmentDescription ( in createRenderPass() local
348 …ctor<AttachmentDesc> attachmentDescriptions (testParams.colorUsed.size(), attachmentDescription); in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp617 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescr… in createAttachmentDescription() local
632 return attachmentDescription; in createAttachmentDescription()
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp183 const VkAttachmentDescription attachmentDescription = in createRenderPass() local
249 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
DvktRenderPassUnusedClearAttachmentTests.cpp336 const AttachmentDesc attachmentDescription ( in createRenderPass() local
348 …ctor<AttachmentDesc> attachmentDescriptions (testParams.colorUsed.size(), attachmentDescription); in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp349 const VkAttachmentDescription attachmentDescription = in createRenderPass() local
388 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp349 const VkAttachmentDescription attachmentDescription = in createRenderPass() local
388 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp300 const VkAttachmentDescription attachmentDescription = in init() local
339 &attachmentDescription, // const VkAttachmentDescription* pAttachments in init()
1605 const VkAttachmentDescription attachmentDescription = in iterate() local
1644 &attachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp300 const VkAttachmentDescription attachmentDescription = in init() local
339 &attachmentDescription, // const VkAttachmentDescription* pAttachments in init()
1605 const VkAttachmentDescription attachmentDescription = in iterate() local
1644 &attachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp474 VkAttachmentDescription2 attachmentDescription in buildBasicRenderPass() local
525 &attachmentDescription, // const VkAttachmentDescription* pAttachments in buildBasicRenderPass()

12