Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h53 struct r600_bytecode_alu { struct
213 struct r600_bytecode_alu *curr_bs_head;
214 struct r600_bytecode_alu *prev_bs_head;
215 struct r600_bytecode_alu *prev2_bs_head;
296 struct r600_bytecode_alu *alu, unsigned id);
304 const struct r600_bytecode_alu *alu);
327 const struct r600_bytecode_alu *alu, unsigned type);
331 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
344 struct r600_bytecode_alu *alu, unsigned id);
346 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
Dr600_shader.c597 struct r600_bytecode_alu alu; in evergreen_interp_alu()
606 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_alu()
638 struct r600_bytecode_alu alu; in evergreen_interp_flat()
641 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_flat()
795 struct r600_bytecode_alu alu; in select_twoside_color()
828 struct r600_bytecode_alu alu; in single_alu_op2()
833 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op2()
856 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op2()
885 struct r600_bytecode_alu alu; in single_alu_op3()
890 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()
299 static int is_alu_once_inst(struct r600_bytecode_alu *alu) in is_alu_once_inst()
304 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst()
310 static int is_alu_mova_inst(struct r600_bytecode_alu *alu) in is_alu_mova_inst()
315 static int alu_uses_rel(struct r600_bytecode_alu *alu) in alu_uses_rel()
337 static int alu_uses_lds(struct r600_bytecode_alu *alu) in alu_uses_lds()
350 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.c179 struct r600_bytecode_alu alu; in egcm_load_index_reg()
259 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp196 struct r600_bytecode_alu alu; in emit_lds_op()
264 struct r600_bytecode_alu alu; in emit_alu_op()
987 struct r600_bytecode_alu alu; in emit_index_reg()