Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c190 case TGSI_OPCODE_UMSB: in tgsi_opcode_infer_type()
285 case TGSI_OPCODE_UMSB: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c5714 case TGSI_OPCODE_UMSB: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h547 TGSI_OPCODE_UMSB = 191, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp550 case TGSI_OPCODE_UMSB: in inferSrcType()
3893 case TGSI_OPCODE_UMSB: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2643 bld_base->op_actions[TGSI_OPCODE_UMSB].emit = umsb_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1950 [TGSI_OPCODE_UMSB] = nir_op_ufind_msb,
Dnir_to_tgsi.c1421 [nir_op_ufind_msb] = { TGSI_OPCODE_UMSB }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1030 case TGSI_OPCODE_UMSB: in translate_opcode()
3191 emit->info.opcode_count[TGSI_OPCODE_UMSB] > 0) { in alloc_common_immediates()
10975 case TGSI_OPCODE_UMSB: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11976 [TGSI_OPCODE_UMSB] = { ALU_OP1_FFBH_UINT, tgsi_unsupported},
12173 [TGSI_OPCODE_UMSB] = { ALU_OP1_FFBH_UINT, tgsi_msb},
12400 [TGSI_OPCODE_UMSB] = { ALU_OP1_FFBH_UINT, tgsi_msb},