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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_serialize.c57 struct nir_variable_data last_var_data; member in struct:__anon7e3a081f0208
87 struct nir_variable_data last_var_data; member in struct:__anon7e3a081f0308
269 tmp.location = ctx->last_var_data.location;
270 tmp.location_frac = ctx->last_var_data.location_frac;
271 tmp.driver_location = ctx->last_var_data.driver_location;
276 if (memcmp(&ctx->last_var_data, &tmp, sizeof(tmp)) == 0 &&
278 (int)ctx->last_var_data.location) < (1 << 12) &&
280 (int)ctx->last_var_data.driver_location) < (1 << 15))
310 diff.u.location = data.location - ctx->last_var_data.location;
312 ctx->last_var_data
[all...]

Completed in 3 milliseconds