Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c270 { 1, 1, 0, 0, 0, 0, COMP, "I64SSG", TGSI_OPCODE_I64SSG },
466 case TGSI_OPCODE_I64SSG: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c232 case TGSI_OPCODE_I64SSG: in tgsi_opcode_infer_type()
Dtgsi_exec.c6179 case TGSI_OPCODE_I64SSG: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h597 TGSI_OPCODE_I64SSG = 227, enumerator
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h605 TGSI_OPCODE_I64SSG = 237, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp619 case TGSI_OPCODE_I64SSG: in inferSrcType()
4115 case TGSI_OPCODE_I64SSG: in handleInstruction()
/external/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()