Searched refs:tgsi_op2_swap (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 4785 static int tgsi_op2_swap(struct r600_shader_ctx *ctx) in tgsi_op2_swap() function 11800 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 11834 [TGSI_OPCODE_SLE] = { ALU_OP2_SETGE, tgsi_op2_swap}, 11895 [TGSI_OPCODE_FSLT] = { ALU_OP2_SETGT_DX10, tgsi_op2_swap}, 11896 [TGSI_OPCODE_FSNE] = { ALU_OP2_SETNE_DX10, tgsi_op2_swap}, 11911 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap}, 11924 [TGSI_OPCODE_USLT] = { ALU_OP2_SETGT_UINT, tgsi_op2_swap}, 11925 [TGSI_OPCODE_USNE] = { ALU_OP2_SETNE_INT, tgsi_op2_swap}, 11998 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 12032 [TGSI_OPCODE_SLE] = { ALU_OP2_SETGE, tgsi_op2_swap}, [all...] |
Completed in 12 milliseconds