Searched refs:ldSize (Results 1 – 1 of 1) sorted by relevance
313 uint8_t ldSize; in insnCanLoad() local321 ldSize = 2; in insnCanLoad()323 ldSize = typeSizeof(ld->dType); in insnCanLoad()332 if (ldSize < 4 && sf == FILE_SHADER_INPUT) // no < 4-byte aligned a[] access in insnCanLoad()334 if (ld->getSrc(0)->reg.data.offset > (int32_t)(127 * ldSize)) in insnCanLoad()