Home
last modified time | relevance | path

Searched refs:SetDepthStencil (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h450 void SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *);
Dvkrenderframework.cpp1507 void VkPipelineObj::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_s… in SetDepthStencil() function in VkPipelineObj
Dlayer_validation_tests.cpp757 pipelineobj.SetDepthStencil(&ds_ci); in GenericDrawPreparation()