Home
last modified time | relevance | path

Searched refs:stencilAttachmentFormat (Results 1 - 25 of 34) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp314 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 Dtu_pass.c1140 info->stencilAttachmentFormat != VK_FORMAT_UNDEFINED) { in tu_setup_dynamic_inheritance()
1143 info->depthAttachmentFormat : info->stencilAttachmentFormat; in tu_setup_dynamic_inheritance()
H A Dtu_pipeline.c3929 rendering_info->stencilAttachmentFormat : in tu_pipeline_builder_init_graphics()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_decompress.c196 .stencilAttachmentFormat = VK_FORMAT_D32_SFLOAT_S8_UINT, in create_pipeline()
H A Dradv_meta_blit2d.c973 .stencilAttachmentFormat = VK_FORMAT_S8_UINT, in blit2d_init_stencil_only_pipeline()
H A Dradv_meta_blit.c693 rendering_create_info.stencilAttachmentFormat = format; in build_pipeline()
H A Dradv_meta_resolve_fs.c442 .stencilAttachmentFormat = index == STENCIL_RESOLVE ? VK_FORMAT_S8_UINT : VK_FORMAT_UNDEFINED, in create_depth_stencil_resolve_pipeline()
H A Dradv_pipeline.c1789 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 Dradv_meta_clear.c489 .stencilAttachmentFormat = in create_depthstencil_pipeline()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c714 .stencilAttachmentFormat = stencil_format, in vk_common_CreateRenderPass2()
726 .stencilAttachmentFormat = stencil_format, in vk_common_CreateRenderPass2()
H A Dvk_graphics_state.c953 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 Dzink_context.c2248 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 Dvn_protocol_driver_pipeline.h1690 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 Ddzn_pipeline.c1713 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 DvktRenderPassDitheringTests.cpp848 renderingCreateInfo.stencilAttachmentFormat = m_testParams.depthStencilFormat; in createDrawResources()
H A DvktRenderPassLoadStoreOpNoneTests.cpp686 useStencil ? m_testParams.depthStencilFormat : VK_FORMAT_UNDEFINED, // VkFormat stencilAttachmentFormat; in createCommandBuffer()
1288 renderingCreateInfo.stencilAttachmentFormat = (hasStencil && useStencil ? format : VK_FORMAT_UNDEFINED); in iterate()
H A DvktDynamicRenderingTests.cpp310 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 DvktRenderPassDitheringTests.cpp850 renderingCreateInfo.stencilAttachmentFormat = m_testParams.depthStencilFormat; in createDrawResources()
H A DvktDynamicRenderingTests.cpp305 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 DvktRenderPassLoadStoreOpNoneTests.cpp688 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 DvktPipelineMultisampledRenderToSingleSampledTests.cpp3023 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 DvktPipelineMultisampledRenderToSingleSampledTests.cpp3010 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 Dvulkan.h2587 VkFormat stencilAttachmentFormat; member
4807 VkFormat stencilAttachmentFormat; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1267 inheritanceRenderingInfo->stencilAttachmentFormat = subpass.m_depthStencilAttachment.format; in fillInheritanceRenderingInfo()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp15089 , 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...]

Completed in 151 milliseconds

12