/third_party/mesa3d/src/compiler/nir/ |
D | nir_gather_info.c | 191 : glsl_count_attribute_slots(type, false); in mark_whole_variable() 216 offset += glsl_count_attribute_slots(d->type, false) * in get_io_offset() 222 offset += glsl_count_attribute_slots(field_type, false); in get_io_offset() 259 : glsl_count_attribute_slots(type, false); in try_mask_partial_io() 274 unsigned len = glsl_count_attribute_slots(deref->type, false); in try_mask_partial_io() 499 for (unsigned i = 0; i < glsl_count_attribute_slots(var->type, false); i++) { in gather_intrinsic_info() 922 glsl_count_attribute_slots(glsl_get_array_element(var->type), false); in nir_shader_gather_info() 933 glsl_count_attribute_slots(var->type, false); in nir_shader_gather_info()
|
D | nir_gather_xfb_info.c | 125 assert(attrib_slots == glsl_count_attribute_slots(type, false)); in add_var_xfb_outputs() 207 num_outputs += glsl_count_attribute_slots(var->type, false); in nir_gather_xfb_info_with_varyings() 251 location += glsl_count_attribute_slots(ftype, false); in nir_gather_xfb_info_with_varyings()
|
D | nir_linking_helpers.c | 57 unsigned slots = glsl_count_attribute_slots(type, false); in get_variable_io_mask() 318 unsigned slots = glsl_count_attribute_slots(type, false); in get_unmoveable_components_masks() 406 unsigned num_slots = glsl_count_attribute_slots(type, false); in remap_slots_and_components() 1471 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations() 1475 glsl_count_attribute_slots(glsl_get_array_element(type), false); in nir_assign_io_var_locations() 1573 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() 349 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 | 68 glsl_count_attribute_slots(deref->type, false); in gather_usage_helper() 93 location += glsl_count_attribute_slots(ft, false); in gather_usage_helper() 507 glsl_count_attribute_slots(type, nir->info.stage == MESA_SHADER_VERTEX); in nir_tgsi_scan_shader() 584 int slots = glsl_count_attribute_slots(var->type, false); in nir_tgsi_scan_shader() 607 glsl_count_attribute_slots(type, false); in nir_tgsi_scan_shader()
|
D | nir_to_tgsi.c | 320 glsl_count_attribute_slots(type, false); in ntt_setup_inputs() 330 glsl_count_attribute_slots(type, false); in ntt_setup_inputs() 2457 return glsl_count_attribute_slots(type, false); in type_size()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 353 unsigned attrib_count = glsl_count_attribute_slots(var->type, true); in gather_info_input_decl_vs() 374 unsigned attrib_count = glsl_count_attribute_slots(type, false); in mark_16bit_ps_input() 379 unsigned stride = glsl_count_attribute_slots(glsl_get_array_element(type), false); in mark_16bit_ps_input() 387 location += glsl_count_attribute_slots(glsl_get_struct_field(type, i), false); in mark_16bit_ps_input() 395 unsigned attrib_count = glsl_count_attribute_slots(var->type, false); in gather_info_input_decl_ps()
|
/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/compiler/glsl/ |
D | gl_nir_linker.c | 251 field_location += glsl_count_attribute_slots(field_type, false); in add_shader_variable() 277 glsl_count_attribute_slots(array_type, false); in add_shader_variable()
|
/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 | 1103 return glsl_count_attribute_slots(type, false); in glsl_type_size() 1339 unsigned sz = glsl_count_attribute_slots(var->type, FALSE); in agx_remap_varyings_fs()
|
/third_party/mesa3d/src/compiler/ |
D | nir_types.h | 99 unsigned glsl_count_attribute_slots(const struct glsl_type *type,
|
D | nir_types.cpp | 175 glsl_count_attribute_slots(const struct glsl_type *type, in glsl_count_attribute_slots() function
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 76 return glsl_count_attribute_slots(type, false); in glsl_type_size()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_shader.c | 114 unsigned sz = glsl_count_attribute_slots(var->type, FALSE); in collect_varyings()
|
/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/gallium/drivers/lima/ |
D | lima_program.c | 103 return glsl_count_attribute_slots(type, false); in type_size()
|
/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/freedreno/vulkan/ |
D | tu_shader.c | 675 : glsl_count_attribute_slots(var->type, false); in tu_gather_xfb_info()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 693 return glsl_count_attribute_slots(type, false); in type_size_vec4()
|
/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/frontends/lavapipe/ |
D | lvp_pipeline.c | 749 : glsl_count_attribute_slots(var->type, false); in lvp_pipeline_compile()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 178 return glsl_count_attribute_slots(type, false); in etna_glsl_type_size()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 1175 const_offset += glsl_count_attribute_slots(ft, vs_in); in get_deref_offset() 1178 unsigned size = glsl_count_attribute_slots(path.path[idx_lvl]->type, vs_in); in get_deref_offset()
|