HomeSort by: relevance | last modified time | path
    Searched defs:last_var_data (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_serialize.c 57 struct nir_variable_data last_var_data; member in struct:__anon811
87 struct nir_variable_data last_var_data; member in struct:__anon812
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.location_frac
    [all...]

Completed in 33 milliseconds