/third_party/mesa3d/src/compiler/nir/ |
D | nir_gather_info.c | 215 : glsl_count_attribute_slots(type, false); in mark_whole_variable() 248 offset += glsl_count_attribute_slots(d->type, false) * in get_io_offset() 254 offset += glsl_count_attribute_slots(field_type, false); in get_io_offset() 292 : glsl_count_attribute_slots(type, false); in try_mask_partial_io() 307 unsigned len = glsl_count_attribute_slots(deref->type, false); in try_mask_partial_io() 544 for (unsigned i = 0; i < glsl_count_attribute_slots(var->type, false); i++) { in gather_intrinsic_info() 999 glsl_count_attribute_slots(glsl_get_array_element(var->type), false); in nir_shader_gather_info() 1010 glsl_count_attribute_slots(var->type, false); in nir_shader_gather_info()
|
D | nir_gather_xfb_info.c | 126 assert(attrib_slots == glsl_count_attribute_slots(type, false)); in add_var_xfb_outputs() 208 num_outputs += glsl_count_attribute_slots(var->type, false); in nir_gather_xfb_info_with_varyings() 252 location += glsl_count_attribute_slots(ftype, false); in nir_gather_xfb_info_with_varyings()
|
D | nir_linking_helpers.c | 58 unsigned slots = glsl_count_attribute_slots(type, false); in get_variable_io_mask() 334 unsigned slots = glsl_count_attribute_slots(type, false); in get_unmoveable_components_masks() 423 unsigned num_slots = glsl_count_attribute_slots(type, false); in remap_slots_and_components() 1532 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations() 1536 glsl_count_attribute_slots(glsl_get_array_element(type), false); in nir_assign_io_var_locations() 1637 unsigned slots = glsl_count_attribute_slots(type, false); in get_linked_variable_io_mask()
|
D | nir_lower_io_to_vector.c | 191 unsigned var_slots = glsl_count_attribute_slots( in get_flat_type() 350 nir_amul_imm(b, index, glsl_count_attribute_slots(deref->type, vs_in))); in build_array_index()
|
D | nir_lower_io_arrays_to_elements.c | 61 unsigned size = glsl_count_attribute_slots((*p)->type, false); in get_io_offset()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 69 glsl_count_attribute_slots(deref->type, false); in gather_usage_helper() 94 location += glsl_count_attribute_slots(ft, false); in gather_usage_helper() 500 glsl_count_attribute_slots(type, nir->info.stage == MESA_SHADER_VERTEX); in nir_tgsi_scan_shader() 577 int slots = glsl_count_attribute_slots(var->type, false); in nir_tgsi_scan_shader() 600 glsl_count_attribute_slots(type, false); in nir_tgsi_scan_shader()
|
D | nir_to_tgsi.c | 797 glsl_count_attribute_slots(type, false); in ntt_setup_inputs() 807 glsl_count_attribute_slots(type, false); in ntt_setup_inputs() 3064 return glsl_count_attribute_slots(type, false); in type_size()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 249 unsigned attrib_count = glsl_count_attribute_slots(var->type, true); in gather_info_input_decl_vs() 270 unsigned attrib_count = glsl_count_attribute_slots(type, false); in mark_16bit_ps_input() 275 unsigned stride = glsl_count_attribute_slots(glsl_get_array_element(type), false); in mark_16bit_ps_input() 283 location += glsl_count_attribute_slots(glsl_get_struct_field(type, i), false); in mark_16bit_ps_input() 291 unsigned attrib_count = glsl_count_attribute_slots(var->type, false); in gather_info_input_decl_ps()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_varyings.c | 1505 num_components = glsl_count_attribute_slots(type, is_vertex_input) * 4; in varying_matches_assign_locations() 1508 num_components = glsl_count_attribute_slots(type, false) * 4; in varying_matches_assign_locations() 1833 state->varying_floats += glsl_count_attribute_slots(type, false) * 4; in tfeedback_candidate_generator() 2010 glsl_count_attribute_slots(get_varying_type(var, sh->Stage), in reserved_varying_slot() 2040 unsigned slots = glsl_count_attribute_slots(type, false); in set_variable_io_mask() 2194 unsigned slots = glsl_count_attribute_slots(type, false); in remove_unused_io_vars() 2263 unsigned slots = glsl_count_attribute_slots(type, false); in remove_unused_varyings() 2279 unsigned slots = glsl_count_attribute_slots(type, false); in remove_unused_varyings() 2822 output_vectors += glsl_count_attribute_slots(var->type, false); in check_against_output_limit() 2863 input_vectors += glsl_count_attribute_slots(var->type, false); in check_against_input_limit()
|
D | gl_nir_linker.c | 378 field_location += glsl_count_attribute_slots(field_type, false); in add_shader_variable() 404 glsl_count_attribute_slots(array_type, false); in add_shader_variable()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_interpolation_map.c | 80 unsigned slot_count = glsl_count_attribute_slots(var->type, false); in brw_setup_vue_interpolation()
|
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue_nir.c | 65 return glsl_count_attribute_slots(type, false); in rogue_glsl_type_size()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | cmdline.c | 44 return glsl_count_attribute_slots(type, false); in glsl_type_size()
|
D | agx_compile.c | 1350 return glsl_count_attribute_slots(type, false); in glsl_type_size() 1581 unsigned sz = glsl_count_attribute_slots(var->type, FALSE); in agx_remap_varyings_fs()
|
/third_party/mesa3d/src/compiler/ |
D | nir_types.h | 102 unsigned glsl_count_attribute_slots(const struct glsl_type *type,
|
D | nir_types.cpp | 194 glsl_count_attribute_slots(const struct glsl_type *type, in glsl_count_attribute_slots() function
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 77 return glsl_count_attribute_slots(type, false); in glsl_type_size()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 90 return glsl_count_attribute_slots(type, false); in ir2_glsl_type_size()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_shader.c | 115 unsigned sz = glsl_count_attribute_slots(var->type, FALSE); in collect_varyings()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 109 return glsl_count_attribute_slots(type, false); in type_size()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 693 : glsl_count_attribute_slots(var->type, false); in tu_gather_xfb_info()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.c | 48 return glsl_count_attribute_slots(type, false); in ir3_glsl_type_size()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_program.c | 175 return glsl_count_attribute_slots(type, false); in type_size()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 180 return glsl_count_attribute_slots(type, false); in etna_glsl_type_size()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 590 : glsl_count_attribute_slots(var->type, false); in lvp_pipeline_xfb_init()
|