Home
last modified time | relevance | path

Searched refs:max_loc (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c170 l->max_loc = MAX2(l->max_loc, in link_stream_out()
185 unsigned prog[align(l->max_loc, 2) / 2]; in emit_stream_out()
477 ir3_link_add(&l, pos_regid, 0xf, l.max_loc); in fd5_program_emit()
480 psize_loc = l.max_loc; in fd5_program_emit()
481 ir3_link_add(&l, psize_regid, 0x1, l.max_loc); in fd5_program_emit()
538 OUT_RING(ring, A5XX_VPC_CNTL_0_STRIDE_IN_VPC(l.max_loc) | in fd5_program_emit()
543 fd5_context(ctx)->max_loc = l.max_loc; in fd5_program_emit()
Dfd5_context.h84 unsigned max_loc; member
Dfd5_emit.c642 unsigned max_loc = fd5_context(ctx)->max_loc; in fd5_emit_state() local
646 A5XX_PC_PRIMITIVE_CNTL_STRIDE_IN_VPC(max_loc) | in fd5_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_shader.h457 uint8_t max_loc; member
476 l->max_loc = MAX2(l->max_loc, loc + util_last_bit(compmask)); in ir3_link_add()
/external/v8/tools/clang/blink_gc_plugin/
Dprocess-graph.py304 max_loc = 0
306 if len(p.loc) > max_loc:
307 max_loc = len(p.loc)
310 print >>out, (p.loc + ':').ljust(max_loc + 1), p
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp3350 unsigned max_loc = var->data.location + slots - 1; in reserve_explicit_locations() local
3354 if (max_loc + 1 > prog->NumUniformRemapTable) { in reserve_explicit_locations()
3358 max_loc + 1); in reserve_explicit_locations()
3366 for (unsigned i = prog->NumUniformRemapTable; i < max_loc + 1; i++) in reserve_explicit_locations()
3369 prog->NumUniformRemapTable = max_loc + 1; in reserve_explicit_locations()
3416 unsigned max_loc = var->data.location + slots - 1; in reserve_subroutine_explicit_locations() local
3419 if (max_loc + 1 > p->sh.NumSubroutineUniformRemapTable) { in reserve_subroutine_explicit_locations()
3423 max_loc + 1); in reserve_subroutine_explicit_locations()
3431 for (unsigned i = p->sh.NumSubroutineUniformRemapTable; i < max_loc + 1; i++) in reserve_subroutine_explicit_locations()
3434 p->sh.NumSubroutineUniformRemapTable = max_loc + 1; in reserve_subroutine_explicit_locations()
Dast_to_hir.cpp3170 unsigned max_loc = qual_location + var->type->uniform_locations() - 1; in apply_explicit_location() local
3172 if (max_loc >= ctx->Const.MaxUserAssignableUniformLocations) { in apply_explicit_location()