HomeSort by relevance Sort by last modified time
    Searched defs:max_bary (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_legalize.c 46 int max_bary; member in struct:ir3_legalize_ctx
94 ctx->max_bary = MAX2(ctx->max_bary, inloc->iim_val);
391 ir3_legalize(struct ir3 *ir, bool *has_samp, int *max_bary)
394 .max_bary = -1,
402 *max_bary = ctx.max_bary;
ir3_compiler_nir.c 2376 int ret = 0, max_bary; local
    [all...]

Completed in 161 milliseconds