Searched defs:r600_bytecode_alu (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 36 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 D | r600_asm.h | 49 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);
|
Completed in 1393 milliseconds