/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 314 VkFormat stencilAttachmentFormat = VK_FORMAT_UNDEFINED; in iterate() local 343 stencilAttachmentFormat = format; in iterate() 368 stencilAttachmentFormat // VkFormat stencilAttachmentFormat; in iterate() 385 stencilAttachmentFormat ? &stencilAttachmentInfo : DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in iterate()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pass.c | 1140 info->stencilAttachmentFormat != VK_FORMAT_UNDEFINED) { in tu_setup_dynamic_inheritance() 1143 info->depthAttachmentFormat : info->stencilAttachmentFormat; in tu_setup_dynamic_inheritance()
|
H A D | tu_pipeline.c | 3929 rendering_info->stencilAttachmentFormat : in tu_pipeline_builder_init_graphics()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_decompress.c | 196 .stencilAttachmentFormat = VK_FORMAT_D32_SFLOAT_S8_UINT, in create_pipeline()
|
H A D | radv_meta_blit2d.c | 973 .stencilAttachmentFormat = VK_FORMAT_S8_UINT, in blit2d_init_stencil_only_pipeline()
|
H A D | radv_meta_blit.c | 693 rendering_create_info.stencilAttachmentFormat = format; in build_pipeline()
|
H A D | radv_meta_resolve_fs.c | 442 .stencilAttachmentFormat = index == STENCIL_RESOLVE ? VK_FORMAT_S8_UINT : VK_FORMAT_UNDEFINED, in create_depth_stencil_resolve_pipeline()
|
H A D | radv_pipeline.c | 1789 ri->stencilAttachmentFormat != VK_FORMAT_UNDEFINED)) { in radv_pipeline_init_depth_stencil_info() 1830 info.stencil_att_format = ri->stencilAttachmentFormat; in radv_pipeline_init_rendering_info() 7107 rendering_create_info.stencilAttachmentFormat = in radv_graphics_pipeline_create()
|
H A D | radv_meta_clear.c | 489 .stencilAttachmentFormat = in create_depthstencil_pipeline()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.c | 714 .stencilAttachmentFormat = stencil_format, in vk_common_CreateRenderPass2() 726 .stencilAttachmentFormat = stencil_format, in vk_common_CreateRenderPass2()
|
H A D | vk_graphics_state.c | 953 rp->stencil_attachment_format = r_info->stencilAttachmentFormat; in vk_render_pass_state_init() 954 if (r_info->stencilAttachmentFormat != VK_FORMAT_UNDEFINED) in vk_render_pass_state_init() 1188 * or VkPipelineRenderingCreateInfo::stencilAttachmentFormat are not in vk_graphics_pipeline_state_fill()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 2248 ctx->gfx_pipeline_state.rendering_info.stencilAttachmentFormat = VK_FORMAT_UNDEFINED; in begin_rendering() 2272 ctx->gfx_pipeline_state.rendering_info.stencilAttachmentFormat = surf->info.format[0]; in begin_rendering() 2331 assert(!ctx->dynamic_fb.info.pStencilAttachment || ctx->gfx_pipeline_state.rendering_info.stencilAttachmentFormat); in begin_rendering() 2479 VkFormat stencilAttachmentFormat; in hash_rendering_state() 2484 hash = XXH32(&info->stencilAttachmentFormat, sizeof(VkFormat), hash); in hash_rendering_state() 2495 ai->stencilAttachmentFormat == bi->stencilAttachmentFormat && in equals_rendering_state()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_pipeline.h | 1690 size += vn_sizeof_VkFormat(&val->stencilAttachmentFormat); in vn_sizeof_VkPipelineRenderingCreateInfo_self() 1726 vn_encode_VkFormat(enc, &val->stencilAttachmentFormat); in vn_encode_VkPipelineRenderingCreateInfo_self()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 1713 else if (ri->stencilAttachmentFormat != VK_FORMAT_UNDEFINED) in dzn_graphics_pipeline_create() 1714 zs_fmt = ri->stencilAttachmentFormat; in dzn_graphics_pipeline_create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 848 renderingCreateInfo.stencilAttachmentFormat = m_testParams.depthStencilFormat; in createDrawResources()
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 686 useStencil ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED, // VkFormat stencilAttachmentFormat; in createCommandBuffer() 1288 renderingCreateInfo.stencilAttachmentFormat = (hasStencil && useStencil ? format : VK_FORMAT_UNDEFINED); in iterate()
|
H A D | vktDynamicRenderingTests.cpp | 310 const VkFormat stencilAttachmentFormat) in makeGraphicsPipeline() 484 stencilAttachmentFormat, // VkFormat stencilAttachmentFormat; in makeGraphicsPipeline() 648 imagesFormat.stencil, // VkFormat stencilAttachmentFormat; in beginSecondaryCmdBuffer() 301 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const UVec2 renderSize, const deUint32 colorAttachmentCount, const VkFormat* pColorAttachmentFormats, const VkFormat depthAttachmentFormat, const VkFormat stencilAttachmentFormat) makeGraphicsPipeline() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 850 renderingCreateInfo.stencilAttachmentFormat = m_testParams.depthStencilFormat; in createDrawResources()
|
H A D | vktDynamicRenderingTests.cpp | 305 const VkFormat stencilAttachmentFormat) in makeGraphicsPipeline() 479 stencilAttachmentFormat, // VkFormat stencilAttachmentFormat; in makeGraphicsPipeline() 643 imagesFormat.stencil, // VkFormat stencilAttachmentFormat; in beginSecondaryCmdBuffer() 296 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const UVec2 renderSize, const deUint32 colorAttachmentCount, const VkFormat* pColorAttachmentFormats, const VkFormat depthAttachmentFormat, const VkFormat stencilAttachmentFormat) makeGraphicsPipeline() argument
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 688 useStencil ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED, // VkFormat stencilAttachmentFormat; in createCommandBuffer() 1281 renderingCreateInfo.stencilAttachmentFormat = (hasStencil ? format : VK_FORMAT_UNDEFINED); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 3023 VK_FORMAT_UNDEFINED // VkFormat stencilAttachmentFormat in drawBasic() 3031 pipelineRenderingCreateInfo.stencilAttachmentFormat = params.depthStencilFormat; in drawBasic() 3348 VK_FORMAT_UNDEFINED // VkFormat stencilAttachmentFormat in drawClearAttachments() 3356 pipelineRenderingCreateInfo.stencilAttachmentFormat = params.depthStencilFormat; in drawClearAttachments() 3826 VK_FORMAT_UNDEFINED // VkFormat stencilAttachmentFormat in drawMultiRenderPass() 3834 pipelineRenderingCreateInfo.stencilAttachmentFormat = params.depthStencilFormat; in drawMultiRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 3010 VK_FORMAT_UNDEFINED // VkFormat stencilAttachmentFormat in drawBasic() 3018 pipelineRenderingCreateInfo.stencilAttachmentFormat = params.depthStencilFormat; in drawBasic() 3329 VK_FORMAT_UNDEFINED // VkFormat stencilAttachmentFormat in drawClearAttachments() 3337 pipelineRenderingCreateInfo.stencilAttachmentFormat = params.depthStencilFormat; in drawClearAttachments() 3791 VK_FORMAT_UNDEFINED // VkFormat stencilAttachmentFormat in drawMultiRenderPass() 3799 pipelineRenderingCreateInfo.stencilAttachmentFormat = params.depthStencilFormat; in drawMultiRenderPass()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2587 VkFormat stencilAttachmentFormat; member 4807 VkFormat stencilAttachmentFormat; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 1267 inheritanceRenderingInfo->stencilAttachmentFormat = subpass.m_depthStencilAttachment.format; in fillInheritanceRenderingInfo()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 15089 , stencilAttachmentFormat( stencilAttachmentFormat_ ) 15115 , stencilAttachmentFormat( stencilAttachmentFormat_ ) 15182 stencilAttachmentFormat = stencilAttachmentFormat_; 15221 sType, pNext, flags, viewMask, colorAttachmentCount, pColorAttachmentFormats, depthAttachmentFormat, stencilAttachmentFormat, rasterizationSamples ); 15235 ( depthAttachmentFormat == rhs.depthAttachmentFormat ) && ( stencilAttachmentFormat == rhs.stencilAttachmentFormat ) && 15254 VULKAN_HPP_NAMESPACE::Format stencilAttachmentFormat = VULKAN_HPP_NAMESPACE::Format::eUndefined; member [all...] |