Searched refs:r600_bytecode_alu (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 48 struct r600_bytecode_alu { struct 184 struct r600_bytecode_alu *curr_bs_head; 185 struct r600_bytecode_alu *prev_bs_head; 186 struct r600_bytecode_alu *prev2_bs_head; 259 struct r600_bytecode_alu *alu, unsigned id); 267 const struct r600_bytecode_alu *alu); 281 const struct r600_bytecode_alu *alu, unsigned type); 286 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); 298 struct r600_bytecode_alu *alu, unsigned id); 300 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
|
D | r600_shader.c | 482 struct r600_bytecode_alu alu; in evergreen_interp_alu() 491 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_alu() 523 struct r600_bytecode_alu alu; in evergreen_interp_flat() 526 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_flat() 670 struct r600_bytecode_alu alu; in select_twoside_color() 703 struct r600_bytecode_alu alu; in single_alu_op2() 708 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op2() 731 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op2() 760 struct r600_bytecode_alu alu; in single_alu_op3() 765 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op3() [all …]
|
D | r600_asm.c | 41 static inline bool alu_writes(struct r600_bytecode_alu *alu) in alu_writes() 47 struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in r600_bytecode_get_num_operands() 53 struct r600_bytecode_alu *alu, unsigned id); 69 static struct r600_bytecode_alu *r600_bytecode_alu(void) in r600_bytecode_alu() function 71 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu); in r600_bytecode_alu() 239 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_once_inst() 244 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst() 250 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_mova_inst() 255 static int alu_uses_rel(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in alu_uses_rel() 277 static int alu_uses_lds(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in alu_uses_lds() [all …]
|
D | r700_asm.c | 36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build() 80 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r700_bytecode_alu_read()
|
D | eg_asm.c | 150 struct r600_bytecode_alu alu; in egcm_load_index_reg() 220 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()
|