/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_image.c | 685 stencil_desc->stencilInitialLayout; in vk_att_desc_stencil_layout()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_render_pass.h | 515 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/ |
D | vktApiImageClearingTests.cpp | 915 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/ |
D | vktApiImageClearingTests.cpp | 915 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/ |
D | vkSafetyCriticalUtil.cpp | 160 hash_combine(seed, deUint32(ptr->stencilInitialLayout), deUint32(ptr->stencilFinalLayout)); in hashPNextChain()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | renderpass.adoc | 3252 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
|
D | renderpass.txt | 3068 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/ |
D | radv_cmd_buffer.c | 9044 .stencilInitialLayout = pRenderingInfo->pStencilAttachment->imageLayout, in radv_CmdBeginRendering() 9100 .stencilInitialLayout = pRenderingInfo->pStencilAttachment->resolveImageLayout, in radv_CmdBeginRendering()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 4716 VkImageLayout stencilInitialLayout; member
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 5014 VkImageLayout stencilInitialLayout; member
|
D | vkVulkan_c.inl | 7264 VkImageLayout stencilInitialLayout; member
|
D | vkStrUtilImpl.inl | 11886 s << "\tstencilInitialLayout = " << value.stencilInitialLayout << '\n';
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5791 VkImageLayout stencilInitialLayout; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 5890 VkImageLayout stencilInitialLayout; member
|
D | vulkan_structs.hpp | 4681 : 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/ |
D | vulkan_core.h | 5948 VkImageLayout stencilInitialLayout; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 5940 VkImageLayout stencilInitialLayout; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 6157 VkImageLayout stencilInitialLayout; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 5444 , 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
|
D | vulkan_core.h | 6267 VkImageLayout stencilInitialLayout; member
|
D | vulkan_hash.hpp | 1073 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescriptionStencilLayout.stencilInitialLayout ); in operator ()()
|