Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h312 unsigned ImmLimit; member
H A Dtgsi_exec.c1069 mach->ImmLimit = 0; in tgsi_exec_machine_bind_shader()
1150 if (mach->ImmLimit >= mach->ImmsReserved) { in tgsi_exec_machine_bind_shader()
1163 mach->Imms[mach->ImmLimit][i] = in tgsi_exec_machine_bind_shader()
1166 mach->ImmLimit += 1; in tgsi_exec_machine_bind_shader()
1456 assert(index->i[i] >= 0 && index->i[i] < (int)mach->ImmLimit); in fetch_src_file_channel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp416 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local
425 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
573 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()

Completed in 11 milliseconds