Searched refs:r600_bytecode_alu (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h49 struct r600_bytecode_alu { struct
167 struct r600_bytecode_alu *curr_bs_head;
168 struct r600_bytecode_alu *prev_bs_head;
169 struct r600_bytecode_alu *prev2_bs_head;
227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
233 int r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int type);
243 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
H A Dr600_shader.c273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx)
297 struct r600_bytecode_alu alu;
350 static void llvm_if(struct r600_shader_ctx *ctx, struct r600_bytecode_alu * alu,
359 struct r600_bytecode_alu *alu, unsigned compare_opcode)
376 struct r600_bytecode_alu alu;
597 struct r600_bytecode_alu alu;
623 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
655 struct r600_bytecode_alu alu;
658 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
761 struct r600_bytecode_alu al
[all...]
H A Dr600_asm.c36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
227 static struct r600_bytecode_alu *r600_bytecode_alu(void) function
229 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu);
342 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
423 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
444 static int is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
459 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *al
[all...]
H A Dr700_asm.c36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id)

Completed in 101 milliseconds