Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_F2U64 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c62 { 1, 1, 0, 0, 0, 0, 0, COMP, "F2U64", TGSI_OPCODE_F2U64 },
449 case TGSI_OPCODE_F2U64: in tgsi_opcode_infer_type()
508 case TGSI_OPCODE_F2U64: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c6187 case TGSI_OPCODE_F2U64: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h353 #define TGSI_OPCODE_F2U64 22 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1376 bld_base->op_actions[TGSI_OPCODE_F2U64].emit = f2u64_emit; in lp_set_default_actions()