mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
The programming model matches very closely to that of NVIDIA's NVDLA. Enough is implemented to run SSDLite MobileDet with roughly the same performance as the blob (when running on a single NPU core). Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29698>
12 lines
323 B
Text
12 lines
323 B
Text
# The following files are opted into `ninja clang-format` and
|
|
# enforcement in the CI.
|
|
|
|
src/gallium/drivers/i915
|
|
src/gallium/drivers/r300/compiler/*
|
|
src/gallium/drivers/rocket/**/*
|
|
src/gallium/targets/teflon/**/*
|
|
src/gallium/frontends/teflon/**/*
|
|
src/amd/vulkan/**/*
|
|
src/amd/compiler/**/*
|
|
src/egl/**/*
|
|
src/etnaviv/isa/**/*
|