Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UP2H (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c282 case TGSI_OPCODE_UP2H: in tgsi_opcode_infer_src_type()
Dtgsi_util.c137 case TGSI_OPCODE_UP2H: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5147 case TGSI_OPCODE_UP2H: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h401 TGSI_OPCODE_UP2H = 55, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c669 case TGSI_OPCODE_UP2H: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1173 bld_base->op_actions[TGSI_OPCODE_UP2H] = up2h_action; in lp_set_default_actions()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp396 case TGSI_OPCODE_UP2H: in srcMask()
551 case TGSI_OPCODE_UP2H: in inferSrcType()
664 case TGSI_OPCODE_UP2H: in inferDstType()
3582 case TGSI_OPCODE_UP2H: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1835 [TGSI_OPCODE_UP2H] = 0, /* XXX */
Dnir_to_tgsi.c1414 [nir_op_unpack_half_2x16] = { TGSI_OPCODE_UP2H }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11840 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_unsupported},
12038 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_up2h},
12265 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_up2h},