/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.hpp | 74 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = DE_NULL, 96 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = DE_NULL, 115 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = nullptr, 134 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = nullptr,
|
H A D | vkObjUtil.cpp | 112 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, in makeGraphicsPipeline() 189 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, in makeGraphicsPipeline() 336 const VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfoDefault = in makeGraphicsPipeline() 392 depthStencilStateCreateInfo ? depthStencilStateCreateInfo : &depthStencilStateCreateInfoDefault, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState in makeGraphicsPipeline() 418 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, in makeGraphicsPipeline() 501 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, in makeGraphicsPipeline() 524 VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfoDefault = initVulkanStructure(); in makeGraphicsPipeline() 560 depthStencilStateCreateInfo ? depthStencilStateCreateInfo : &depthStencilStateCreateInfoDefault, // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState in makeGraphicsPipeline()
|
H A D | vkPipelineConstructionUtil.hpp | 500 const VkPipelineDepthStencilStateCreateInfo* depthStencilState = DE_NULL, 512 const VkPipelineDepthStencilStateCreateInfo* depthStencilState = nullptr,
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_pipeline.c | 146 const VkPipelineDepthStencilStateCreateInfo *ds_info, in pack_cfg_bits() 308 const VkPipelineDepthStencilStateCreateInfo *ds_info) in pack_stencil_cfg() 350 const VkPipelineDepthStencilStateCreateInfo *ds_info, in pipeline_pack_state()
|
H A D | v3dv_meta_clear.c | 446 const VkPipelineDepthStencilStateCreateInfo *ds_state, in create_pipeline() 585 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_color_clear_pipeline() 647 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_depth_clear_pipeline()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.cc | 493 VkPipelineDepthStencilStateCreateInfo 496 VkPipelineDepthStencilStateCreateInfo depthstencil_info = in GetVkPipelineDepthStencilInfo() 497 VkPipelineDepthStencilStateCreateInfo(); in GetVkPipelineDepthStencilInfo() 698 VkPipelineDepthStencilStateCreateInfo depthstencil_info; in CreateVkGraphicsPipeline()
|
H A D | graphics_pipeline.h | 82 VkPipelineDepthStencilStateCreateInfo GetVkPipelineDepthStencilInfo(
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 412 class DepthStencilState : public vk::VkPipelineDepthStencilStateCreateInfo 466 PipelineCreateInfo& addState (const vk::VkPipelineDepthStencilStateCreateInfo& state); 480 vk::VkPipelineDepthStencilStateCreateInfo m_dynamicDepthStencilState;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 412 class DepthStencilState : public vk::VkPipelineDepthStencilStateCreateInfo 466 PipelineCreateInfo& addState (const vk::VkPipelineDepthStencilStateCreateInfo& state); 480 vk::VkPipelineDepthStencilStateCreateInfo m_dynamicDepthStencilState;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 242 VkPipelineDepthStencilStateCreateInfo* stencilInfo) { 244 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo)); 501 VkPipelineDepthStencilStateCreateInfo depthStencilInfo;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 281 VkPipelineDepthStencilStateCreateInfo ComputeDepthStencilDesc( in ComputeDepthStencilDesc() 283 VkPipelineDepthStencilStateCreateInfo depthStencilState; in ComputeDepthStencilDesc() 453 VkPipelineDepthStencilStateCreateInfo depthStencilState = in Initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateGeneralTests.cpp | 338 .setupFragmentShaderState(m_pipelineLayout, *m_renderPass, 0u, fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilState)) in initPipeline() 354 .setupFragmentShaderState(m_pipelineLayout, *m_renderPass, 0u, fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilState)) in initPipeline()
|
H A D | vktDynamicStateCBTests.cpp | 113 m_pipeline.setupFragmentShaderState(m_pipelineLayout, *m_renderPass, 0u, fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilState)) in initPipeline()
|
H A D | vktDynamicStateRSTests.cpp | 305 m_pipeline.setupFragmentShaderState(m_pipelineLayout, *m_renderPass, 0u, fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&m_depthStencilState)) in initialize() 1075 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilStateInfo = in iterate() 1132 .setupFragmentShaderState(pipelineLayout, *renderPass, 0u, fragModule, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilStateInfo)) in iterate() 1146 .setupFragmentShaderState(pipelineLayout, *renderPass, 0u, fragModule, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilStateInfo)) in iterate()
|
H A D | vktDynamicStateBaseClass.cpp | 266 m_pipeline.setupFragmentShaderState(m_pipelineLayout, *m_renderPass, 0u, fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilState), &multisampleState) in initPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateGeneralTests.cpp | 336 .setupFragmentShaderState(*m_pipelineLayout, *m_renderPass, 0u, *fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilState)) in initPipeline() 352 .setupFragmentShaderState(*m_pipelineLayout, *m_renderPass, 0u, *fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilState)) in initPipeline()
|
H A D | vktDynamicStateCBTests.cpp | 111 m_pipeline.setupFragmentShaderState(*m_pipelineLayout, *m_renderPass, 0u, *fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilState)) in initPipeline()
|
H A D | vktDynamicStateBaseClass.cpp | 262 m_pipeline.setupFragmentShaderState(*m_pipelineLayout, *m_renderPass, 0u, *fs, static_cast<const vk::VkPipelineDepthStencilStateCreateInfo*>(&depthStencilState), &multisampleState) in initPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 239 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build() 293 (isRasterizationDisabled ? DE_NULL : &pipelineDepthStencilStateInfo), // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; in build()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 239 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build() 293 (isRasterizationDisabled ? DE_NULL : &pipelineDepthStencilStateInfo), // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; in build()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 207 VkPipelineDepthStencilStateCreateInfo depth_stencil_state = {0}; in zink_create_gfx_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineStencilExportTests.cpp | 387 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo in preparePipelineWrapper()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineStencilExportTests.cpp | 384 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo in preparePipelineWrapper()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_pipeline.h | 1332 /* struct VkPipelineDepthStencilStateCreateInfo chain */ 1342 vn_sizeof_VkPipelineDepthStencilStateCreateInfo_self(const VkPipelineDepthStencilStateCreateInfo *val) in vn_sizeof_VkPipelineDepthStencilStateCreateInfo_self() 1360 vn_sizeof_VkPipelineDepthStencilStateCreateInfo(const VkPipelineDepthStencilStateCreateInfo *val) in vn_sizeof_VkPipelineDepthStencilStateCreateInfo() 1379 vn_encode_VkPipelineDepthStencilStateCreateInfo_self(struct vn_cs_encoder *enc, const VkPipelineDepthStencilStateCreateInfo *val) in vn_encode_VkPipelineDepthStencilStateCreateInfo_self() 1395 vn_encode_VkPipelineDepthStencilStateCreateInfo(struct vn_cs_encoder *enc, const VkPipelineDepthStencilStateCreateInfo *val) in vn_encode_VkPipelineDepthStencilStateCreateInfo()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 863 &(VkPipelineDepthStencilStateCreateInfo){ in blit2d_init_depth_only_pipeline() 1020 &(VkPipelineDepthStencilStateCreateInfo){ in blit2d_init_stencil_only_pipeline()
|