Searched refs:ALU_OP2_DOT4 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.h | 336 #define ALU_OP2_DOT4 142 macro
|
D | r600_shader.c | 3353 alu.op = ALU_OP2_DOT4; in r600_shader_from_tgsi() 9071 [TGSI_OPCODE_DP3] = { ALU_OP2_DOT4, tgsi_dp}, 9072 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4, tgsi_dp}, 9096 [TGSI_OPCODE_DPH] = { ALU_OP2_DOT4, tgsi_dp}, 9132 [TGSI_OPCODE_DP2] = { ALU_OP2_DOT4, tgsi_dp}, 9269 [TGSI_OPCODE_DP3] = { ALU_OP2_DOT4, tgsi_dp}, 9270 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4, tgsi_dp}, 9294 [TGSI_OPCODE_DPH] = { ALU_OP2_DOT4, tgsi_dp}, 9330 [TGSI_OPCODE_DP2] = { ALU_OP2_DOT4, tgsi_dp}, 9492 [TGSI_OPCODE_DP3] = { ALU_OP2_DOT4, tgsi_dp}, [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ra_init.cpp | 691 case ALU_OP2_DOT4: in split_alu_packed()
|