Searched refs:depthBounds (Results 1 – 16 of 16) sorted by relevance
657 if (m_drawState.depthBoundsTestEnable && context.getDeviceFeatures().depthBounds) in VulkanDrawContext()
229 visitor->Visit("depthBounds", &features->depthBounds) && in Iterate()
410 if (!deviceFeatures.depthBounds) in DepthBoundsParamTestInstance()
607 pFeatures->depthBounds = VK_TRUE; in getPhysicalDeviceFeatures()
53 VkBool32 depthBounds; member
1896 s << "\tdepthBounds = " << value.depthBounds << '\n';
460 .depthBounds = false, in anv_GetPhysicalDeviceFeatures()
1048 …printf("\tdepthBounds = %u\n", features->depthBounds … in app_gpu_dump_features()
436 .depthBounds = true, in radv_GetPhysicalDeviceFeatures()
3364 , depthBounds( depthBounds_ ) in PhysicalDeviceFeatures()3505 depthBounds = depthBounds_; in setDepthBounds()3770 && ( depthBounds == rhs.depthBounds ) in operator ==()3832 Bool32 depthBounds; member
1222 VkBool32 depthBounds; member
867 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, depthBounds), in deviceFeatures()
1231 VkBool32 depthBounds; member
1328 VkBool32 depthBounds; member
1387 VkBool32 depthBounds; member
3411 if (!m_device->phy().features().depthBounds) { in TEST_F()