Home
last modified time | relevance | path

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

/third_party/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()
742 unsigned values = glsl_get_component_slots(type); in update_uniforms_shader_info()
1471 unsigned values = glsl_get_component_slots(type); in nir_link_uniform()
/third_party/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
/third_party/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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c478 unsigned num_components = glsl_get_component_slots(var->type); in gather_info_output_decl_gs()