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_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local
155 attachmentDescription.format = it->format; in initAttachmentDescriptions()
156 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
H A 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/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp178 VkAttachmentDescription attachmentDescription; in createPipelineCacheTest() local
181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
H A DvktDeviceObjectReservationTests.cpp1575 VkAttachmentDescription attachmentDescription = variable
1589 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses));
1591 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(renderPasses));
1593 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses));
1598 VkAttachmentDescription attachmentDescription = variable
1611 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses));
1718 VkAttachmentDescription attachmentDescription = variable
1732 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses));
1884 VkAttachmentDescription attachmentDescription; variable
1887 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReferenc
[all...]
H A DvktPipelineIdentifierTests.cpp213 VkAttachmentDescription attachmentDescription; in testGraphicsPipelineIdentifier() local
216 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in testGraphicsPipelineIdentifier()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp178 VkAttachmentDescription attachmentDescription; in createPipelineCacheTest() local
181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
H A DvktDeviceObjectReservationTests.cpp1574 VkAttachmentDescription attachmentDescription = variable
1588 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses));
1590 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(renderPasses));
1592 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses));
1597 VkAttachmentDescription attachmentDescription = variable
1610 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses));
1717 VkAttachmentDescription attachmentDescription = variable
1731 createRenderPasses(vkd, device, &attachmentDescription, begin(renderPasses), end(renderPasses));
1883 VkAttachmentDescription attachmentDescription; variable
1886 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReferenc
[all...]
H A DvktPipelineIdentifierTests.cpp213 VkAttachmentDescription attachmentDescription; in testGraphicsPipelineIdentifier() local
216 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in testGraphicsPipelineIdentifier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp125 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local
140 attachmentDescription.format = it->format; in initAttachmentDescriptions()
141 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
H A 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/framework/vulkan/
H A DvkSafetyCriticalUtil.hpp57 VkAttachmentDescription& attachmentDescription,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp294 const vk::VkAttachmentDescription attachmentDescription = in iterate() local
333 &attachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
H A DvktPipelineDynamicOffsetTests.cpp303 const VkAttachmentDescription attachmentDescription = in init() local
342 &attachmentDescription, // const VkAttachmentDescription* pAttachments in init()
1586 const VkAttachmentDescription attachmentDescription = in iterate() local
1625 &attachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp617 const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescription2 in createAttachmentDescription()
632 return attachmentDescription; in createAttachmentDescription()
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp182 const VkAttachmentDescription attachmentDescription = in createRenderPass() local
248 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
H A DvktRenderPassUnusedClearAttachmentTests.cpp335 const AttachmentDesc attachmentDescription ( in createRenderPass()
347 std::vector<AttachmentDesc> attachmentDescriptions (testParams.colorUsed.size(), attachmentDescription); in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp617 const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescription2 in createAttachmentDescription()
632 return attachmentDescription; in createAttachmentDescription()
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp183 const VkAttachmentDescription attachmentDescription = in createRenderPass() local
249 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
H A DvktRenderPassUnusedClearAttachmentTests.cpp336 const AttachmentDesc attachmentDescription ( in createRenderPass()
348 std::vector<AttachmentDesc> attachmentDescriptions (testParams.colorUsed.size(), attachmentDescription); in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A 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 in convertAttachmentDescriptions()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A 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 in convertAttachmentDescriptions()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A 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/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp349 const VkAttachmentDescription attachmentDescription = in createRenderPass() local
388 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp476 VkAttachmentDescription2 attachmentDescription in buildBasicRenderPass()
527 &attachmentDescription, // const VkAttachmentDescription* pAttachments in buildBasicRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp349 const VkAttachmentDescription attachmentDescription = in createRenderPass() local
388 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()

Completed in 46 milliseconds

12