Searched refs:tgsi_unsupported (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 3952 static int tgsi_unsupported(struct r600_shader_ctx *ctx) in tgsi_unsupported() function 10269 [TGSI_OPCODE_FMA] = { ALU_OP0_NOP, tgsi_unsupported}, 10271 [21] = { ALU_OP0_NOP, tgsi_unsupported}, 10272 [22] = { ALU_OP0_NOP, tgsi_unsupported}, 10273 [23] = { ALU_OP0_NOP, tgsi_unsupported}, 10275 [25] = { ALU_OP0_NOP, tgsi_unsupported}, 10281 [31] = { ALU_OP0_NOP, tgsi_unsupported}, 10282 [32] = { ALU_OP0_NOP, tgsi_unsupported}, 10283 [TGSI_OPCODE_CLOCK] = { ALU_OP0_NOP, tgsi_unsupported}, 10284 [34] = { ALU_OP0_NOP, tgsi_unsupported}, [all …]
|