Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h61 unsigned max_loc; member
Dfd5_emit.c692 unsigned max_loc = fd5_context(ctx)->max_loc; in fd5_emit_state() local
/third_party/mesa3d/src/compiler/glsl/
Dlinker.cpp3180 unsigned max_loc = var->data.location + slots - 1; in reserve_explicit_locations() local
3246 unsigned max_loc = var->data.location + slots - 1; in reserve_subroutine_explicit_locations() local
Dgl_nir_link_varyings.c2293 int max_loc = MAX2(max_loc_in, max_loc_out); in remove_unused_varyings() local
Dast_to_hir.cpp3285 unsigned max_loc = qual_location + var->type->uniform_locations() - 1; in apply_explicit_location() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h1009 uint8_t max_loc; member