Home
last modified time | relevance | path

Searched refs:fine_location (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_packed_varyings.c599 const struct glsl_type *type, unsigned fine_location,
620 const struct glsl_type *type, unsigned fine_location, in lower_arraylike() argument
626 if (array_size * dmul + fine_location % 4 > 4) { in lower_arraylike()
627 fine_location = ALIGN_POT(fine_location, dmul); in lower_arraylike()
645 (void) lower_varying(state, rhs_swizzle, writemask, type, fine_location, in lower_arraylike()
650 fine_location = in lower_arraylike()
651 lower_varying(state, rhs_swizzle, writemask, type, fine_location, in lower_arraylike()
657 return fine_location; in lower_arraylike()
684 const struct glsl_type *type, unsigned fine_location, in lower_varying() argument
705 fine_location = lower_varying(state, rhs_swizzle, writemask, field_type, in lower_varying()
[all …]
Dgl_nir_link_varyings.c317 unsigned fine_location in xfb_decl_assign_location() local
363 fine_location += array_elem_size * xfb_decl->array_subscript; in xfb_decl_assign_location()
387 xfb_decl->location = fine_location / 4; in xfb_decl_assign_location()
388 xfb_decl->location_frac = fine_location % 4; in xfb_decl_assign_location()