Searched refs:VkPipelineDepthStencilStateCreateInfo (Results 1 – 25 of 64) sorted by relevance
123
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.hpp | 49 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = DE_NULL, 69 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = DE_NULL,
|
D | vkObjUtil.cpp | 50 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, in makeGraphicsPipeline() 199 const VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfoDefault = in makeGraphicsPipeline() 302 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 412 class DepthStencilState : public vk::VkPipelineDepthStencilStateCreateInfo 466 PipelineCreateInfo& addState (const vk::VkPipelineDepthStencilStateCreateInfo& state); 480 vk::VkPipelineDepthStencilStateCreateInfo m_dynamicDepthStencilState;
|
D | vktDrawShaderViewportIndexTests.cpp | 314 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 224 VkPipelineDepthStencilStateCreateInfo* stencilInfo) { in setup_depth_stencil_state() 225 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo)); in setup_depth_stencil_state() 517 VkPipelineDepthStencilStateCreateInfo depthStencilInfo; in Create()
|
D | GrVkCopyPipeline.cpp | 77 static const VkPipelineDepthStencilStateCreateInfo stencilInfo = { in Create()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 228 VkPipelineDepthStencilStateCreateInfo* stencilInfo) { in setup_depth_stencil_state() 229 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo)); in setup_depth_stencil_state() 521 VkPipelineDepthStencilStateCreateInfo depthStencilInfo; in Create()
|
D | GrVkCopyPipeline.cpp | 81 static const VkPipelineDepthStencilStateCreateInfo stencilInfo = { in Create()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantUtil.cpp | 197 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
|
D | vktPipelineStencilExportTests.cpp | 349 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
|
D | vktPipelineDepthTests.cpp | 469 VkPipelineDepthStencilStateCreateInfo depthStencilStateParams = in DepthTestInstance()
|
D | vktPipelineStencilTests.cpp | 504 VkPipelineDepthStencilStateCreateInfo depthStencilStateParams = in StencilTestInstance()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 450 void SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *); 467 VkPipelineDepthStencilStateCreateInfo const *m_ds_state;
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 171 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in create_pipeline()
|
D | radv_meta_clear.c | 101 const VkPipelineDepthStencilStateCreateInfo *ds_state, in create_pipeline() 254 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_color_pipeline() 500 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_depthstencil_pipeline()
|
D | radv_meta_blit.c | 973 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in radv_device_init_meta_blit_depth() 1134 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 939 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in blit2d_init_depth_only_pipeline() 1101 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in blit2d_init_stencil_only_pipeline()
|
/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 303 const VkPipelineDepthStencilStateCreateInfo* depthStencilState = pCreateInfo->pDepthStencilState; in GraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.cpp | 427 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 728 sanitize_ds_state(VkPipelineDepthStencilStateCreateInfo *state, in sanitize_ds_state() 794 const VkPipelineDepthStencilStateCreateInfo *pCreateInfo, 825 VkPipelineDepthStencilStateCreateInfo info = *pCreateInfo;
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 239 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 137 VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfo = in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 517 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in VulkanDrawContext()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 1174 const VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfo = in createRenderPipelines() 1193 const VkPipelineDepthStencilStateCreateInfo depthStencilCreateInfo (isDepthStencilFormat(format) in createRenderPipelines() 1195 : VkPipelineDepthStencilStateCreateInfo()); in createRenderPipelines()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.cpp | 482 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
|
123