Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/common/
H A Dfreedreno_devices.py341 depth_bounds_require_depth_test_quirk = True,
358 depth_bounds_require_depth_test_quirk = True,
367 depth_bounds_require_depth_test_quirk = True, # TODO: check if true
H A Dfreedreno_dev_info.h94 bool depth_bounds_require_depth_test_quirk; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.cc102 ctx->screen->info->a6xx.depth_bounds_require_depth_test_quirk) { in fd6_zsa_state_create()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.cc3214 cs->device->physical_device->info->a6xx.depth_bounds_require_depth_test_quirk) { in tu6_emit_rb_depth_cntl()
H A Dtu_cmd_buffer.cc729 if (!device->physical_device->info->a6xx.depth_bounds_require_depth_test_quirk) in tu6_apply_depth_bounds_workaround()