Home
last modified time | relevance | path

Searched refs:ImmLimit (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h266 unsigned ImmLimit; member
Dtgsi_exec.c678 mach->ImmLimit = 0; in tgsi_exec_machine_bind_shader()
769 assert( mach->ImmLimit + 1 <= TGSI_EXEC_NUM_IMMEDIATES ); in tgsi_exec_machine_bind_shader()
772 mach->Imms[mach->ImmLimit][i] = in tgsi_exec_machine_bind_shader()
775 mach->ImmLimit += 1; in tgsi_exec_machine_bind_shader()
1131 assert(index->i[i] >= 0 && index->i[i] < (int)mach->ImmLimit); in fetch_src_file_channel()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp382 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local
391 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
496 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()