Lines Matching defs:access
61 image->data.access = in_var->data.access;
109 // could use runtime conditionals to potentially access any of them.
137 * 1. When encountering a strongly-typed access (load/store), replace the deref
139 * an untyped access (size query), if we have a strongly-typed variable already,
142 * a strongly-typed access later in the 1st pass, then just replace the reference.
175 assert((in_var->data.access & ACCESS_NON_WRITEABLE) == 0);
198 assert((in_var->data.access & ACCESS_NON_WRITEABLE) == 0);
229 assert(in_var->data.access & ACCESS_NON_WRITEABLE);
568 enum gl_access_qualifier access = nir_intrinsic_access(intrin);
583 srcs[i] = nir_load_deref_with_access(b, elem, access);
594 enum gl_access_qualifier access = nir_intrinsic_access(intrin);
612 nir_store_deref_with_access(b, elem, substore_val, ~0, access);
962 if (var->data.access == ACCESS_NON_WRITEABLE) {