Home
last modified time | relevance | path

Searched refs:glsl_get_component_slots (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c221 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()
/external/mesa3d/src/compiler/
Dnir_types.h101 unsigned glsl_get_component_slots(const struct glsl_type *type);
Dnir_types.cpp182 glsl_get_component_slots(const struct glsl_type *type) in glsl_get_component_slots() function
/external/mesa3d/src/compiler/nir/
Dnir_gather_xfb_info.c122 comp_slots = glsl_get_component_slots(type); in add_var_xfb_outputs()
Dnir_lower_io_arrays_to_elements.c64 *xfb_offset += index * glsl_get_component_slots((*p)->type) * 4; in get_io_offset()
/external/mesa3d/src/amd/vulkan/
Dradv_shader_info.c426 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()