Searched refs:TGSI_OPCODE_PK2H (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 143 case TGSI_OPCODE_PK2H: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5140 case TGSI_OPCODE_PK2H: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 385 TGSI_OPCODE_PK2H = 40, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 611 case TGSI_OPCODE_PK2H: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1169 bld_base->op_actions[TGSI_OPCODE_PK2H] = pk2h_action; in lp_set_default_actions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 394 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/ |
D | tgsi_to_nir.c | 1819 [TGSI_OPCODE_PK2H] = 0, /* XXX */
|
D | nir_to_tgsi.c | 928 [nir_op_pack_half_2x16] = { TGSI_OPCODE_PK2H }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11797 [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/ |
D | st_glsl_to_tgsi.cpp | 2304 emit_asm(ir, TGSI_OPCODE_PK2H, result_dst, op[0]); in visit_expression()
|