Home
last modified time | relevance | path

Searched refs:VkAttachmentDescription (Results 1 – 25 of 70) sorted by relevance

123

/external/swiftshader/src/Vulkan/
DVkRenderPass.hpp41 VkAttachmentDescription getAttachment(uint32_t i) const in getAttachment()
73 VkAttachmentDescription* attachments = nullptr;
DVkRenderPass.cpp38 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()
DVkFramebuffer.cpp48 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in clear()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp133 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;
DvktDrawCreateInfoUtil.cpp277 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/
DGrVkRenderPass.cpp18 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/
DGrVkRenderPass.cpp18 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/
DvkObjUtil.cpp395 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass()
408 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass()
421 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass()
DvkTypeUtil.inl262 inline VkAttachmentDescription makeAttachmentDescription (VkAttachmentDescriptionFlags flags, VkFor…
264 VkAttachmentDescription res;
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp37 class AttachmentDescription1 : public vk::VkAttachmentDescription
153 const VkAttachmentDescription* pAttachments,
DvktMultiViewRenderPassUtil.cpp221 const VkAttachmentDescription* pAttachments_, in RenderPassCreateInfo1()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp98 const VkAttachmentDescription attachmentMSDesc = in iterate()
111 const VkAttachmentDescription attachmentRSDesc = in iterate()
124 const VkAttachmentDescription attachments[] = { attachmentMSDesc, attachmentRSDesc }; in iterate()
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp180 std::vector<VkAttachmentDescription> attachments(firstSubpassAttachmentsCount + numSamples); in iterate()
183 const VkAttachmentDescription attachmentMSDesc = in iterate()
198 const VkAttachmentDescription attachmentRSDesc = in iterate()
DvktPipelineMatchedAttachmentsTests.cpp110 const VkAttachmentDescription descs[2] = in testMatchedAttachments()
DvktPipelineFramebufferAttachmentTests.cpp125 vector<VkAttachmentDescription> attachmentDescriptions (numLayers); in makeRenderPass()
132 VkAttachmentDescription colorAttachmentDescription = in makeRenderPass()
965 vector<VkAttachmentDescription> attachmentDescriptions (numAttachments); in makeRenderPassDifferentAttachmentSizes()
970 VkAttachmentDescription colorAttachmentDescription = in makeRenderPassDifferentAttachmentSizes()
DvktPipelineMultisampleImageTests.cpp318 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/
DvktRenderPassTestsUtil.hpp47 class AttachmentDescription1 : public vk::VkAttachmentDescription
163 const VkAttachmentDescription* pAttachments,
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp562 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/
DvktApiGranularityTests.cpp102 std::vector<VkAttachmentDescription> m_attachmentDescriptions;
139 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp359 std::vector<VkAttachmentDescription> attachmentDescriptions; in VulkanDrawContext()
360 const VkAttachmentDescription attachDescriptors[] = in VulkanDrawContext()
/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp95 static void ConvertVkAttachmentDescriptionToV2KHR(const VkAttachmentDescription* in_struct, in ConvertVkAttachmentDescriptionToV2KHR()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c729 .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()
Dradv_meta_blit2d.c715 .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()
Dradv_meta_decompress.c39 VkAttachmentDescription attachment; in create_pass()
Dradv_meta_clear.c207 .pAttachments = &(VkAttachmentDescription) { in create_color_renderpass()
456 .pAttachments = &(VkAttachmentDescription) { in create_depthstencil_renderpass()
1224 VkAttachmentDescription att_desc = { in radv_clear_image_layer()

123