Searched refs:r600_bytecode_alu (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 53 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; 295 struct r600_bytecode_alu *alu, unsigned id); 303 const struct r600_bytecode_alu *alu); 323 const struct r600_bytecode_alu *alu, unsigned type); 327 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); 339 struct r600_bytecode_alu *alu, unsigned id); 341 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
|
D | r600_shader.c | 591 struct r600_bytecode_alu alu; in evergreen_interp_alu() 600 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_alu() 632 struct r600_bytecode_alu alu; in evergreen_interp_flat() 635 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_flat() 783 struct r600_bytecode_alu alu; in select_twoside_color() 816 struct r600_bytecode_alu alu; in single_alu_op2() 821 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op2() 844 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in single_alu_op2() 873 struct r600_bytecode_alu alu; in single_alu_op3() 878 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() 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() 254 static int is_alu_once_inst(struct r600_bytecode_alu *alu) in is_alu_once_inst() 259 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst() 265 static int is_alu_mova_inst(struct r600_bytecode_alu *alu) in is_alu_mova_inst() 270 static int alu_uses_rel(struct r600_bytecode_alu *alu) in alu_uses_rel() 292 static int alu_uses_lds(struct r600_bytecode_alu *alu) in alu_uses_lds() 305 static int is_alu_64bit_inst(struct r600_bytecode_alu *alu) in is_alu_64bit_inst() [all …]
|
D | r700_asm.c | 37 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()
|
D | eg_asm.c | 179 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/ |
D | sfn_ir_to_assembly.cpp | 214 struct r600_bytecode_alu alu; in visit() 927 r600_bytecode_alu alu; in visit() 928 memset(&alu, 0, sizeof(r600_bytecode_alu)); in visit() 953 r600_bytecode_alu alu_fetch; in visit() 954 r600_bytecode_alu alu_read; in visit() 963 memset(&alu_fetch, 0, sizeof(r600_bytecode_alu)); in visit() 978 memset(&alu_read, 0, sizeof(r600_bytecode_alu)); in visit() 1002 r600_bytecode_alu alu_fetch; in visit() 1003 r600_bytecode_alu alu_read; in visit() 1005 memset(&alu_fetch, 0, sizeof(r600_bytecode_alu)); in visit() [all …]
|