Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I64SSG (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c232 case TGSI_OPCODE_I64SSG: in tgsi_opcode_infer_type()
Dtgsi_exec.c5931 case TGSI_OPCODE_I64SSG: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h599 TGSI_OPCODE_I64SSG = 237, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp619 case TGSI_OPCODE_I64SSG: in inferSrcType()
4176 case TGSI_OPCODE_I64SSG: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2614 bld_base->op_actions[TGSI_OPCODE_I64SSG].emit = i64ssg_emit_cpu; in lp_set_default_actions_cpu()