Home
last modified time | relevance | path

Searched refs:max_bary (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_legalize.c47 int max_bary; member
96 ctx->max_bary = MAX2(ctx->max_bary, inloc->iim_val); in legalize_block()
409 ir3_legalize(struct ir3 *ir, bool *has_samp, bool *has_ssbo, int *max_bary) in ir3_legalize() argument
412 .max_bary = -1, in ir3_legalize()
421 *max_bary = ctx.max_bary; in ir3_legalize()
Dir3.h1005 void ir3_legalize(struct ir3 *ir, bool *has_samp, bool *has_ssbo, int *max_bary);
Dir3_compiler_nir.c3257 int ret = 0, max_bary; in ir3_compile_shader_nir() local
3427 ir3_legalize(ir, &so->has_samp, &so->has_ssbo, &max_bary); in ir3_compile_shader_nir()
3438 so->total_in = max_bary + 1; in ir3_compile_shader_nir()