Searched refs:fd4_emit (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.h | 43 struct fd4_emit { struct 70 fd4_emit_get_vp(struct fd4_emit *emit) in fd4_emit_get_vp() argument 81 fd4_emit_get_fp(struct fd4_emit *emit) in fd4_emit_get_fp() 97 void fd4_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd4_emit *emit); 100 struct fd4_emit *emit);
|
D | fd4_program.h | 35 struct fd4_emit; 37 void fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit,
|
D | fd4_draw.c | 45 struct fd4_emit *emit, unsigned index_offset) in draw_impl() 104 struct fd4_emit emit = { in fd4_draw_vbo()
|
D | fd4_program.c | 102 setup_stages(struct fd4_emit *emit, struct stage *s) in setup_stages() 162 fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit, in fd4_program_emit()
|
D | fd4_gmem.c | 193 struct fd4_emit emit = { in fd4_emit_tile_gmem2mem() 328 struct fd4_emit emit = { in fd4_emit_tile_mem2gmem()
|
D | fd4_emit.c | 378 fd4_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd4_emit *emit) in fd4_emit_vertex_bufs() 517 struct fd4_emit *emit) in fd4_emit_state()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | Makefile.sources | 113 a4xx/fd4_emit.c \ 114 a4xx/fd4_emit.h \
|
D | meson.build | 125 'a4xx/fd4_emit.c', 126 'a4xx/fd4_emit.h',
|