Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A 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()
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()
664 * \param fine_location i
618 lower_arraylike(struct lower_packed_varyings_state *state, nir_ssa_def *rhs_swizzle, unsigned writemask, const struct glsl_type *type, unsigned fine_location, nir_variable *unpacked_var, nir_deref_instr *unpacked_var_deref, const char *name, bool gs_input_toplevel, unsigned vertex_index) lower_arraylike() argument
682 lower_varying(struct lower_packed_varyings_state *state, nir_ssa_def *rhs_swizzle, unsigned writemask, const struct glsl_type *type, unsigned fine_location, nir_variable *unpacked_var, nir_deref_instr *unpacked_var_deref, const char *name, bool gs_input_toplevel, unsigned vertex_index) lower_varying() argument
[all...]
H A 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()

Completed in 6 milliseconds