/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local 155 attachmentDescription.format = it->format; in initAttachmentDescriptions() 156 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
|
H A D | vktApiPipelineTests.cpp | 179 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 D | vktPipelineCacheSCTests.cpp | 178 VkAttachmentDescription attachmentDescription; in createPipelineCacheTest() local 181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
|
H A D | vktDeviceObjectReservationTests.cpp | 1575 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 D | vktPipelineIdentifierTests.cpp | 213 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 D | vktPipelineCacheSCTests.cpp | 178 VkAttachmentDescription attachmentDescription; in createPipelineCacheTest() local 181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
|
H A D | vktDeviceObjectReservationTests.cpp | 1574 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 D | vktPipelineIdentifierTests.cpp | 213 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 D | vktApiGranularityTests.cpp | 125 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local 140 attachmentDescription.format = it->format; in initAttachmentDescriptions() 141 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
|
H A D | vktApiPipelineTests.cpp | 179 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 D | vkSafetyCriticalUtil.hpp | 57 VkAttachmentDescription& attachmentDescription,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicVertexAttributeTests.cpp | 294 const vk::VkAttachmentDescription attachmentDescription = in iterate() local 333 &attachmentDescription, // const VkAttachmentDescription* pAttachments in iterate()
|
H A D | vktPipelineDynamicOffsetTests.cpp | 303 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 D | vktRenderPassTestsUtil.cpp | 617 const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescription2 in createAttachmentDescription() 632 return attachmentDescription; in createAttachmentDescription()
|
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 182 const VkAttachmentDescription attachmentDescription = in createRenderPass() local 248 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 335 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 D | vktRenderPassTestsUtil.cpp | 617 const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescription2 in createAttachmentDescription() 632 return attachmentDescription; in createAttachmentDescription()
|
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 183 const VkAttachmentDescription attachmentDescription = in createRenderPass() local 249 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 336 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 D | vktImagelessFramebufferTests.cpp | 137 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 D | vktImagelessFramebufferTests.cpp | 137 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 D | vktPipelineDynamicOffsetTests.cpp | 300 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 D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 349 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 D | vktSynchronizationNoneStageTests.cpp | 476 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 D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 349 const VkAttachmentDescription attachmentDescription = in createRenderPass() local 388 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
|