Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c147 case TGSI_OPCODE_PK2H: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5061 case TGSI_OPCODE_PK2H: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h386 TGSI_OPCODE_PK2H = 40, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c612 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/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp394 case TGSI_OPCODE_PK2H: in srcMask()
657 case TGSI_OPCODE_PK2H: in inferDstType()
3574 case TGSI_OPCODE_PK2H: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1823 [TGSI_OPCODE_PK2H] = 0, /* XXX */
Dnir_to_tgsi.c1413 [nir_op_pack_half_2x16] = { TGSI_OPCODE_PK2H }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11825 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_unsupported},
12023 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},
12250 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},