Home
last modified time | relevance | path

Searched refs:tgsi_unsupported (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c4384 static int tgsi_unsupported(struct r600_shader_ctx *ctx) in tgsi_unsupported() function
11804 [TGSI_OPCODE_FMA] = { ALU_OP0_NOP, tgsi_unsupported},
11806 [21] = { ALU_OP0_NOP, tgsi_unsupported},
11807 [22] = { ALU_OP0_NOP, tgsi_unsupported},
11808 [23] = { ALU_OP0_NOP, tgsi_unsupported},
11810 [25] = { ALU_OP0_NOP, tgsi_unsupported},
11816 [31] = { ALU_OP0_NOP, tgsi_unsupported},
11817 [32] = { ALU_OP0_NOP, tgsi_unsupported},
11818 [TGSI_OPCODE_CLOCK] = { ALU_OP0_NOP, tgsi_unsupported},
11819 [34] = { ALU_OP0_NOP, tgsi_unsupported},
[all...]

Completed in 12 milliseconds