Searched refs:single_alu_op2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 698 static int single_alu_op2(struct r600_shader_ctx *ctx, int op, in single_alu_op2() function 1010 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in tgsi_declaration() 1489 r = single_alu_op2(ctx, ALU_OP1_MOV, in fetch_gs_input() 1538 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in fetch_gs_input() 1719 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_get_byte_address() 1739 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in do_lds_fetch_values() 1807 r = single_alu_op2(ctx, ALU_OP2_MUL_UINT24, in fetch_tcs_input() 2541 r = single_alu_op2(ctx, ALU_OP1_MOV, in r600_fetch_tess_io_info() 2621 r = single_alu_op2(ctx, ALU_OP2_MUL_UINT24, in emit_lds_vs_writes() 2633 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes() [all …]
|