HomeSort by relevance Sort by last modified time
    Searched full:newinst (Results 1 - 25 of 34) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 173 struct tgsi_full_instruction newInst;
240 newInst = tgsi_default_full_instruction();
241 newInst.Instruction.Opcode = TGSI_OPCODE_MUL;
242 newInst.Instruction.NumDstRegs = 1;
243 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
244 newInst.Dst[0].Register.Index = tmp0;
245 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XY;
246 newInst.Instruction.NumSrcRegs = 2;
247 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
248 newInst.Src[0].Register.Index = texInput
    [all...]
draw_pipe_pstipple.c 207 struct tgsi_full_instruction newInst;
291 newInst = tgsi_default_full_instruction();
292 newInst.Instruction.Opcode = TGSI_OPCODE_MUL;
293 newInst.Instruction.NumDstRegs = 1;
294 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
295 newInst.Dst[0].Register.Index = pctx->texTemp;
296 newInst.Instruction.NumSrcRegs = 2;
297 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
298 newInst.Src[0].Register.Index = wincoordInput;
299 newInst.Src[1].Register.File = TGSI_FILE_IMMEDIATE
    [all...]
draw_pipe_aaline.c 274 struct tgsi_full_instruction newInst;
277 newInst = tgsi_default_full_instruction();
278 newInst.Instruction.Opcode = TGSI_OPCODE_TEX;
279 newInst.Instruction.NumDstRegs = 1;
280 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
281 newInst.Dst[0].Register.Index = aactx->texTemp;
282 newInst.Instruction.NumSrcRegs = 2;
283 newInst.Instruction.Texture = TRUE;
284 newInst.Texture.Texture = TGSI_TEXTURE_2D;
285 newInst.Src[0].Register.File = TGSI_FILE_INPUT
    [all...]
  /external/mesa3d/src/mesa/program/
programopt.c 51 struct prog_instruction *newInst;
74 newInst = _mesa_alloc_instructions(newLen);
75 if (!newInst) {
83 * newInst[0] = DP4 result.position.x, mvp.row[0], vertex.position;
84 * newInst[1] = DP4 result.position.y, mvp.row[1], vertex.position;
85 * newInst[2] = DP4 result.position.z, mvp.row[2], vertex.position;
86 * newInst[3] = DP4 result.position.w, mvp.row[3], vertex.position;
88 _mesa_init_instructions(newInst, 4);
90 newInst[i].Opcode = OPCODE_DP4;
91 newInst[i].DstReg.File = PROGRAM_OUTPUT
    [all...]
program.c 580 struct prog_instruction *newInst;
594 newInst = _mesa_alloc_instructions(newLen);
595 if (!newInst) {
600 _mesa_copy_instructions(newInst, prog->Instructions, start);
603 _mesa_init_instructions(newInst + start, count);
606 _mesa_copy_instructions(newInst + start + count,
614 prog->Instructions = newInst;
629 struct prog_instruction *newInst;
643 newInst = _mesa_alloc_instructions(newLen);
644 if (!newInst) {
    [all...]
prog_instruction.c 90 struct prog_instruction *newInst;
92 newInst = (struct prog_instruction *)
97 return newInst;
nvvertparse.c     [all...]
nvfragparse.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 271 struct tgsi_full_instruction newInst;
357 newInst = tgsi_default_full_instruction();
358 newInst.Instruction.Opcode = TGSI_OPCODE_MUL;
359 newInst.Instruction.NumDstRegs = 1;
360 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
361 newInst.Dst[0].Register.Index = pctx->texTemp;
362 newInst.Instruction.NumSrcRegs = 2;
363 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
364 newInst.Src[0].Register.Index = wincoordInput;
365 newInst.Src[1].Register.File = TGSI_FILE_IMMEDIATE
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 490 swig_instance *newinst = (swig_instance *) malloc(sizeof(swig_instance));
491 newinst->thisptr = Tcl_DuplicateObj(robj);
492 Tcl_IncrRefCount(newinst->thisptr);
493 newinst->thisvalue = thisvalue;
494 newinst->classptr = (swig_class *) type->clientdata;
495 newinst->destroy = flags;
496 newinst->cmdtok = Tcl_CreateObjCommand(interp, Tcl_GetStringFromObj(robj,NULL), (swig_wrapper_func) SWIG_MethodCommand, (ClientData) newinst, (swig_delete_func) SWIG_ObjectDelete);
510 swig_instance *newinst = 0;
570 newinst = (swig_instance *) malloc(sizeof(swig_instance))
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 51 Instruction *NewInst = II->clone();
53 NewInst->setName(II->getName()+NameSuffix);
54 NewBB->getInstList().push_back(NewInst);
55 VMap[&*II] = NewInst; // Add instruction map to value.
353 Instruction *NewInst = II->clone();
357 if (!isa<PHINode>(NewInst)) {
358 RemapInstruction(NewInst, VMap,
366 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) {
373 delete NewInst;
379 NewInst->setName(II->getName()+NameSuffix)
    [all...]
InlineFunction.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 143 Instruction *NewInst = createReplacementInstr(CE, InsertPos);
144 PN->setOperand(I, NewInst);
147 Instruction *NewInst = createReplacementInstr(CE, Instr);
148 Instr->replaceUsesOfWith(CE, NewInst);
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 714 BluetoothMapMasInstance newInst =
720 mMasInstances.append(masId, newInst);
721 mMasInstanceMap.put(account, newInst);
725 newInst.startRfcommSocketListener();
795 BluetoothMapMasInstance newInst =
801 mMasInstances.append(masId, newInst);
802 mMasInstanceMap.put(account, newInst);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 162 Instruction *NewInst = &Inst;
164 NewInst = cast<Instruction>(VMap[NewInst]);
166 assert(!isa<BranchInst>(NewInst) &&
168 Unused.push_back(NewInst);
LoopUnswitch.cpp 375 const SwitchInst *NewInst = cast_or_null<SwitchInst>(NewI);
376 assert(NewInst && "All instructions that are in SrcBB must be in VMap.");
378 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
InstCombineAddSub.cpp 181 void createInstPostProc(Instruction *NewInst, bool NoNumber = false);
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 589 struct prog_instruction *newInst;
594 newInst = _mesa_alloc_instructions(p->max_inst);
595 if (!newInst) {
600 _mesa_copy_instructions(newInst,
607 p->program->Base.Instructions = newInst;
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 733 // NewLoc: the users of NewInst, and the operands of NewInst.
  /external/llvm/docs/
ProgrammersManual.rst     [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 757 MCInst NewInst;
758 NewInst.setOpcode(MCI.getOpcode());
768 NewInst.addOperand(MCOperand::createExpr(
772 NewInst.addOperand(I);
773 MCI = NewInst;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3773 glsl_to_tgsi_instruction *newinst; local
3858 glsl_to_tgsi_instruction *newinst; local
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]

Completed in 1087 milliseconds

1 2