Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UBFE (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c150 case TGSI_OPCODE_UBFE: in tgsi_opcode_infer_type()
Dtgsi_exec.c5696 case TGSI_OPCODE_UBFE: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h541 TGSI_OPCODE_UBFE = 185, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp549 case TGSI_OPCODE_UBFE: in inferSrcType()
3856 case TGSI_OPCODE_UBFE: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2645 bld_base->op_actions[TGSI_OPCODE_UBFE].emit = ubfe_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1944 [TGSI_OPCODE_UBFE] = nir_op_ubitfield_extract,
Dnir_to_tgsi.c1416 [nir_op_ubitfield_extract] = { TGSI_OPCODE_UBFE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1018 case TGSI_OPCODE_UBFE: in translate_opcode()
3196 if (emit->info.opcode_count[TGSI_OPCODE_UBFE] > 0 || in alloc_common_immediates()
10978 case TGSI_OPCODE_UBFE: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11970 [TGSI_OPCODE_UBFE] = { ALU_OP3_BFE_UINT, tgsi_unsupported},
12167 [TGSI_OPCODE_UBFE] = { ALU_OP3_BFE_UINT, tgsi_bfe},
12394 [TGSI_OPCODE_UBFE] = { ALU_OP3_BFE_UINT, tgsi_bfe},