Home
last modified time | relevance | path

Searched refs:VkPipelineDepthStencilStateCreateInfo (Results 1 – 25 of 65) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp407 class DepthStencilState : public vk::VkPipelineDepthStencilStateCreateInfo
461 PipelineCreateInfo& addState (const vk::VkPipelineDepthStencilStateCreateInfo& state);
475 vk::VkPipelineDepthStencilStateCreateInfo m_dynamicDepthStencilState;
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp179 VkPipelineDepthStencilStateCreateInfo* stencilInfo) { in setup_depth_stencil_state()
180 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo)); in setup_depth_stencil_state()
436 VkPipelineDepthStencilStateCreateInfo depthStencilInfo; in Create()
DGrVkCopyPipeline.cpp77 static const VkPipelineDepthStencilStateCreateInfo stencilInfo = { in Create()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h402 void SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *);
416 VkPipelineDepthStencilStateCreateInfo const *m_ds_state;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp204 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
DvktPipelineStencilTests.cpp686 VkPipelineDepthStencilStateCreateInfo depthStencilStateParams = in StencilTestInstance()
DvktPipelineDepthTests.cpp603 VkPipelineDepthStencilStateCreateInfo depthStencilStateParams = in DepthTestInstance()
DvktPipelineBlendTests.cpp567 const VkPipelineDepthStencilStateCreateInfo depthStencilStateParams = in BlendTestInstance()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c122 const VkPipelineDepthStencilStateCreateInfo *ds_state, in create_pipeline()
297 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_color_pipeline()
572 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_depthstencil_pipeline()
Dradv_meta_decompress.c206 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in create_pipeline()
Dradv_meta_blit2d.c975 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in blit2d_init_depth_only_pipeline()
1128 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in blit2d_init_stencil_only_pipeline()
Dradv_meta_blit.c1014 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in radv_device_init_meta_blit_depth()
1193 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in radv_device_init_meta_blit_stencil()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp519 const VkPipelineDepthStencilStateCreateInfo depthStencilParams = in renderTriangleTest()
1136 const VkPipelineDepthStencilStateCreateInfo depthStencilParams = in renderTriangleUnusedResolveAttachmentTest()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp245 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
DvktGeometryInstancedRenderingTests.cpp242 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
DvktGeometryLayeredRenderingTests.cpp298 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl129 template<> VkStructureType getStructureType<VkPipelineDepthStencilStateCreateInfo> (void)
DvkStructTypes.inl718 struct VkPipelineDepthStencilStateCreateInfo struct
780 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp627 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp267 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
DvktFragmentOperationsScissorTests.cpp280 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
DvktFragmentOperationsEarlyFragmentTests.cpp320 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp146 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp660 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp838 const VkPipelineDepthStencilStateCreateInfo depthStencilState = in createRenderPipeline()
1103 const VkPipelineDepthStencilStateCreateInfo depthStencilState = in createSplitPipeline()

123