Searched refs:shader_t (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | disasm.h | 27 enum shader_t { enum 43 int disasm_a2xx(uint32_t *dwords, int sizedwords, int level, enum shader_t type); 44 int disasm_a3xx(uint32_t *dwords, int sizedwords, int level, enum shader_t type);
|
D | freedreno_context.h | 315 void (*emit_const)(struct fd_ringbuffer *ring, enum shader_t type, 319 void (*emit_const_bo)(struct fd_ringbuffer *ring, enum shader_t type, boolean write,
|
D | freedreno_util.h | 459 fd4_stage2shadersb(enum shader_t type) in fd4_stage2shadersb()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_shader.h | 340 enum shader_t type; 347 enum shader_t type; 367 const struct pipe_shader_state *cso, enum shader_t type,
|
D | ir3_ra.c | 305 enum shader_t type; 1168 int ir3_ra(struct ir3 *ir, enum shader_t type, in ir3_ra()
|
D | ir3.h | 1001 int ir3_ra(struct ir3 *ir3, enum shader_t type,
|
D | ir3_shader.c | 287 const struct pipe_shader_state *cso, enum shader_t type, in ir3_shader_create()
|
D | disasm-a3xx.c | 1010 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/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()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.c | 53 fd4_emit_const(struct fd_ringbuffer *ring, enum shader_t type, in fd4_emit_const() 91 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/a5xx/ |
D | fd5_emit.c | 53 fd5_emit_const(struct fd_ringbuffer *ring, enum shader_t type, in fd5_emit_const() 92 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()
|