mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
freedreno/a3xx: make _emit_const() static
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
b8b800d18a
commit
f4ffe2786b
2 changed files with 1 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ static const enum adreno_state_block sb[] = {
|
||||||
* prsc or dwords: buffer containing constant values
|
* prsc or dwords: buffer containing constant values
|
||||||
* sizedwords: size of const value buffer
|
* sizedwords: size of const value buffer
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
fd3_emit_const(struct fd_ringbuffer *ring, enum shader_t type,
|
fd3_emit_const(struct fd_ringbuffer *ring, enum shader_t type,
|
||||||
uint32_t regid, uint32_t offset, uint32_t sizedwords,
|
uint32_t regid, uint32_t offset, uint32_t sizedwords,
|
||||||
const uint32_t *dwords, struct pipe_resource *prsc)
|
const uint32_t *dwords, struct pipe_resource *prsc)
|
||||||
|
|
|
||||||
|
|
@ -38,10 +38,6 @@
|
||||||
|
|
||||||
struct fd_ringbuffer;
|
struct fd_ringbuffer;
|
||||||
|
|
||||||
void fd3_emit_const(struct fd_ringbuffer *ring, enum shader_t type,
|
|
||||||
uint32_t regid, uint32_t offset, uint32_t sizedwords,
|
|
||||||
const uint32_t *dwords, struct pipe_resource *prsc);
|
|
||||||
|
|
||||||
void fd3_emit_gmem_restore_tex(struct fd_ringbuffer *ring,
|
void fd3_emit_gmem_restore_tex(struct fd_ringbuffer *ring,
|
||||||
struct pipe_surface **psurf, int bufs);
|
struct pipe_surface **psurf, int bufs);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue