Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h371 #define TGSI_OPCODE_PK2H 40 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c80 { 1, 1, 0, 0, 0, 0, 0, REPL, "PK2H", TGSI_OPCODE_PK2H },
Dtgsi_exec.c5289 case TGSI_OPCODE_PK2H: in exec_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c843 bld_base->op_actions[TGSI_OPCODE_PK2H].fetch_args = pk2h_fetch_args; in si_shader_context_init_alu()
844 bld_base->op_actions[TGSI_OPCODE_PK2H].emit = emit_pk2h; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c674 case TGSI_OPCODE_PK2H: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1310 bld_base->op_actions[TGSI_OPCODE_PK2H] = pk2h_action; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c791 [TGSI_OPCODE_PK2H] = aos_PK2H,
1332 [TGSI_OPCODE_PK2H] = soa_PK2H,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp374 case TGSI_OPCODE_PK2H: in srcMask()
653 case TGSI_OPCODE_PK2H: in inferDstType()
3377 case TGSI_OPCODE_PK2H: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1554 [TGSI_OPCODE_PK2H] = 0, /* XXX */
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9101 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_unsupported},
9299 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},
9522 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2274 emit_asm(ir, TGSI_OPCODE_PK2H, result_dst, op[0]); in visit_expression()