Home
last modified time | relevance | path

Searched refs:pStencilAttachment (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c1038 if (info->pDepthAttachment || info->pStencilAttachment) { in tu_setup_dynamic_render_pass()
1043 info->pStencilAttachment; in tu_setup_dynamic_render_pass()
1056 info->pStencilAttachment ? info->pStencilAttachment->loadOp : 0, in tu_setup_dynamic_render_pass()
1058 info->pStencilAttachment ? info->pStencilAttachment->storeOp : 0); in tu_setup_dynamic_render_pass()
H A Dtu_cmd_buffer.c3921 if (pRenderingInfo->pDepthAttachment || pRenderingInfo->pStencilAttachment) { in tu_CmdBeginRendering()
3926 pRenderingInfo->pStencilAttachment; in tu_CmdBeginRendering()
3935 if (pRenderingInfo->pStencilAttachment) { in tu_CmdBeginRendering()
3937 pRenderingInfo->pStencilAttachment->clearValue.depthStencil.stencil; in tu_CmdBeginRendering()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c8977 if (pRenderingInfo->pDepthAttachment || pRenderingInfo->pStencilAttachment) { in radv_CmdBeginRendering()
8980 : pRenderingInfo->pStencilAttachment; in radv_CmdBeginRendering()
8989 (pRenderingInfo->pStencilAttachment ? VK_IMAGE_ASPECT_STENCIL_BIT : 0)}; in radv_CmdBeginRendering()
8996 if (pRenderingInfo->pStencilAttachment) in radv_CmdBeginRendering()
8998 pRenderingInfo->pStencilAttachment->clearValue.depthStencil.stencil; in radv_CmdBeginRendering()
9014 if (pRenderingInfo->pStencilAttachment) { in radv_CmdBeginRendering()
9015 att->stencilLoadOp = pRenderingInfo->pStencilAttachment->loadOp; in radv_CmdBeginRendering()
9016 att->stencilStoreOp = pRenderingInfo->pStencilAttachment->storeOp; in radv_CmdBeginRendering()
9035 if (pRenderingInfo->pDepthAttachment && pRenderingInfo->pStencilAttachment) { in radv_CmdBeginRendering()
9039 .stencilLayout = pRenderingInfo->pStencilAttachment in radv_CmdBeginRendering()
[all...]
H A Dradv_meta_blit2d.c301 .pStencilAttachment = (dst->image->vk.aspects & VK_IMAGE_ASPECT_STENCIL_BIT) ? in radv_meta_blit2d_normal_dst()
336 .pStencilAttachment = &stencil_att_info, in radv_meta_blit2d_normal_dst()
H A Dradv_meta_decompress.c450 .pStencilAttachment = &stencil_att, in radv_process_depth_image_layer()
H A Dradv_meta_blit.c428 rendering_info.pStencilAttachment = &stencil_att; in meta_emit_blit()
H A Dradv_meta_clear.c2134 rendering_info.pStencilAttachment = &stencil_att; in radv_clear_image_layer()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c987 data->rendering.pStencilAttachment = attachments++; in vk_get_command_buffer_inheritance_as_rendering_resume()
1546 render.pStencilAttachment = &stencil_att; in load_attachment()
2048 .pStencilAttachment = &stencil_attachment, in begin_subpass()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c3574 if (pRenderingInfo->pStencilAttachment) { in dzn_CmdBeginRendering()
3575 const VkRenderingAttachmentInfo *att = pRenderingInfo->pStencilAttachment; in dzn_CmdBeginRendering()
3590 if (pRenderingInfo->pDepthAttachment || pRenderingInfo->pStencilAttachment) { in dzn_CmdBeginRendering()
3596 pRenderingInfo->pStencilAttachment ? in dzn_CmdBeginRendering()
3597 dzn_image_view_from_handle(pRenderingInfo->pStencilAttachment->imageView) : in dzn_CmdBeginRendering()
3627 if (pRenderingInfo->pDepthAttachment || pRenderingInfo->pStencilAttachment) { in dzn_CmdBeginRendering()
3629 const VkRenderingAttachmentInfo *s_att = pRenderingInfo->pStencilAttachment; in dzn_CmdBeginRendering()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2244 VkImageLayout slayout = ctx->dynamic_fb.info.pStencilAttachment ? ctx->dynamic_fb.info.pStencilAttachment->imageLayout : VK_IMAGE_LAYOUT_UNDEFINED; in begin_rendering()
2247 ctx->dynamic_fb.info.pStencilAttachment = NULL; in begin_rendering()
2271 ctx->dynamic_fb.info.pStencilAttachment = &ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS + 1]; in begin_rendering()
2280 if (slayout != (ctx->dynamic_fb.info.pStencilAttachment ? ctx->dynamic_fb.info.pStencilAttachment->imageLayout : VK_IMAGE_LAYOUT_UNDEFINED)) in begin_rendering()
2331 assert(!ctx->dynamic_fb.info.pStencilAttachment || ctx->gfx_pipeline_state.rendering_info.stencilAttachmentFormat); in begin_rendering()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp936 renderingInfo.pStencilAttachment = hasStencilAspect ? &attachment : DE_NULL; in clearAttachments()
1471 m_renderingInfo.pStencilAttachment = hasStencilAspect ? &stencilAttachment : DE_NULL; in beginRendering()
1476 m_renderingInfo.pStencilAttachment = DE_NULL; in beginRendering()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1965 state->forced_stencil_resolve_mode = info->pStencilAttachment ? info->pStencilAttachment->resolveMode : 0; in handle_begin_rendering()
2001 render_att_init(&state->stencil_att, info->pStencilAttachment); in handle_begin_rendering()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp2195 VkRenderingAttachmentInfoKHR* pStencilAttachment = DE_NULL; in beginDynamicRendering() local
2241 pStencilAttachment = &stencilAttachment; in beginDynamicRendering()
2256 pStencilAttachment // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRendering()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp2181 VkRenderingAttachmentInfoKHR* pStencilAttachment = DE_NULL; in beginDynamicRendering() local
2227 pStencilAttachment = &stencilAttachment; in beginDynamicRendering()
2242 pStencilAttachment // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRendering()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h2421 size += vn_sizeof_simple_pointer(val->pStencilAttachment); in vn_sizeof_VkRenderingInfo_self()
2422 if (val->pStencilAttachment) in vn_sizeof_VkRenderingInfo_self()
2423 size += vn_sizeof_VkRenderingAttachmentInfo(val->pStencilAttachment); in vn_sizeof_VkRenderingInfo_self()
2480 if (vn_encode_simple_pointer(enc, val->pStencilAttachment)) in vn_encode_VkRenderingInfo_self()
2481 vn_encode_VkRenderingAttachmentInfo(enc, val->pStencilAttachment); in vn_encode_VkRenderingInfo_self()
/third_party/glfw/deps/glad/
H A Dvulkan.h4790 const VkRenderingAttachmentInfo * pStencilAttachment; member
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c6706 const VkRenderingAttachmentInfo *s_att = pRenderingInfo->pStencilAttachment; in CmdBeginRendering()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7032 const VkRenderingAttachmentInfo* pStencilAttachment; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6573 const VkRenderingAttachmentInfoKHR* pStencilAttachment; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h7189 const VkRenderingAttachmentInfo* pStencilAttachment; member
H A Dvulkan_hash.hpp13963 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pStencilAttachment );

Completed in 343 milliseconds