Searched refs:TGSI_OPCODE_PK2H (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 371 #define TGSI_OPCODE_PK2H 40 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 80 { 1, 1, 0, 0, 0, 0, 0, REPL, "PK2H", TGSI_OPCODE_PK2H },
|
D | tgsi_exec.c | 5289 case TGSI_OPCODE_PK2H: in exec_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 843 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/ |
D | lp_bld_tgsi_aos.c | 674 case TGSI_OPCODE_PK2H: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1310 bld_base->op_actions[TGSI_OPCODE_PK2H] = pk2h_action; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 791 [TGSI_OPCODE_PK2H] = aos_PK2H, 1332 [TGSI_OPCODE_PK2H] = soa_PK2H,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 374 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/ |
D | tgsi_to_nir.c | 1554 [TGSI_OPCODE_PK2H] = 0, /* XXX */
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9101 [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/ |
D | st_glsl_to_tgsi.cpp | 2274 emit_asm(ir, TGSI_OPCODE_PK2H, result_dst, op[0]); in visit_expression()
|