Home
last modified time | relevance | path

Searched refs:enableDepthTest (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp103 const bool enableDepthTest, in makeGraphicsPipeline() argument
125enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEn… in makeGraphicsPipeline()
126enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthWriteE… in makeGraphicsPipeline()
915 const bool enableDepthTest,
960 const bool enableDepthTest, in makeGraphicsPipeline() argument
982enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEn… in makeGraphicsPipeline()
983enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthWriteE… in makeGraphicsPipeline()
DvktFragmentOperationsOcclusionQueryTests.cpp105 const bool enableDepthTest, in makeGraphicsPipeline() argument
127 enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEnable in makeGraphicsPipeline()
128 enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthWriteEnable in makeGraphicsPipeline()