Searched refs:glsl_get_component_slots (Results 1 – 6 of 6) sorted by relevance
221 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()281 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()321 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()358 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()738 unsigned values = glsl_get_component_slots(type); in update_uniforms_shader_info()1467 unsigned values = glsl_get_component_slots(type); in nir_link_uniform()
101 unsigned glsl_get_component_slots(const struct glsl_type *type);
182 glsl_get_component_slots(const struct glsl_type *type) in glsl_get_component_slots() function
122 comp_slots = glsl_get_component_slots(type); in add_var_xfb_outputs()
64 *xfb_offset += index * glsl_get_component_slots((*p)->type) * 4; in get_io_offset()
426 unsigned num_components = glsl_get_component_slots(glsl_without_array(var->type)); in gather_info_output_decl_ps()441 unsigned num_components = glsl_get_component_slots(var->type); in gather_info_output_decl_gs()