Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/common/
Dfreedreno_devices.py212 depth_bounds_require_depth_test_quirk = True,
226 depth_bounds_require_depth_test_quirk = True, # TODO: check if true
Dfreedreno_dev_info.h101 bool depth_bounds_require_depth_test_quirk; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c473 if (!device->physical_device->info->a6xx.depth_bounds_require_depth_test_quirk) in tu6_apply_depth_bounds_workaround()