Searched refs:ldSize (Results 1 – 1 of 1) sorted by relevance
339 uint8_t ldSize; in insnCanLoad() local349 ldSize = 2; in insnCanLoad()351 ldSize = typeSizeof(ld->dType); in insnCanLoad()355 return ldSize <= 4; in insnCanLoad()360 if (ldSize < 4 && sf == FILE_SHADER_INPUT) // no < 4-byte aligned a[] access in insnCanLoad()362 if (ld->getSrc(0)->reg.data.offset > (int32_t)(127 * ldSize)) in insnCanLoad()