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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp313 uint8_t ldSize; local
321 ldSize = 2;
323 ldSize = typeSizeof(ld->dType);
332 if (ldSize < 4 && sf == FILE_SHADER_INPUT) // no < 4-byte aligned a[] access
334 if (ld->getSrc(0)->reg.data.offset > (int32_t)(127 * ldSize))
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp313 uint8_t ldSize; local
321 ldSize = 2;
323 ldSize = typeSizeof(ld->dType);
332 if (ldSize < 4 && sf == FILE_SHADER_INPUT) // no < 4-byte aligned a[] access
334 if (ld->getSrc(0)->reg.data.offset > (int32_t)(127 * ldSize))

Completed in 2196 milliseconds