HomeSort by relevance Sort by last modified time
    Searched refs:ImmLimit (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 266 unsigned ImmLimit;
tgsi_exec.c 678 mach->ImmLimit = 0;
769 assert( mach->ImmLimit + 1 <= TGSI_EXEC_NUM_IMMEDIATES );
772 mach->Imms[mach->ImmLimit][i] =
775 mach->ImmLimit += 1;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 266 unsigned ImmLimit;
tgsi_exec.c 678 mach->ImmLimit = 0;
769 assert( mach->ImmLimit + 1 <= TGSI_EXEC_NUM_IMMEDIATES );
772 mach->Imms[mach->ImmLimit][i] =
775 mach->ImmLimit += 1;
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 377 uint8_t ImmLimit = Entry.Imm1Limit;
386 ImmLimit = Entry.Imm2Limit;
485 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale;
    [all...]

Completed in 801 milliseconds