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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcdbg.c518 FcRuleType last_type = FcRuleUnknown; local in function:FcRulePrint
523 if (last_type != r->type)
535 last_type = r->type;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_serialize.c55 const struct glsl_type *last_type; member in struct:__anon7e3a081f0208
85 const struct glsl_type *last_type; member in struct:__anon7e3a081f0308
244 flags.u.type_same_as_last = var->type == ctx->last_type;
290 ctx->last_type = var->type;
346 var->type = ctx->last_type;
349 ctx->last_type = var->type;
983 header.deref.cast_type_same_as_last = deref->type == ctx->last_type;
1033 ctx->last_type = deref->type;
1098 deref->type = ctx->last_type;
1101 ctx->last_type
[all...]
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c52 size_t last_type; member in struct:BlockTypeCodeCalculator
57 self->last_type = 1;
63 size_t type_code = (type == calculator->last_type + 1) ? 1u :
65 calculator->second_last_type = calculator->last_type;
66 calculator->last_type = type;

Completed in 7 milliseconds