Searched refs:TGSI_OPCODE_I64SSG (Results 1 – 7 of 7) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 270 { 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/ |
D | tgsi_info.c | 232 case TGSI_OPCODE_I64SSG: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6179 case TGSI_OPCODE_I64SSG: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 597 TGSI_OPCODE_I64SSG = 227, enumerator
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 605 TGSI_OPCODE_I64SSG = 237, enumerator
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 619 case TGSI_OPCODE_I64SSG: in inferSrcType() 4115 case TGSI_OPCODE_I64SSG: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2614 bld_base->op_actions[TGSI_OPCODE_I64SSG].emit = i64ssg_emit_cpu; in lp_set_default_actions_cpu()
|