Home
last modified time | relevance | path

Searched defs:max_loc (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h80 unsigned max_loc; member
Dfd5_emit.c682 unsigned max_loc = fd5_context(ctx)->max_loc; in fd5_emit_state() local
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp3417 unsigned max_loc = var->data.location + slots - 1; in reserve_explicit_locations() local
3483 unsigned max_loc = var->data.location + slots - 1; in reserve_subroutine_explicit_locations() local
Dast_to_hir.cpp3207 unsigned max_loc = qual_location + var->type->uniform_locations() - 1; in apply_explicit_location() local
/external/mesa3d/src/freedreno/ir3/
Dir3_shader.h851 uint8_t max_loc; member