Searched refs:matched_candidate (Results 1 – 2 of 2) sorted by relevance
207 xfb_decl->matched_candidate = NULL; in xfb_decl_init()318 = xfb_decl->matched_candidate->toplevel_var->data.location * 4 in xfb_decl_assign_location()319 + xfb_decl->matched_candidate->toplevel_var->data.location_frac in xfb_decl_assign_location()320 + xfb_decl->matched_candidate->struct_offset_floats; in xfb_decl_assign_location()322 glsl_type_is_64bit(glsl_without_array(xfb_decl->matched_candidate->type)) ? 2 : 1; in xfb_decl_assign_location()324 if (glsl_type_is_array(xfb_decl->matched_candidate->type)) { in xfb_decl_assign_location()327 glsl_get_array_element(xfb_decl->matched_candidate->type); in xfb_decl_assign_location()348 actual_array_size = glsl_array_size(xfb_decl->matched_candidate->type); in xfb_decl_assign_location()383 xfb_decl->vector_elements = glsl_get_vector_elements(xfb_decl->matched_candidate->type); in xfb_decl_assign_location()384 xfb_decl->matrix_columns = glsl_get_matrix_columns(xfb_decl->matched_candidate->type); in xfb_decl_assign_location()[all …]
204 struct tfeedback_candidate *matched_candidate; member