Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c177 case TGSI_OPCODE_IMSB: in tgsi_opcode_infer_type()
Dtgsi_exec.c5711 case TGSI_OPCODE_IMSB: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h546 TGSI_OPCODE_IMSB = 190, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp574 case TGSI_OPCODE_IMSB: in inferSrcType()
3892 case TGSI_OPCODE_IMSB: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2642 bld_base->op_actions[TGSI_OPCODE_IMSB].emit = imsb_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1949 [TGSI_OPCODE_IMSB] = nir_op_ifind_msb,
Dnir_to_tgsi.c1420 [nir_op_ifind_msb] = { TGSI_OPCODE_IMSB }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1028 case TGSI_OPCODE_IMSB: in translate_opcode()
3190 if (emit->info.opcode_count[TGSI_OPCODE_IMSB] > 0 || in alloc_common_immediates()
10974 case TGSI_OPCODE_IMSB: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11975 [TGSI_OPCODE_IMSB] = { ALU_OP1_FFBH_INT, tgsi_unsupported},
12172 [TGSI_OPCODE_IMSB] = { ALU_OP1_FFBH_INT, tgsi_msb},
12399 [TGSI_OPCODE_IMSB] = { ALU_OP1_FFBH_INT, tgsi_msb},