Searched refs:glsl_get_component_slots (Results 1 – 10 of 10) sorted by relevance
151 unsigned component_slots = glsl_get_component_slots(var->type); in lower_const_array_to_uniform()225 total += glsl_get_component_slots(var->type); in count_uniforms()
64 *xfb_offset += index * glsl_get_component_slots((*p)->type) * 4; in get_io_offset()
123 comp_slots = glsl_get_component_slots(type); in add_var_xfb_outputs()
226 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()289 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()329 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()366 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()406 unsigned num_slots = glsl_get_component_slots(uniform->type); in nir_setup_uniform_remap_tables()769 unsigned values = glsl_get_component_slots(type); in update_uniforms_shader_info()1506 unsigned values = glsl_get_component_slots(type); in nir_link_uniform()
1257 switch (glsl_get_component_slots(element_type) % 4) { in varying_matches_compute_packing_order()1628 unsigned comp_slots = glsl_get_component_slots(type) + offset; in varying_matches_store_locations()1830 const unsigned component_slots = glsl_get_component_slots(type); in tfeedback_candidate_generator()
104 unsigned glsl_get_component_slots(const struct glsl_type *type);
201 glsl_get_component_slots(const struct glsl_type *type) in glsl_get_component_slots() function
191 info->cols = MIN2(glsl_get_component_slots(type), 4); in get_additional_semantic_info()
347 unsigned num_components = glsl_get_component_slots(var->type); in gather_info_output_decl_gs()
1542 xfb_offset += glsl_get_component_slots(fields[i].type) * 4; in rewrite_64bit_type()