Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Ddisasm.h27 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);
Dfreedreno_context.h315 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,
Dfreedreno_util.h459 fd4_stage2shadersb(enum shader_t type) in fd4_stage2shadersb()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_shader.h340 enum shader_t type;
347 enum shader_t type;
367 const struct pipe_shader_state *cso, enum shader_t type,
Dir3_ra.c305 enum shader_t type;
1168 int ir3_ra(struct ir3 *ir, enum shader_t type, in ir3_ra()
Dir3.h1001 int ir3_ra(struct ir3 *ir3, enum shader_t type,
Dir3_shader.c287 const struct pipe_shader_state *cso, enum shader_t type, in ir3_shader_create()
Ddisasm-a3xx.c1010 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/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()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c53 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()
Dfd4_program.c51 enum shader_t type) in create_shader_stateobj()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c53 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()
Dfd5_program.c50 enum shader_t type) in create_shader_stateobj()