Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c204 case TGSI_OPCODE_PK2H: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5156 case TGSI_OPCODE_PK2H: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h371 #define TGSI_OPCODE_PK2H 40 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h382 #define TGSI_OPCODE_PK2H 40 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c80 { 1, 1, 0, 0, 0, 0, COMP, "PK2H", TGSI_OPCODE_PK2H },
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c795 bld_base->op_actions[TGSI_OPCODE_PK2H].fetch_args = pk2h_fetch_args; in si_shader_context_init_alu()
796 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.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()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp396 case TGSI_OPCODE_PK2H: in srcMask()
717 case TGSI_OPCODE_PK2H: in inferDstType()
3585 case TGSI_OPCODE_PK2H: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1503 [TGSI_OPCODE_PK2H] = 0, /* XXX */
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10290 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_unsupported},
10488 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},
10710 [TGSI_OPCODE_PK2H] = { ALU_OP0_NOP, tgsi_pk2h},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2146 emit_asm(ir, TGSI_OPCODE_PK2H, result_dst, op[0]); in visit_expression()