Searched refs:ImmLimit (Results 1 – 5 of 5) sorted by relevance
390 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local399 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()544 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
416 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local425 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()573 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
416 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local425 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()583 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
361 unsigned ImmLimit; member
1130 mach->ImmLimit = 0; in tgsi_exec_machine_bind_shader()1211 if (mach->ImmLimit >= mach->ImmsReserved) { in tgsi_exec_machine_bind_shader()1224 mach->Imms[mach->ImmLimit][i] = in tgsi_exec_machine_bind_shader()1227 mach->ImmLimit += 1; in tgsi_exec_machine_bind_shader()1541 assert(index->i[i] >= 0 && index->i[i] < (int)mach->ImmLimit); in fetch_src_file_channel()