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

/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dpgmdump2.c74 int full_regs; member in struct:state
242 uint32_t full_regs; member in struct:shader_config
250 D(cfg, full_regs);
253 state->full_regs = cfg->full_regs;
374 unsigned full_regs = state->full_regs; local in function:decode_shader_descriptor_block
377 * full_regs footprint will be max of full_regs and half
381 /* footprint of half_regs in units of full_regs
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_ra.c278 bi_compute_interference(bi_context *ctx, struct lcra_state *l, bool full_regs) argument
289 node_count, ctx->inputs->is_blend, !full_regs,
297 bi_allocate_registers(bi_context *ctx, bool *success, bool full_regs) argument
308 full_regs ? BITFIELD64_MASK(64) :
329 bi_compute_interference(ctx, l, full_regs);

Completed in 5 milliseconds