Home
last modified time | relevance | path

Searched refs:VkAttachmentReference (Results 1 – 25 of 87) sorted by relevance

1234

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference
161 const vk::VkAttachmentReference* inputAttachments,
163 const vk::VkAttachmentReference* colorAttachments,
164 const vk::VkAttachmentReference* resolveAttachments,
165 vk::VkAttachmentReference depthStencilAttachment,
174 std::vector<vk::VkAttachmentReference> m_inputAttachments;
175 std::vector<vk::VkAttachmentReference> m_colorAttachments;
176 std::vector<vk::VkAttachmentReference> m_resolveAttachments;
179 vk::VkAttachmentReference m_depthStencilAttachment;
DvktDrawCreateInfoUtil.cpp456 const vk::VkAttachmentReference* _inputAttachments, in SubpassDescription()
458 const vk::VkAttachmentReference* _colorAttachments, in SubpassDescription()
459 const vk::VkAttachmentReference* _resolveAttachments, in SubpassDescription()
460 vk::VkAttachmentReference depthStencilAttachment, in SubpassDescription()
464 …m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments +… in SubpassDescription()
465 …m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments +… in SubpassDescription()
468 …m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachm… in SubpassDescription()
502 m_inputAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
505 m_colorAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
DvktDrawBaseClass.cpp70 const vk::VkAttachmentReference colorAttachmentReference = in initialize()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve.c112 .pColorAttachments = (VkAttachmentReference[]) { in create_pass()
123 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_pass()
594 VkAttachmentReference src_att = subpass->color_attachments[i]; in radv_cmd_buffer_resolve_subpass()
595 VkAttachmentReference dest_att = subpass->resolve_attachments[i]; in radv_cmd_buffer_resolve_subpass()
607 .color_attachments = (VkAttachmentReference[]) { src_att, dest_att }, in radv_cmd_buffer_resolve_subpass()
Dradv_pass.c70 VkAttachmentReference *p; in radv_CreateRenderPass()
84 subpass_attachment_count * sizeof(VkAttachmentReference), 8, in radv_CreateRenderPass()
Dradv_meta_clear.c240 .pColorAttachments = &(VkAttachmentReference) { in create_color_renderpass()
245 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_color_renderpass()
434 .color_attachments = (VkAttachmentReference[]) { in emit_color_clear()
437 ….depth_stencil_attachment = (VkAttachmentReference) { VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_UNDEFI… in emit_color_clear()
527 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_depthstencil_renderpass()
1076 const VkAttachmentReference att_ref = { in radv_clear_image_layer()
Dradv_private.h1216 VkAttachmentReference * input_attachments;
1218 VkAttachmentReference * color_attachments;
1219 VkAttachmentReference * resolve_attachments;
1220 VkAttachmentReference depth_stencil_attachment;
1240 VkAttachmentReference * subpass_attachments;
Dradv_meta_fast_clear.c102 .pColorAttachments = (VkAttachmentReference[]) { in create_pass()
109 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_pass()
Dradv_meta_blit2d.c773 .pColorAttachments = &(VkAttachmentReference) { in blit2d_init_color_pipeline()
778 .pDepthStencilAttachment = &(VkAttachmentReference) { in blit2d_init_color_pipeline()
931 .pDepthStencilAttachment = &(VkAttachmentReference) { in blit2d_init_depth_only_pipeline()
1084 .pDepthStencilAttachment = &(VkAttachmentReference) { in blit2d_init_stencil_only_pipeline()
Dradv_meta_blit.c742 .pColorAttachments = &(VkAttachmentReference) { in radv_device_init_meta_blit_color()
747 .pDepthStencilAttachment = &(VkAttachmentReference) { in radv_device_init_meta_blit_color()
924 .pDepthStencilAttachment = &(VkAttachmentReference) { in radv_device_init_meta_blit_depth()
1103 .pDepthStencilAttachment = &(VkAttachmentReference) { in radv_device_init_meta_blit_stencil()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl277 inline VkAttachmentReference makeAttachmentReference (deUint32 attachment, VkImageLayout layout)
279 VkAttachmentReference res;
285VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAttachmentReferen…
DvkStructTypes.inl951 struct VkAttachmentReference struct
962 const VkAttachmentReference* pInputAttachments; argument
964 const VkAttachmentReference* pColorAttachments;
965 const VkAttachmentReference* pResolveAttachments;
966 const VkAttachmentReference* pDepthStencilAttachment;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp288 const VkAttachmentReference colorAttachmentReference = in makeRenderPass()
294 const VkAttachmentReference depthAttachmentReference = in makeRenderPass()
DvktPipelineRenderToImageTests.cpp477 vector<VkAttachmentReference> colorAttachmentReferences (numLayers); in makeRenderPass()
478 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers); in makeRenderPass()
484 const VkAttachmentReference attachmentRef = in makeRenderPass()
489 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass()
498 …const VkAttachmentReference* pDepthStencilAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED … in makeRenderPass()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp63 VkAttachmentReference colorRef; in init()
64 VkAttachmentReference stencilRef; in init()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp716 const VkAttachmentReference texelsAttachmentReference = in recordCommands()
722 const VkAttachmentReference residencyAttachmentReference = in recordCommands()
728 …const VkAttachmentReference colorAttachmentsReference[] = { texelsAttachmentReference, residencyAt… in recordCommands()
730 const VkAttachmentReference depthAttachmentReference = in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp143 const VkAttachmentReference unusedAttachmentReference = in makeRenderPass()
149 const VkAttachmentReference colorAttachmentReference = in makeRenderPass()
155 const VkAttachmentReference depthStencilAttachmentReference = in makeRenderPass()
161 …const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilA… in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp451 const VkAttachmentReference colorAttachmentReference = in makeRenderPass()
457 const VkAttachmentReference depthAttachmentReference = in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp468 vector<vector<VkAttachmentReference> > dstAttachmentRefs (splitSubpassCount); in createRenderPass()
469 vector<vector<VkAttachmentReference> > dstResolveAttachmentRefs (splitSubpassCount); in createRenderPass()
472 const VkAttachmentReference srcAttachmentRef = in createRenderPass()
479 const VkAttachmentReference srcAttachmentInputRef = in createRenderPass()
528 const VkAttachmentReference dstAttachmentRef = in createRenderPass()
555 const VkAttachmentReference dstAttachmentRef = in createRenderPass()
DvktRenderPassMultisampleResolveTests.cpp404 std::vector<VkAttachmentReference> colorAttachmentRefs; in createRenderPass()
405 std::vector<VkAttachmentReference> resolveAttachmentRefs; in createRenderPass()
426 const VkAttachmentReference attachmentRef = in createRenderPass()
451 const VkAttachmentReference attachmentRef = in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp352 const VkAttachmentReference colorAttachmentReference = in makeRenderPass()
358 const VkAttachmentReference depthAttachmentReference = in makeRenderPass()
397 const VkAttachmentReference unusedAttachment = in makeRenderPassWithoutAttachments()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp373 const VkAttachmentReference colorAttachmentReference = in makeRenderPass()
379 const VkAttachmentReference depthAttachmentReference = in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp417 const VkAttachmentReference colorAttRef = in renderTriangleTest()
1029 const VkAttachmentReference colorAttRef = in renderTriangleUnusedResolveAttachmentTest()
1034 const VkAttachmentReference resolveAttRef = in renderTriangleUnusedResolveAttachmentTest()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp73 const vk::VkAttachmentReference colorAttachmentReference = in initialize()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp259 std::vector<VkAttachmentReference> color_references; in InitRenderTarget()
275 VkAttachmentReference ref = {}; in InitRenderTarget()
322 VkAttachmentReference ds_reference; in InitRenderTarget()
524 VkAttachmentReference attach = {}; in VkRenderpassObj()

1234