Searched refs:vlhs (Results 1 – 2 of 2) sorted by relevance
47 nir_variable *vlhs = nir_deref_instr_get_variable(nir_src_as_deref(lhs->src[0])); in operator ()() local50 auto ltype = glsl_get_base_type(vlhs->type); in operator ()()55 return vlhs->data.location < vrhs->data.location; in operator ()()
5218 compare_shader_io(const void *vlhs, const void *vrhs) in compare_shader_io() argument5220 struct vrend_shader_io *lhs = (struct vrend_shader_io *)vlhs; in compare_shader_io()