Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_const_arrays_to_uniforms.c151 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()
Dnir_lower_io_arrays_to_elements.c64 *xfb_offset += index * glsl_get_component_slots((*p)->type) * 4; in get_io_offset()
Dnir_gather_xfb_info.c123 comp_slots = glsl_get_component_slots(type); in add_var_xfb_outputs()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c226 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()
Dgl_nir_link_varyings.c1257 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()
/third_party/mesa3d/src/compiler/
Dnir_types.h104 unsigned glsl_get_component_slots(const struct glsl_type *type);
Dnir_types.cpp201 glsl_get_component_slots(const struct glsl_type *type) in glsl_get_component_slots() function
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c191 info->cols = MIN2(glsl_get_component_slots(type), 4); in get_additional_semantic_info()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c347 unsigned num_components = glsl_get_component_slots(var->type); in gather_info_output_decl_gs()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1542 xfb_offset += glsl_get_component_slots(fields[i].type) * 4; in rewrite_64bit_type()