Home
last modified time | relevance | path

Searched refs:shader_t (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Ddisasm.h27 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);
Dfreedreno_context.h272 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/
Dir3_shader.h233 enum shader_t type;
240 enum shader_t type;
260 const struct pipe_shader_state *cso, enum shader_t type,
Dir3_ra.c263 enum shader_t type;
1110 int ir3_ra(struct ir3 *ir, enum shader_t type, in ir3_ra()
Dir3_shader.c279 const struct pipe_shader_state *cso, enum shader_t type, in ir3_shader_create()
Dir3.h924 int ir3_ra(struct ir3 *ir3, enum shader_t type,
Ddisasm-a3xx.c870 int disasm_a3xx(uint32_t *dwords, int sizedwords, int level, enum shader_t type) in disasm_a3xx()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.h40 enum shader_t type;
Ddisasm-a2xx.c99 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()
Dfd2_program.c45 create_shader(enum shader_t type) in create_shader()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c56 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()
Dfd5_program.c50 enum shader_t type) in create_shader_stateobj()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c58 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()
Dfd4_program.c51 enum shader_t type) in create_shader_stateobj()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c58 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()
Dfd3_program.c52 enum shader_t type) in create_shader_stateobj()