Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I642D (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c216 case TGSI_OPCODE_I642D: in tgsi_opcode_infer_type()
325 case TGSI_OPCODE_I642D: in tgsi_opcode_infer_src_type()
Dtgsi_scan.c488 fullinst->Instruction.Opcode == TGSI_OPCODE_I642D) in scan_instruction()
Dtgsi_exec.c6282 case TGSI_OPCODE_I642D: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c283 { 1, 1, 0, 0, 0, 0, COMP, "I642D", TGSI_OPCODE_I642D },
450 case TGSI_OPCODE_I642D: in tgsi_opcode_infer_type()
540 case TGSI_OPCODE_I642D: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h413 TGSI_OPCODE_I642D = 62, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h588 #define TGSI_OPCODE_I642D 240 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp629 case TGSI_OPCODE_I642D: in inferSrcType()
669 case TGSI_OPCODE_I642D: in inferDstType()
3897 case TGSI_OPCODE_I642D: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c593 [nir_op_i2f64] = { TGSI_OPCODE_I2D, TGSI_OPCODE_I642D }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1245 bld_base->op_actions[TGSI_OPCODE_I642D].emit = i642d_emit; in lp_set_default_actions()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2343 emit_asm(ir, TGSI_OPCODE_I642D, result_dst, op[0]); in visit_expression()