Searched refs:TGSI_OPCODE_PK2H (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 204 case TGSI_OPCODE_PK2H: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5377 case TGSI_OPCODE_PK2H: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 391 TGSI_OPCODE_PK2H = 40, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 375 #define TGSI_OPCODE_PK2H 40 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 80 { 1, 1, 0, 0, 0, 0, COMP, "PK2H", TGSI_OPCODE_PK2H },
|
/external/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()
|
/external/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() 3509 case TGSI_OPCODE_PK2H: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 626 [nir_op_pack_half_2x16] = { TGSI_OPCODE_PK2H }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1822 [TGSI_OPCODE_PK2H] = 0, /* XXX */
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11713 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_unsupported}, 11911 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h}, 12137 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2226 emit_asm(ir, TGSI_OPCODE_PK2H, result_dst, op[0]); in visit_expression()
|