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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_context.c212 ctx->last_dst_n = n;
256 for (unsigned i = 0; i < ctx->last_dst_n; i++) {
265 for (unsigned i = 0; i < ctx->last_dst_n; i++) {
276 unsigned num_components = ctx->last_dst_n;
295 ctx->last_dst_n = 0;
H A Dir3_context.h107 unsigned last_dst_n; member in struct:ir3_context
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_context.c203 ctx->last_dst_n = n;
247 for (unsigned i = 0; i < ctx->last_dst_n; i++) {
257 for (unsigned i = 0; i < ctx->last_dst_n; i++) {
272 unsigned num_components = ctx->last_dst_n;
291 ctx->last_dst_n = 0;
H A Dir3_context.h141 unsigned last_dst_n; member in struct:ir3_context

Completed in 5 milliseconds