Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UP2H (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c267 case TGSI_OPCODE_UP2H: in tgsi_opcode_infer_src_type()
Dtgsi_util.c194 case TGSI_OPCODE_UP2H: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5242 case TGSI_OPCODE_UP2H: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h386 #define TGSI_OPCODE_UP2H 55 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h397 #define TGSI_OPCODE_UP2H 55 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c95 { 1, 1, 0, 0, 0, 0, COMP, "UP2H", TGSI_OPCODE_UP2H },
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c832 bld_base->op_actions[TGSI_OPCODE_UP2H].fetch_args = up2h_fetch_args; in si_shader_context_init_alu()
833 bld_base->op_actions[TGSI_OPCODE_UP2H].emit = emit_up2h; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c668 case TGSI_OPCODE_UP2H: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1173 bld_base->op_actions[TGSI_OPCODE_UP2H] = up2h_action; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp398 case TGSI_OPCODE_UP2H: in srcMask()
611 case TGSI_OPCODE_UP2H: in inferSrcType()
724 case TGSI_OPCODE_UP2H: in inferDstType()
3593 case TGSI_OPCODE_UP2H: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1515 [TGSI_OPCODE_UP2H] = 0, /* XXX */
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10305 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_unsupported},
10503 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_up2h},
10725 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_up2h},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2149 emit_asm(ir, TGSI_OPCODE_UP2H, result_dst, op[0]); in visit_expression()