Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.hpp49 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = DE_NULL,
69 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = DE_NULL,
DvkObjUtil.cpp50 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, in makeGraphicsPipeline()
199 const VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfoDefault = in makeGraphicsPipeline()
302 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp412 class DepthStencilState : public vk::VkPipelineDepthStencilStateCreateInfo
466 PipelineCreateInfo& addState (const vk::VkPipelineDepthStencilStateCreateInfo& state);
480 vk::VkPipelineDepthStencilStateCreateInfo m_dynamicDepthStencilState;
DvktDrawShaderViewportIndexTests.cpp314 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp224 VkPipelineDepthStencilStateCreateInfo* stencilInfo) { in setup_depth_stencil_state()
225 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo)); in setup_depth_stencil_state()
517 VkPipelineDepthStencilStateCreateInfo depthStencilInfo; in Create()
DGrVkCopyPipeline.cpp77 static const VkPipelineDepthStencilStateCreateInfo stencilInfo = { in Create()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp228 VkPipelineDepthStencilStateCreateInfo* stencilInfo) { in setup_depth_stencil_state()
229 memset(stencilInfo, 0, sizeof(VkPipelineDepthStencilStateCreateInfo)); in setup_depth_stencil_state()
521 VkPipelineDepthStencilStateCreateInfo depthStencilInfo; in Create()
DGrVkCopyPipeline.cpp81 static const VkPipelineDepthStencilStateCreateInfo stencilInfo = { in Create()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp197 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
DvktPipelineStencilExportTests.cpp349 VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in makeGraphicsPipeline()
DvktPipelineDepthTests.cpp469 VkPipelineDepthStencilStateCreateInfo depthStencilStateParams = in DepthTestInstance()
DvktPipelineStencilTests.cpp504 VkPipelineDepthStencilStateCreateInfo depthStencilStateParams = in StencilTestInstance()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h450 void SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *);
467 VkPipelineDepthStencilStateCreateInfo const *m_ds_state;
/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c171 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in create_pipeline()
Dradv_meta_clear.c101 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()
Dradv_meta_blit.c973 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in radv_device_init_meta_blit_depth()
1134 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in radv_device_init_meta_blit_stencil()
Dradv_meta_blit2d.c939 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in blit2d_init_depth_only_pipeline()
1101 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in blit2d_init_stencil_only_pipeline()
/external/swiftshader/src/Vulkan/
DVkPipeline.cpp303 const VkPipelineDepthStencilStateCreateInfo* depthStencilState = pCreateInfo->pDepthStencilState; in GraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp427 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c728 sanitize_ds_state(VkPipelineDepthStencilStateCreateInfo *state, in sanitize_ds_state()
794 const VkPipelineDepthStencilStateCreateInfo *pCreateInfo,
825 VkPipelineDepthStencilStateCreateInfo info = *pCreateInfo;
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp239 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp137 VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfo = in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp517 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp1174 const VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfo = in createRenderPipelines()
1193 const VkPipelineDepthStencilStateCreateInfo depthStencilCreateInfo (isDepthStencilFormat(format) in createRenderPipelines()
1195 : VkPipelineDepthStencilStateCreateInfo()); in createRenderPipelines()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp482 const VkPipelineDepthStencilStateCreateInfo pipelineDepthStencilStateInfo = in build()

123