Searched refs:single_alu_op2 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 823 static int single_alu_op2(struct r600_shader_ctx *ctx, int op, in single_alu_op2() function 1229 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in tgsi_declaration() 1903 r = single_alu_op2(ctx, ALU_OP1_MOV, in fetch_gs_input() 1952 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in fetch_gs_input() 2133 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_get_byte_address() 2158 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in do_lds_fetch_values() 2242 r = single_alu_op2(ctx, ALU_OP2_MUL_UINT24, in fetch_tcs_input() 2981 r = single_alu_op2(ctx, ALU_OP1_MOV, in r600_fetch_tess_io_info() 3062 r = single_alu_op2(ctx, ALU_OP2_MUL_UINT24, in emit_lds_vs_writes() 3075 r = single_alu_op2(ct in emit_lds_vs_writes() [all...] |
Completed in 7 milliseconds