Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp313 uint8_t ldSize; in insnCanLoad() local
321 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()