Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c227 { 1, 3, 0, 0, 0, 0, COMP, "UBFE", TGSI_OPCODE_UBFE },
383 case TGSI_OPCODE_UBFE: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c150 case TGSI_OPCODE_UBFE: in tgsi_opcode_infer_type()
Dtgsi_exec.c6023 case TGSI_OPCODE_UBFE: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h546 TGSI_OPCODE_UBFE = 185, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h528 #define TGSI_OPCODE_UBFE 185 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp549 case TGSI_OPCODE_UBFE: in inferSrcType()
3789 case TGSI_OPCODE_UBFE: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c629 [nir_op_ubitfield_extract] = { TGSI_OPCODE_UBFE }, in ntt_emit_alu()
Dtgsi_to_nir.c1943 [TGSI_OPCODE_UBFE] = nir_op_ubitfield_extract,
/external/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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c943 case TGSI_OPCODE_UBFE: in translate_opcode()
2997 if (emit->info.opcode_count[TGSI_OPCODE_UBFE] > 0 || in alloc_common_immediates()
9311 case TGSI_OPCODE_UBFE: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11858 [TGSI_OPCODE_UBFE] = { ALU_OP3_BFE_UINT, tgsi_unsupported},
12055 [TGSI_OPCODE_UBFE] = { ALU_OP3_BFE_UINT, tgsi_bfe},
12281 [TGSI_OPCODE_UBFE] = { ALU_OP3_BFE_UINT, tgsi_bfe},
/external/virglrenderer/src/
Dvrend_shader.c5267 case TGSI_OPCODE_UBFE: in iter_instruction()