Searched refs:enableDepthTest (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 103 const bool enableDepthTest, in makeGraphicsPipeline() argument 125 …enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEn… in makeGraphicsPipeline() 126 …enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthWriteE… in makeGraphicsPipeline() 915 const bool enableDepthTest, 960 const bool enableDepthTest, in makeGraphicsPipeline() argument 982 …enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEn… in makeGraphicsPipeline() 983 …enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthWriteE… in makeGraphicsPipeline()
|
D | vktFragmentOperationsOcclusionQueryTests.cpp | 105 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()
|