Lines Matching refs:access
359 nir_intrinsic_set_access(load, var->data.access);
468 nir_intrinsic_set_access(store, var->data.access);
693 * structure accesses, any out-of-bounds access produced undefined
794 * managed uniforms to turn deref-based access into a simpler model using
1827 /* Global atomics don't have access flags because they assume that the
1873 /* If the access chain has been declared in-bounds, then we know it doesn't
2169 unsigned access = nir_intrinsic_access(intrin);
2171 nir_ssa_def *arr_size = nir_get_ssbo_size(b, index, .access=access);
2215 * lower the access operations. We lower them assuming that the derefs
2300 /** Lower explicitly laid out I/O access to byte offset/address intrinsics
2325 * access to global and pass through the deref_mode_is run-time checks as
2329 * ambiguous access to an if-ladder and deref_mode_is to a check against the