Home
last modified time | relevance | path

Searched refs:ALU_OP2_DOT4 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h336 #define ALU_OP2_DOT4 142 macro
Dr600_shader.c3353 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/
Dsb_ra_init.cpp691 case ALU_OP2_DOT4: in split_alu_packed()