/external/swiftshader/src/Vulkan/ |
D | VkRenderPass.hpp | 41 VkAttachmentDescription getAttachment(uint32_t i) const in getAttachment() 73 VkAttachmentDescription* attachments = nullptr;
|
D | VkRenderPass.cpp | 38 size_t attachmentSize = pCreateInfo->attachmentCount * sizeof(VkAttachmentDescription); in RenderPass() 39 attachments = reinterpret_cast<VkAttachmentDescription*>(hostMemory); in RenderPass() 113 size_t attachmentSize = pCreateInfo->attachmentCount * sizeof(VkAttachmentDescription); in ComputeRequiredAllocationSize()
|
D | VkFramebuffer.cpp | 48 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in clear()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 133 class AttachmentDescription : public vk::VkAttachmentDescription 145 AttachmentDescription (const vk::VkAttachmentDescription &); 199 RenderPassCreateInfo (const std::vector<vk::VkAttachmentDescription>& attachments, 204 const vk::VkAttachmentDescription* pAttachments = DE_NULL, 210 void addAttachment (vk::VkAttachmentDescription attachment); 219 std::vector<vk::VkAttachmentDescription> m_attachmentsStructs;
|
D | vktDrawCreateInfoUtil.cpp | 277 RenderPassCreateInfo::RenderPassCreateInfo (const std::vector<vk::VkAttachmentDescription>& attachm… in RenderPassCreateInfo() 301 const vk::VkAttachmentDescription* _pAttachments, in RenderPassCreateInfo() 312 …m_attachmentsStructs = std::vector<vk::VkAttachmentDescription> (m_attachments.begin(), m_attachm… in RenderPassCreateInfo() 352 RenderPassCreateInfo::addAttachment (vk::VkAttachmentDescription attachment) in addAttachment() 356 …m_attachmentsStructs = std::vector<vk::VkAttachmentDescription>(m_attachments.begin(), m_attachmen… in addAttachment() 428 AttachmentDescription::AttachmentDescription (const vk::VkAttachmentDescription& rhs) in AttachmentDescription()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 18 void setup_vk_attachment_description(VkAttachmentDescription* attachment, in setup_vk_attachment_description() 57 SkTArray<VkAttachmentDescription> attachments(numAttachments); in init() 59 memset(attachments.begin(), 0, numAttachments * sizeof(VkAttachmentDescription)); in init()
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 18 void setup_vk_attachment_description(VkAttachmentDescription* attachment, in setup_vk_attachment_description() 57 SkTArray<VkAttachmentDescription> attachments(numAttachments); in init() 59 memset(attachments.begin(), 0, numAttachments * sizeof(VkAttachmentDescription)); in init()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 395 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() 408 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass() 421 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass()
|
D | vkTypeUtil.inl | 262 inline VkAttachmentDescription makeAttachmentDescription (VkAttachmentDescriptionFlags flags, VkFor… 264 VkAttachmentDescription res;
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 37 class AttachmentDescription1 : public vk::VkAttachmentDescription 153 const VkAttachmentDescription* pAttachments,
|
D | vktMultiViewRenderPassUtil.cpp | 221 const VkAttachmentDescription* pAttachments_, in RenderPassCreateInfo1()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBaseResolve.cpp | 98 const VkAttachmentDescription attachmentMSDesc = in iterate() 111 const VkAttachmentDescription attachmentRSDesc = in iterate() 124 const VkAttachmentDescription attachments[] = { attachmentMSDesc, attachmentRSDesc }; in iterate()
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 180 std::vector<VkAttachmentDescription> attachments(firstSubpassAttachmentsCount + numSamples); in iterate() 183 const VkAttachmentDescription attachmentMSDesc = in iterate() 198 const VkAttachmentDescription attachmentRSDesc = in iterate()
|
D | vktPipelineMatchedAttachmentsTests.cpp | 110 const VkAttachmentDescription descs[2] = in testMatchedAttachments()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 125 vector<VkAttachmentDescription> attachmentDescriptions (numLayers); in makeRenderPass() 132 VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() 965 vector<VkAttachmentDescription> attachmentDescriptions (numAttachments); in makeRenderPassDifferentAttachmentSizes() 970 VkAttachmentDescription colorAttachmentDescription = in makeRenderPassDifferentAttachmentSizes()
|
D | vktPipelineMultisampleImageTests.cpp | 318 const VkAttachmentDescription colorAttachmentDescription = in makeMultisampleRenderPass() 330 …const std::vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescri… in makeMultisampleRenderPass() 383 const VkAttachmentDescription colorAttachmentDescription = in makeSimpleRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 47 class AttachmentDescription1 : public vk::VkAttachmentDescription 163 const VkAttachmentDescription* pAttachments,
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 562 const VkAttachmentDescription texelsAttachmentDescription = in recordCommands() 575 const VkAttachmentDescription residencyAttachmentDescription = in recordCommands() 588 …const VkAttachmentDescription colorAttachmentsDescription[] = { texelsAttachmentDescription, resid… in recordCommands()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 102 std::vector<VkAttachmentDescription> m_attachmentDescriptions; 139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 359 std::vector<VkAttachmentDescription> attachmentDescriptions; in VulkanDrawContext() 360 const VkAttachmentDescription attachDescriptors[] = in VulkanDrawContext()
|
/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 95 static void ConvertVkAttachmentDescriptionToV2KHR(const VkAttachmentDescription* in_struct, in ConvertVkAttachmentDescriptionToV2KHR()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 729 .pAttachments = &(VkAttachmentDescription) { in radv_device_init_meta_blit_color() 891 .pAttachments = &(VkAttachmentDescription) { in radv_device_init_meta_blit_depth() 1052 .pAttachments = &(VkAttachmentDescription) { in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 715 .pAttachments = &(VkAttachmentDescription) { in blit2d_init_color_pipeline() 880 .pAttachments = &(VkAttachmentDescription) { in blit2d_init_depth_only_pipeline() 1042 .pAttachments = &(VkAttachmentDescription) { in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_decompress.c | 39 VkAttachmentDescription attachment; in create_pass()
|
D | radv_meta_clear.c | 207 .pAttachments = &(VkAttachmentDescription) { in create_color_renderpass() 456 .pAttachments = &(VkAttachmentDescription) { in create_depthstencil_renderpass() 1224 VkAttachmentDescription att_desc = { in radv_clear_image_layer()
|