Searched refs:fd4_emit (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.h | 45 struct fd4_emit { struct 71 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() 96 void fd4_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd4_emit *emit); 99 struct fd4_emit *emit);
|
D | fd4_program.h | 40 struct fd4_emit; 42 void fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit,
|
D | fd4_draw.c | 47 struct fd4_emit *emit, unsigned index_offset) in draw_impl() 106 struct fd4_emit emit = { in fd4_draw_vbo()
|
D | fd4_program.c | 150 setup_stages(struct fd4_emit *emit, struct stage *s) in setup_stages() 209 fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit, in fd4_program_emit()
|
D | fd4_gmem.c | 195 struct fd4_emit emit = { in fd4_emit_tile_gmem2mem() 333 struct fd4_emit emit = { in fd4_emit_tile_mem2gmem()
|
D | fd4_emit.c | 365 fd4_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd4_emit *emit) in fd4_emit_vertex_bufs() 500 struct fd4_emit *emit) in fd4_emit_state()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | Makefile.sources | 108 a4xx/fd4_emit.c \ 109 a4xx/fd4_emit.h \
|
D | meson.build | 134 'a4xx/fd4_emit.c', 135 'a4xx/fd4_emit.h',
|