Home
last modified time | relevance | path

Searched refs:stencilInitialLayout (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_image.c685 stencil_desc->stencilInitialLayout; in vk_att_desc_stencil_layout()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_render_pass.h515 size += vn_sizeof_VkImageLayout(&val->stencilInitialLayout); in vn_sizeof_VkAttachmentDescriptionStencilLayout_self()
543 vn_encode_VkImageLayout(enc, &val->stencilInitialLayout); in vn_encode_VkAttachmentDescriptionStencilLayout_self()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp915 stencilLayouts.stencilInitialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in createRenderPass()
924 stencilLayouts.stencilInitialLayout = VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL; in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiImageClearingTests.cpp915 stencilLayouts.stencilInitialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in createRenderPass()
924 stencilLayouts.stencilInitialLayout = VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL; in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.cpp160 hash_combine(seed, deUint32(ptr->stencilInitialLayout), deUint32(ptr->stencilFinalLayout)); in hashPNextChain()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Drenderpass.adoc3252 pname:stencilInitialLayout and pname:stencilFinalLayout members specify the
3292 slink:VkAttachmentDescriptionStencilLayout::pname:stencilInitialLayout
3340 * pname:stencilInitialLayout is the layout the stencil aspect of the
3349 * [[VUID-VkAttachmentDescriptionStencilLayout-stencilInitialLayout-03308]]
3350 pname:stencilInitialLayout must: not be
4991 * [[VUID-vkCmdBeginRenderPass-stencilInitialLayout-02843]]
4992 If any of the pname:stencilInitialLayout or pname:stencilFinalLayout
5169 * [[VUID-vkCmdBeginRenderPass2-stencilInitialLayout-02845]]
5170 If any of the pname:stencilInitialLayout or pname:stencilFinalLayout
Drenderpass.txt3068 pname:stencilInitialLayout and pname:stencilFinalLayout members specify the
3193 * pname:stencilInitialLayout is the layout the stencil aspect of the
3202 * [[VUID-VkAttachmentDescriptionStencilLayout-stencilInitialLayout-03308]]
3203 pname:stencilInitialLayout must: not be
4684 * [[VUID-vkCmdBeginRenderPass-stencilInitialLayout-02843]]
4685 If any of the pname:stencilInitialLayout or pname:stencilFinalLayout
4835 * [[VUID-vkCmdBeginRenderPass2-stencilInitialLayout-02845]]
4836 If any of the pname:stencilInitialLayout or pname:stencilFinalLayout
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c9044 .stencilInitialLayout = pRenderingInfo->pStencilAttachment->imageLayout, in radv_CmdBeginRendering()
9100 .stencilInitialLayout = pRenderingInfo->pStencilAttachment->resolveImageLayout, in radv_CmdBeginRendering()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h4716 VkImageLayout stencilInitialLayout; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5014 VkImageLayout stencilInitialLayout; member
DvkVulkan_c.inl7264 VkImageLayout stencilInitialLayout; member
DvkStrUtilImpl.inl11886 s << "\tstencilInitialLayout = " << value.stencilInitialLayout << '\n';
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5791 VkImageLayout stencilInitialLayout; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h5890 VkImageLayout stencilInitialLayout; member
Dvulkan_structs.hpp4681 : stencilInitialLayout( stencilInitialLayout_ ) in AttachmentDescriptionStencilLayout()
4713 stencilInitialLayout = stencilInitialLayout_; in setStencilInitialLayout()
4740 …sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( stencilInitialLayout == rhs.stencilInitialLayo… in operator ==()
4753 …VULKAN_HPP_NAMESPACE::ImageLayout stencilInitialLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUnd… member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h5948 VkImageLayout stencilInitialLayout; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h5940 VkImageLayout stencilInitialLayout; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h6157 VkImageLayout stencilInitialLayout; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5444 , stencilInitialLayout( stencilInitialLayout_ ) in AttachmentDescriptionStencilLayout()
5475 stencilInitialLayout = stencilInitialLayout_; in setStencilInitialLayout()
5506 return std::tie( sType, pNext, stencilInitialLayout, stencilFinalLayout ); in reflect()
5518 …sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( stencilInitialLayout == rhs.stencilInitialLayo… in operator ==()
5532 …VULKAN_HPP_NAMESPACE::ImageLayout stencilInitialLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUnd… member
Dvulkan_core.h6267 VkImageLayout stencilInitialLayout; member
Dvulkan_hash.hpp1073 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilInitialLayout ); in operator ()()