Home
last modified time | relevance | path

Searched refs:r600_bytecode_alu (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h49 struct r600_bytecode_alu { struct
197 struct r600_bytecode_alu *curr_bs_head;
198 struct r600_bytecode_alu *prev_bs_head;
199 struct r600_bytecode_alu *prev2_bs_head;
272 struct r600_bytecode_alu *alu, unsigned id);
280 const struct r600_bytecode_alu *alu);
296 const struct r600_bytecode_alu *alu, unsigned type);
301 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
313 struct r600_bytecode_alu *alu, unsigned id);
315 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
Dr600_shader.c500 struct r600_bytecode_alu alu; in evergreen_interp_alu()
509 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_alu()
541 struct r600_bytecode_alu alu; in evergreen_interp_flat()
544 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_flat()
688 struct r600_bytecode_alu alu; in select_twoside_color()
721 struct r600_bytecode_alu alu; in single_alu_op2()
726 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op2()
749 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op2()
778 struct r600_bytecode_alu alu; in single_alu_op3()
783 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op3()
[all …]
Dr600_asm.c41 static inline bool alu_writes(struct r600_bytecode_alu *alu) in alu_writes()
46 static inline unsigned int r600_bytecode_get_num_operands(const struct r600_bytecode_alu *alu) in r600_bytecode_get_num_operands()
65 static struct r600_bytecode_alu *r600_bytecode_alu(void) in r600_bytecode_alu() function
67 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu); in r600_bytecode_alu()
235 static int is_alu_once_inst(struct r600_bytecode_alu *alu) in is_alu_once_inst()
240 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst()
246 static int is_alu_mova_inst(struct r600_bytecode_alu *alu) in is_alu_mova_inst()
251 static int alu_uses_rel(struct r600_bytecode_alu *alu) in alu_uses_rel()
273 static int alu_uses_lds(struct r600_bytecode_alu *alu) in alu_uses_lds()
286 static int is_alu_64bit_inst(struct r600_bytecode_alu *alu) in is_alu_64bit_inst()
[all …]
Dr700_asm.c37 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build()
81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r700_bytecode_alu_read()
Deg_asm.c177 struct r600_bytecode_alu alu; in egcm_load_index_reg()
257 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()