/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/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 688 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/ |
D | vktApiGranularityTests.cpp | 100 std::vector<VkAttachmentDescription> m_attachmentDescriptions; 137 VkAttachmentDescription attachmentDescription = in initAttachmentDescriptions()
|
D | vktApiSmokeTests.cpp | 405 const VkAttachmentDescription colorAttDesc = in renderTriangleTest() 1017 const VkAttachmentDescription colorAttDesc = in renderTriangleUnusedResolveAttachmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 426 const VkAttachmentDescription colorAttachmentDescription = in StencilTestInstance() 439 const VkAttachmentDescription stencilAttachmentDescription = in StencilTestInstance() 452 const VkAttachmentDescription attachments[2] = in StencilTestInstance()
|
D | vktPipelineDepthTests.cpp | 339 const VkAttachmentDescription colorAttachmentDescription = in DepthTestInstance() 352 const VkAttachmentDescription depthAttachmentDescription = in DepthTestInstance() 365 const VkAttachmentDescription attachments[2] = in DepthTestInstance()
|
D | vktPipelineSpecConstantUtil.cpp | 275 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass()
|
D | vktPipelineCacheTests.cpp | 792 const VkAttachmentDescription colorAttachmentDescription = in GraphicsCacheTestInstance() 805 const VkAttachmentDescription depthAttachmentDescription = in GraphicsCacheTestInstance() 818 const VkAttachmentDescription attachments[2] = in GraphicsCacheTestInstance()
|
D | vktPipelineMultisampleInterpolationTests.cpp | 298 const VkAttachmentDescription attachmentMSDesc = in iterate() 311 const VkAttachmentDescription attachmentRSDesc = in iterate() 324 const VkAttachmentDescription attachments[] = { attachmentMSDesc, attachmentRSDesc }; in iterate()
|
D | vktPipelineMultisampleImageTests.cpp | 324 const VkAttachmentDescription colorAttachmentDescription = in makeMultisampleRenderPass() 336 …const std::vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescri… in makeMultisampleRenderPass() 389 const VkAttachmentDescription colorAttachmentDescription = in makeSimpleRenderPass()
|
D | vktPipelineRenderToImageTests.cpp | 446 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() 458 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass() 460 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass()
|
D | vktPipelineTimestampTests.cpp | 1026 const VkAttachmentDescription colorAttachmentDescription = in buildRenderPass() 1039 const VkAttachmentDescription depthAttachmentDescription = in buildRenderPass() 1052 const VkAttachmentDescription attachments[2] = in buildRenderPass()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 262 inline VkAttachmentDescription makeAttachmentDescription (VkAttachmentDescriptionFlags flags, VkFor… 264 VkAttachmentDescription res;
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit2d.c | 761 .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()
|
D | radv_meta_clear.c | 227 .pAttachments = &(VkAttachmentDescription) { in create_color_renderpass() 512 .pAttachments = &(VkAttachmentDescription) { in create_depthstencil_renderpass() 1055 VkAttachmentDescription att_desc = { in radv_clear_image_layer()
|
D | radv_meta_blit.c | 730 .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()
|
D | radv_meta_decompress.c | 83 VkAttachmentDescription attachment; in create_pass()
|
D | radv_meta_fast_clear.c | 83 VkAttachmentDescription attachment; in create_pass()
|
D | radv_meta_resolve.c | 90 VkAttachmentDescription attachments[2]; in create_pass()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktDrawUtil.cpp | 445 std::vector<VkAttachmentDescription> attachmentDescriptions; in VulkanDrawContext() 446 const VkAttachmentDescription attachDescriptors[] = in VulkanDrawContext()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 470 vector<VkAttachmentDescription> attachments; in createRenderPass() 486 const VkAttachmentDescription srcAttachment = in createRenderPass() 512 const VkAttachmentDescription dstAttachment = in createRenderPass() 539 const VkAttachmentDescription dstAttachment = in createRenderPass()
|
D | vktRenderPassMultisampleResolveTests.cpp | 403 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/ |
D | vktGeometryTestsUtil.cpp | 438 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass()
|