Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c237 case TGSI_OPCODE_F2I64: in tgsi_opcode_infer_type()
303 case TGSI_OPCODE_F2I64: in tgsi_opcode_infer_src_type()
Dtgsi_util.c211 case TGSI_OPCODE_F2I64: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6253 case TGSI_OPCODE_F2I64: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c278 { 1, 1, 0, 0, 0, 0, COMP, "F2I64", TGSI_OPCODE_F2I64 },
471 case TGSI_OPCODE_F2I64: in tgsi_opcode_infer_type()
518 case TGSI_OPCODE_F2I64: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h374 TGSI_OPCODE_F2I64 = 23, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h583 #define TGSI_OPCODE_F2I64 235 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp674 case TGSI_OPCODE_F2I64: in inferDstType()
3881 case TGSI_OPCODE_F2I64: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c589 [nir_op_f2i64] = { TGSI_OPCODE_F2I64, TGSI_OPCODE_D2I64 }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1230 bld_base->op_actions[TGSI_OPCODE_F2I64].emit = f2i64_emit; in lp_set_default_actions()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2352 emit_asm(ir, TGSI_OPCODE_F2I64, result_dst, op[0]); in visit_expression()