Home
last modified time | relevance | path

Searched refs:attachmentDescriptions (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp421 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/
DvktDrawUtil.cpp359 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/
DvktMemoryExternalMemoryHostTests.cpp690 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/
DvktPipelineFramebufferAttachmentTests.cpp125 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()
DvktPipelineMultisampleTests.cpp2237 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()
DvktPipelineStencilExportTests.cpp174 VkAttachmentDescription attachmentDescriptions[] = in makeTestRenderPass() local
257 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeTestRenderPass()
DvktPipelineRenderToImageTests.cpp451 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass() local
467attachmentDescriptions.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()
DvktPipelineMultisampleImageTests.cpp330 …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()
DvktPipelinePushDescriptorTests.cpp3732 const VkAttachmentDescription attachmentDescriptions[] = in init() local
3803 attachmentDescriptions, // const VkAttachmentDescription* pAttachments in init()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp296 const AttachmentDesc attachmentDescriptions[] = in makeRenderPass() local
376attachmentDescriptions, // const VkAttachmentDescription* pAttachments; || const V… in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp104 const AttachmentDesc attachmentDescriptions[] = in createRenderPass() local
217 attachmentDescriptions, // const VkAttachmentDescription* pAttachments in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp720 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/
DvktApiCopiesAndBlittingTests.cpp3481 const VkAttachmentDescription attachmentDescriptions[1] = in ResolveImageToImage() local
3522 attachmentDescriptions, // const VkAttachmentDescription* pAttachments; in ResolveImageToImage()