Home
last modified time | relevance | path

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

1234

/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/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp688 const VkAttachmentDescription texelsAttachmentDescription = in recordCommands()
701 const VkAttachmentDescription residencyAttachmentDescription = in recordCommands()
714 …const VkAttachmentDescription colorAttachmentsDescription[] = { texelsAttachmentDescription, resid… in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp100 std::vector<VkAttachmentDescription> m_attachmentDescriptions;
137 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions()
DvktApiSmokeTests.cpp405 const VkAttachmentDescription colorAttDesc = in renderTriangleTest()
1017 const VkAttachmentDescription colorAttDesc = in renderTriangleUnusedResolveAttachmentTest()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp426 const VkAttachmentDescription colorAttachmentDescription = in StencilTestInstance()
439 const VkAttachmentDescription stencilAttachmentDescription = in StencilTestInstance()
452 const VkAttachmentDescription attachments[2] = in StencilTestInstance()
DvktPipelineDepthTests.cpp339 const VkAttachmentDescription colorAttachmentDescription = in DepthTestInstance()
352 const VkAttachmentDescription depthAttachmentDescription = in DepthTestInstance()
365 const VkAttachmentDescription attachments[2] = in DepthTestInstance()
DvktPipelineSpecConstantUtil.cpp275 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass()
DvktPipelineCacheTests.cpp792 const VkAttachmentDescription colorAttachmentDescription = in GraphicsCacheTestInstance()
805 const VkAttachmentDescription depthAttachmentDescription = in GraphicsCacheTestInstance()
818 const VkAttachmentDescription attachments[2] = in GraphicsCacheTestInstance()
DvktPipelineMultisampleInterpolationTests.cpp298 const VkAttachmentDescription attachmentMSDesc = in iterate()
311 const VkAttachmentDescription attachmentRSDesc = in iterate()
324 const VkAttachmentDescription attachments[] = { attachmentMSDesc, attachmentRSDesc }; in iterate()
DvktPipelineMultisampleImageTests.cpp324 const VkAttachmentDescription colorAttachmentDescription = in makeMultisampleRenderPass()
336 …const std::vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescri… in makeMultisampleRenderPass()
389 const VkAttachmentDescription colorAttachmentDescription = in makeSimpleRenderPass()
DvktPipelineRenderToImageTests.cpp446 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass()
458 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()
460 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass()
DvktPipelineTimestampTests.cpp1026 const VkAttachmentDescription colorAttachmentDescription = in buildRenderPass()
1039 const VkAttachmentDescription depthAttachmentDescription = in buildRenderPass()
1052 const VkAttachmentDescription attachments[2] = in buildRenderPass()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl262 inline VkAttachmentDescription makeAttachmentDescription (VkAttachmentDescriptionFlags flags, VkFor…
264 VkAttachmentDescription res;
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c761 .pAttachments = &(VkAttachmentDescription) { in blit2d_init_color_pipeline()
917 .pAttachments = &(VkAttachmentDescription) { in blit2d_init_depth_only_pipeline()
1070 .pAttachments = &(VkAttachmentDescription) { in blit2d_init_stencil_only_pipeline()
Dradv_meta_clear.c227 .pAttachments = &(VkAttachmentDescription) { in create_color_renderpass()
512 .pAttachments = &(VkAttachmentDescription) { in create_depthstencil_renderpass()
1055 VkAttachmentDescription att_desc = { in radv_clear_image_layer()
Dradv_meta_blit.c730 .pAttachments = &(VkAttachmentDescription) { in radv_device_init_meta_blit_color()
910 .pAttachments = &(VkAttachmentDescription) { in radv_device_init_meta_blit_depth()
1089 .pAttachments = &(VkAttachmentDescription) { in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c83 VkAttachmentDescription attachment; in create_pass()
Dradv_meta_fast_clear.c83 VkAttachmentDescription attachment; in create_pass()
Dradv_meta_resolve.c90 VkAttachmentDescription attachments[2]; in create_pass()
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp445 std::vector<VkAttachmentDescription> attachmentDescriptions; in VulkanDrawContext()
446 const VkAttachmentDescription attachDescriptors[] = in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp470 vector<VkAttachmentDescription> attachments; in createRenderPass()
486 const VkAttachmentDescription srcAttachment = in createRenderPass()
512 const VkAttachmentDescription dstAttachment = in createRenderPass()
539 const VkAttachmentDescription dstAttachment = in createRenderPass()
DvktRenderPassMultisampleResolveTests.cpp403 std::vector<VkAttachmentDescription> attachments; in createRenderPass()
410 const VkAttachmentDescription multisampleAttachment = in createRenderPass()
435 const VkAttachmentDescription singlesampleAttachment = in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp438 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass()

1234