/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 421 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass() local 424 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass() 426 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass() 459 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount in makeRenderPass() 460 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 359 std::vector<VkAttachmentDescription> attachmentDescriptions; in VulkanDrawContext() local 403 attachmentDescriptions.push_back(attachDescriptors[0]); in VulkanDrawContext() 405 attachmentDescriptions.push_back(attachDescriptors[1]); in VulkanDrawContext() 427 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount; in VulkanDrawContext() 428 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in VulkanDrawContext()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 690 std::vector<VkAttachmentDescription> attachmentDescriptions; in createRenderPass() local 691 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass() 718 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount in createRenderPass() 719 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 125 vector<VkAttachmentDescription> attachmentDescriptions (numLayers); in makeRenderPass() local 144 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription; in makeRenderPass() 179 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPass() 965 vector<VkAttachmentDescription> attachmentDescriptions (numAttachments); in makeRenderPassDifferentAttachmentSizes() local 982 attachmentDescriptions[i] = colorAttachmentDescription; in makeRenderPassDifferentAttachmentSizes() 1012 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPassDifferentAttachmentSizes()
|
D | vktPipelineMultisampleTests.cpp | 2237 std::vector<VkAttachmentDescription> attachmentDescriptions; in initialize() local 2251 attachmentDescriptions.push_back(colorAttachmentDescription); in initialize() 2258 resolveAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize() 2272 attachmentDescriptions.push_back(resolveAttachmentDescription); in initialize() 2279 perSampleAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize() 2296 attachmentDescriptions.push_back(perSampleAttachmentDescription); in initialize() 2304 depthStencilAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize() 2318 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in initialize() 2418 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount; in initialize() 2419 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in initialize()
|
D | vktPipelineStencilExportTests.cpp | 174 VkAttachmentDescription attachmentDescriptions[] = in makeTestRenderPass() local 257 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeTestRenderPass()
|
D | vktPipelineRenderToImageTests.cpp | 451 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass() local 467 …attachmentDescriptions.insert(attachmentDescriptions.end(), numLayers, depthStencilAttachmentDescr… in makeRenderPass() 513 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in makeRenderPass() 514 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPass()
|
D | vktPipelineMultisampleImageTests.cpp | 330 …const std::vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescri… in makeMultisampleRenderPass() local 367 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in makeMultisampleRenderPass() 368 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeMultisampleRenderPass()
|
D | vktPipelinePushDescriptorTests.cpp | 3732 const VkAttachmentDescription attachmentDescriptions[] = in init() local 3803 attachmentDescriptions, // const VkAttachmentDescription* pAttachments in init()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 296 const AttachmentDesc attachmentDescriptions[] = in makeRenderPass() local 376 …attachmentDescriptions, // const VkAttachmentDescription* pAttachments; || const V… in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 104 const AttachmentDesc attachmentDescriptions[] = in createRenderPass() local 217 attachmentDescriptions, // const VkAttachmentDescription* pAttachments in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 720 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass() local 758 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in makeRenderPass() 759 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 3481 const VkAttachmentDescription attachmentDescriptions[1] = in ResolveImageToImage() local 3522 attachmentDescriptions, // const VkAttachmentDescription* pAttachments; in ResolveImageToImage()
|