Home
last modified time | relevance | path

Searched refs:VkRenderingAttachmentInfo (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h53 * Pseudo-extension struct that may be chained into VkRenderingAttachmentInfo
57 * 1. VkRenderingAttachmentInfo::loadOp == LOAD_OP_CLEAR
68 * VkRenderingAttachmentInfo, the driver is responsible for transitioning the
71 * VkRenderingAttachmentInfo::imageLayout prior to rendering.
371 VkRenderingAttachmentInfo attachments[];
376 sizeof(VkRenderingAttachmentInfo) * ((max_color_rts) + 2) \
H A Dvk_render_pass.c937 VkRenderingAttachmentInfo *attachments = data->attachments; in vk_get_command_buffer_inheritance_as_rendering_resume()
943 attachments[i] = (VkRenderingAttachmentInfo) { in vk_get_command_buffer_inheritance_as_rendering_resume()
950 attachments[i] = (VkRenderingAttachmentInfo) { in vk_get_command_buffer_inheritance_as_rendering_resume()
969 *attachments = (VkRenderingAttachmentInfo) { in vk_get_command_buffer_inheritance_as_rendering_resume()
980 *attachments = (VkRenderingAttachmentInfo) { in vk_get_command_buffer_inheritance_as_rendering_resume()
1516 const VkRenderingAttachmentInfo att = { in load_attachment()
1525 const VkRenderingAttachmentInfo stencil_att = { in load_attachment()
1574 STACK_ARRAY(VkRenderingAttachmentInfo, color_attachments, in begin_subpass()
1583 VkRenderingAttachmentInfo *color_attachment = &color_attachments[i]; in begin_subpass()
1586 *color_attachment = (VkRenderingAttachmentInfo) { in begin_subpass()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp253 std::vector<VkRenderingAttachmentInfo> getRenderingAttachmentInfos (const std::vector<VkImageView>& imageViews) const in getRenderingAttachmentInfos()
259 std::vector<VkRenderingAttachmentInfo> infos; in getRenderingAttachmentInfos()
266 infos.push_back(VkRenderingAttachmentInfo{ in getRenderingAttachmentInfos()
283 VkRenderingAttachmentInfo getDepthAttachmentInfo (const VkImageView imageView) const in getDepthAttachmentInfo()
288 return VkRenderingAttachmentInfo{ in getDepthAttachmentInfo()
302 VkRenderingAttachmentInfo getStencilAttachmentInfo (const VkImageView imageView) const in getStencilAttachmentInfo()
307 return VkRenderingAttachmentInfo{ in getStencilAttachmentInfo()
589 using RenderingAttachmentInfoPtr = std::unique_ptr<VkRenderingAttachmentInfo>; in iterate()
597 depthAttachmentPtr.reset(new VkRenderingAttachmentInfo(m_params.getDepthAttachmentInfo(imgView))); in iterate()
598 stencilAttachmentPtr.reset(new VkRenderingAttachmentInfo(m_param in iterate()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit.c385 VkRenderingAttachmentInfo color_att; in meta_emit_blit()
390 color_att = (VkRenderingAttachmentInfo) { in meta_emit_blit()
401 VkRenderingAttachmentInfo depth_att; in meta_emit_blit()
406 depth_att = (VkRenderingAttachmentInfo) { in meta_emit_blit()
416 VkRenderingAttachmentInfo stencil_att; in meta_emit_blit()
421 stencil_att = (VkRenderingAttachmentInfo) { in meta_emit_blit()
H A Dradv_meta_decompress.c426 const VkRenderingAttachmentInfo depth_att = { in radv_process_depth_image_layer()
434 const VkRenderingAttachmentInfo stencil_att = { in radv_process_depth_image_layer()
H A Dradv_meta_blit2d.c253 const VkRenderingAttachmentInfo color_att_info = { in radv_meta_blit2d_normal_dst()
285 const VkRenderingAttachmentInfo depth_att_info = { in radv_meta_blit2d_normal_dst()
319 const VkRenderingAttachmentInfo stencil_att_info = { in radv_meta_blit2d_normal_dst()
H A Dradv_meta_fast_clear.c504 const VkRenderingAttachmentInfo color_att = { in radv_process_color_image_layer()
H A Dradv_meta_resolve.c463 const VkRenderingAttachmentInfo color_atts[2] = { in radv_meta_resolve_hardware_image()
H A Dradv_meta_resolve_fs.c855 const VkRenderingAttachmentInfo color_att = { in radv_meta_resolve_fragment_image()
H A Dradv_meta_clear.c2092 VkRenderingAttachmentInfo color_att = {0}, depth_att = {0}, stencil_att = {0}; in radv_clear_image_layer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1094 std::vector<VkRenderingAttachmentInfo>& colorAttachmentInfos, in initializeRenderingAttachmentInfos()
1095 VkRenderingAttachmentInfo& depthStencilAttachmentInfo, in initializeRenderingAttachmentInfos()
1107 const VkRenderingAttachmentInfo emptyRenderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1128 VkRenderingAttachmentInfo renderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1162 VkRenderingAttachmentInfo renderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1195 VkRenderingAttachmentInfo renderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1229 VkRenderingAttachmentInfo renderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1992 std::vector<VkRenderingAttachmentInfo>& colorAttachmentInfos, in startRendering()
1993 VkRenderingAttachmentInfo& depthStencilAttachmentInfo, in startRendering()
2043 colorAttachmentInfos.data(), // const VkRenderingAttachmentInfo* pColorAttachment in startRendering()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1082 std::vector<VkRenderingAttachmentInfo>& colorAttachmentInfos, in initializeRenderingAttachmentInfos()
1083 VkRenderingAttachmentInfo& depthStencilAttachmentInfo, in initializeRenderingAttachmentInfos()
1095 const VkRenderingAttachmentInfo emptyRenderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1116 VkRenderingAttachmentInfo renderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1150 VkRenderingAttachmentInfo renderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1183 VkRenderingAttachmentInfo renderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1217 VkRenderingAttachmentInfo renderingAttachmentInfo = { in initializeRenderingAttachmentInfos()
1982 std::vector<VkRenderingAttachmentInfo>& colorAttachmentInfos, in startRendering()
1983 VkRenderingAttachmentInfo& depthStencilAttachmentInfo, in startRendering()
2033 colorAttachmentInfos.data(), // const VkRenderingAttachmentInfo* pColorAttachment in startRendering()
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h268 VkRenderingAttachmentInfo attachments[PIPE_MAX_COLOR_BUFS + 2]; //+depth, +stencil
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c1001 const VkRenderingAttachmentInfo *att_info = &info->pColorAttachments[i]; in tu_setup_dynamic_render_pass()
1039 const struct VkRenderingAttachmentInfo *common_info = in tu_setup_dynamic_render_pass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectRenderingTests.cpp389 vk::VkRenderingAttachmentInfo colorAttachment in beginRendering()
404 std::vector<vk::VkRenderingAttachmentInfo> colorAttachments(outputCount); in beginRendering()
432 vk::VkRenderingAttachmentInfo depthAttachment in beginRendering()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c3482 const VkRenderingAttachmentInfo *att, in dzn_rendering_attachment_initial_transition()
3535 const VkRenderingAttachmentInfo *att = &pRenderingInfo->pColorAttachments[i]; in dzn_CmdBeginRendering()
3559 const VkRenderingAttachmentInfo *att = pRenderingInfo->pDepthAttachment; in dzn_CmdBeginRendering()
3575 const VkRenderingAttachmentInfo *att = pRenderingInfo->pStencilAttachment; in dzn_CmdBeginRendering()
3615 const VkRenderingAttachmentInfo *att = &pRenderingInfo->pColorAttachments[a]; in dzn_CmdBeginRendering()
3628 const VkRenderingAttachmentInfo *z_att = pRenderingInfo->pDepthAttachment; in dzn_CmdBeginRendering()
3629 const VkRenderingAttachmentInfo *s_att = pRenderingInfo->pStencilAttachment; in dzn_CmdBeginRendering()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultisampleLinearInterpolationTests.cpp367 std::vector<VkRenderingAttachmentInfo> colorAttachments(imagesCount, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultisampleLinearInterpolationTests.cpp367 std::vector<VkRenderingAttachmentInfo> colorAttachments(imagesCount, in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.hpp221 vk::VkRenderingAttachmentInfo attachmentInfo = {};
H A DvkPipelineConstructionUtil.cpp926 vk::VkRenderingAttachmentInfo attachment = vk::initVulkanStructure(); in clearAttachments()
1436 std::vector<vk::VkRenderingAttachmentInfo> colorAttachments; in beginRendering()
1461 VkRenderingAttachmentInfo depthAttachment = subpass.m_depthStencilAttachment.attachmentInfo; in beginRendering()
1462 VkRenderingAttachmentInfo stencilAttachment = subpass.m_depthStencilAttachment.attachmentInfo; in beginRendering()
/third_party/glfw/deps/glad/
H A Dvulkan.h2590 typedef struct VkRenderingAttachmentInfo { struct
2601 } VkRenderingAttachmentInfo; typedef
4788 const VkRenderingAttachmentInfo * pColorAttachments;
4789 const VkRenderingAttachmentInfo * pDepthAttachment;
4790 const VkRenderingAttachmentInfo * pStencilAttachment;
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c6447 attachment_initial_layout(const VkRenderingAttachmentInfo *att) in attachment_initial_layout()
6506 const VkRenderingAttachmentInfo *att = in CmdBeginRendering()
6705 const VkRenderingAttachmentInfo *d_att = pRenderingInfo->pDepthAttachment; in CmdBeginRendering()
6706 const VkRenderingAttachmentInfo *s_att = pRenderingInfo->pStencilAttachment; in CmdBeginRendering()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7009 typedef struct VkRenderingAttachmentInfo { struct
7020 } VkRenderingAttachmentInfo; typedef
7030 const VkRenderingAttachmentInfo* pColorAttachments;
7031 const VkRenderingAttachmentInfo* pDepthAttachment;
7032 const VkRenderingAttachmentInfo* pStencilAttachment;
7802 typedef VkRenderingAttachmentInfo VkRenderingAttachmentInfoKHR;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h7166 typedef struct VkRenderingAttachmentInfo { struct
7177 } VkRenderingAttachmentInfo; typedef
7187 const VkRenderingAttachmentInfo* pColorAttachments;
7188 const VkRenderingAttachmentInfo* pDepthAttachment;
7189 const VkRenderingAttachmentInfo* pStencilAttachment;
8793 typedef VkRenderingAttachmentInfo VkRenderingAttachmentInfoKHR;
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h2308 /* struct VkRenderingAttachmentInfo chain */
2318 vn_sizeof_VkRenderingAttachmentInfo_self(const VkRenderingAttachmentInfo *val) in vn_sizeof_VkRenderingAttachmentInfo_self()
2334 vn_sizeof_VkRenderingAttachmentInfo(const VkRenderingAttachmentInfo *val) in vn_sizeof_VkRenderingAttachmentInfo()
2353 vn_encode_VkRenderingAttachmentInfo_self(struct vn_cs_encoder *enc, const VkRenderingAttachmentInfo *val) in vn_encode_VkRenderingAttachmentInfo_self()
2367 vn_encode_VkRenderingAttachmentInfo(struct vn_cs_encoder *enc, const VkRenderingAttachmentInfo *val) in vn_encode_VkRenderingAttachmentInfo()

Completed in 204 milliseconds

12