Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c10951 static int tgsi_bfe(struct r600_shader_ctx *ctx) in tgsi_bfe() function
12166 [TGSI_OPCODE_IBFE] = { ALU_OP3_BFE_INT, tgsi_bfe},
12167 [TGSI_OPCODE_UBFE] = { ALU_OP3_BFE_UINT, tgsi_bfe},
12393 [TGSI_OPCODE_IBFE] = { ALU_OP3_BFE_INT, tgsi_bfe},
12394 [TGSI_OPCODE_UBFE] = { ALU_OP3_BFE_UINT, tgsi_bfe},

Completed in 13 milliseconds