Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c143 case TGSI_OPCODE_PK2H: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5140 case TGSI_OPCODE_PK2H: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h385 TGSI_OPCODE_PK2H = 40, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c611 case TGSI_OPCODE_PK2H: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1169 bld_base->op_actions[TGSI_OPCODE_PK2H] = pk2h_action; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp394 case TGSI_OPCODE_PK2H: in srcMask()
657 case TGSI_OPCODE_PK2H: in inferDstType()
3570 case TGSI_OPCODE_PK2H: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1819 [TGSI_OPCODE_PK2H] = 0, /* XXX */
Dnir_to_tgsi.c928 [nir_op_pack_half_2x16] = { TGSI_OPCODE_PK2H }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11797 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_unsupported},
11995 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},
12222 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2304 emit_asm(ir, TGSI_OPCODE_PK2H, result_dst, op[0]); in visit_expression()