Searched refs:r600_bytecode_get_num_operands (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_asm.c | 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_byt… in r600_bytecode_get_num_operands() function 739 num_src = r600_bytecode_get_num_operands(bc, alu); in check_vector() 769 num_src = r600_bytecode_get_num_operands(bc, alu); in check_scalar() 922 num_src = r600_bytecode_get_num_operands(bc, alu); in replace_gpr_with_pv_ps() 988 unsigned num_src = r600_bytecode_get_num_operands(bc, alu); in r600_bytecode_alu_nliterals() 1015 unsigned num_src = r600_bytecode_get_num_operands(bc, alu); in r600_bytecode_alu_adjust_literals() 1136 num_src = r600_bytecode_get_num_operands(bc, alu); in merge_inst_groups()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_byt… in r600_bytecode_get_num_operands() function 739 num_src = r600_bytecode_get_num_operands(bc, alu); in check_vector() 769 num_src = r600_bytecode_get_num_operands(bc, alu); in check_scalar() 922 num_src = r600_bytecode_get_num_operands(bc, alu); in replace_gpr_with_pv_ps() 988 unsigned num_src = r600_bytecode_get_num_operands(bc, alu); in r600_bytecode_alu_nliterals() 1015 unsigned num_src = r600_bytecode_get_num_operands(bc, alu); in r600_bytecode_alu_adjust_literals() 1136 num_src = r600_bytecode_get_num_operands(bc, alu); in merge_inst_groups()
|