Home
last modified time | relevance | path

Searched defs:attachmentSize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp38 size_t attachmentSize = pCreateInfo->attachmentCount * sizeof(VkAttachmentDescription); in RenderPass() local
113 size_t attachmentSize = pCreateInfo->attachmentCount * sizeof(VkAttachmentDescription); in ComputeRequiredAllocationSize() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp78 IVec3 attachmentSize; member