/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local 155 attachmentDescription.format = it->format; in initAttachmentDescriptions() 156 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
|
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_no_buildgn/vulkan/api/ |
D | vktApiGranularityTests.cpp | 139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions() local 155 attachmentDescription.format = it->format; in initAttachmentDescriptions() 156 m_attachmentDescriptions.push_back(attachmentDescription); in initAttachmentDescriptions()
|
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_no_buildgn/vulkan/sc/ |
D | vktDeviceObjectReservationTests.cpp | 1574 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()
|
D | vktPipelineCacheSCTests.cpp | 178 VkAttachmentDescription attachmentDescription; in createPipelineCacheTest() local 181 …o renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in createPipelineCacheTest()
|
D | vktPipelineIdentifierTests.cpp | 213 VkAttachmentDescription attachmentDescription; in testGraphicsPipelineIdentifier() local 216 … renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in testGraphicsPipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktDeviceObjectReservationTests.cpp | 1574 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()
|
D | vktPipelineCacheSCTests.cpp | 178 VkAttachmentDescription attachmentDescription; in createPipelineCacheTest() local 181 …o renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in createPipelineCacheTest()
|
D | vktPipelineIdentifierTests.cpp | 213 VkAttachmentDescription attachmentDescription; in testGraphicsPipelineIdentifier() local 216 … renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmen… in testGraphicsPipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.hpp | 57 VkAttachmentDescription& attachmentDescription,
|
D | vkSafetyCriticalUtil.cpp | 884 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/ |
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.finalLayout, // VkImageLayout finalLayout; in convertAttachmentDescriptions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
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.finalLayout, // VkImageLayout finalLayout; in convertAttachmentDescriptions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 617 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescr… in createAttachmentDescription() local 632 return attachmentDescription; in createAttachmentDescription()
|
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 183 const VkAttachmentDescription attachmentDescription = in createRenderPass() local 249 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 336 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/ |
D | vktRenderPassTestsUtil.cpp | 617 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescr… in createAttachmentDescription() local 632 return attachmentDescription; in createAttachmentDescription()
|
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 183 const VkAttachmentDescription attachmentDescription = in createRenderPass() local 249 &attachmentDescription, // const VkAttachmentDescription* pAttachments in createRenderPass()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 336 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/ |
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_no_buildgn/vulkan/spirv_assembly/ |
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/pipeline/ |
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_no_buildgn/vulkan/pipeline/ |
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_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationNoneStageTests.cpp | 474 VkAttachmentDescription2 attachmentDescription in buildBasicRenderPass() local 525 &attachmentDescription, // const VkAttachmentDescription* pAttachments in buildBasicRenderPass()
|