Searched refs:shader_t (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | disasm.h | 27 enum shader_t { enum 39 int disasm_a2xx(uint32_t *dwords, int sizedwords, int level, enum shader_t type); 40 int disasm_a3xx(uint32_t *dwords, int sizedwords, int level, enum shader_t type);
|
D | freedreno_context.h | 272 void (*emit_const)(struct fd_ringbuffer *ring, enum shader_t type, 276 void (*emit_const_bo)(struct fd_ringbuffer *ring, enum shader_t type, boolean write,
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_shader.h | 233 enum shader_t type; 240 enum shader_t type; 260 const struct pipe_shader_state *cso, enum shader_t type,
|
D | ir3_ra.c | 263 enum shader_t type; 1110 int ir3_ra(struct ir3 *ir, enum shader_t type, in ir3_ra()
|
D | ir3_shader.c | 279 const struct pipe_shader_state *cso, enum shader_t type, in ir3_shader_create()
|
D | ir3.h | 924 int ir3_ra(struct ir3 *ir3, enum shader_t type,
|
D | disasm-a3xx.c | 870 int disasm_a3xx(uint32_t *dwords, int sizedwords, int level, enum shader_t type) in disasm_a3xx()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.h | 40 enum shader_t type;
|
D | disasm-a2xx.c | 99 static void print_export_comment(uint32_t num, enum shader_t type) in print_export_comment() 215 int level, int sync, enum shader_t type) in disasm_alu() 595 int disasm_a2xx(uint32_t *dwords, int sizedwords, int level, enum shader_t type) in disasm_a2xx()
|
D | fd2_program.c | 45 create_shader(enum shader_t type) in create_shader()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_emit.c | 56 fd5_emit_const(struct fd_ringbuffer *ring, enum shader_t type, in fd5_emit_const() 95 fd5_emit_const_bo(struct fd_ringbuffer *ring, enum shader_t type, boolean write, in fd5_emit_const_bo()
|
D | fd5_program.c | 50 enum shader_t type) in create_shader_stateobj()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.c | 58 fd4_emit_const(struct fd_ringbuffer *ring, enum shader_t type, in fd4_emit_const() 96 fd4_emit_const_bo(struct fd_ringbuffer *ring, enum shader_t type, boolean write, in fd4_emit_const_bo()
|
D | fd4_program.c | 51 enum shader_t type) in create_shader_stateobj()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 58 fd3_emit_const(struct fd_ringbuffer *ring, enum shader_t type, in fd3_emit_const() 96 fd3_emit_const_bo(struct fd_ringbuffer *ring, enum shader_t type, boolean write, in fd3_emit_const_bo()
|
D | fd3_program.c | 52 enum shader_t type) in create_shader_stateobj()
|