diff options
author | Eric Anholt <[email protected]> | 2018-12-17 12:50:08 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-12-19 10:27:26 -0800 |
commit | e09d8aecb47e77ccbc4a90f7652350cc501fce95 (patch) | |
tree | d3dffec45627bebded37e1e394bff5f911558d2a /src/gallium/drivers/v3d/v3d_tiling.h | |
parent | fcf881adda9909ea124dac31fed70375ae7afbc8 (diff) |
v3d: Remove dead prototypes for load/store utile functions.
Diffstat (limited to 'src/gallium/drivers/v3d/v3d_tiling.h')
-rw-r--r-- | src/gallium/drivers/v3d/v3d_tiling.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/v3d/v3d_tiling.h b/src/gallium/drivers/v3d/v3d_tiling.h index 79577445ea8..d04349108c9 100644 --- a/src/gallium/drivers/v3d/v3d_tiling.h +++ b/src/gallium/drivers/v3d/v3d_tiling.h @@ -27,8 +27,6 @@ uint32_t v3d_utile_width(int cpp) ATTRIBUTE_CONST; uint32_t v3d_utile_height(int cpp) ATTRIBUTE_CONST; bool v3d_size_is_lt(uint32_t width, uint32_t height, int cpp) ATTRIBUTE_CONST; -void v3d_load_utile(void *dst, void *src, uint32_t dst_stride, uint32_t cpp); -void v3d_store_utile(void *dst, void *src, uint32_t src_stride, uint32_t cpp); void v3d_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, |