/external/mesa3d/src/compiler/nir/ |
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 | 58 unsigned slots = glsl_count_attribute_slots(type, false); in get_variable_io_mask() 300 unsigned slots = glsl_count_attribute_slots(type, false); in get_unmoveable_components_masks() 385 unsigned num_slots = glsl_count_attribute_slots(type, false); in remap_slots_and_components() 1153 driver_size = glsl_count_attribute_slots(type, false); in nir_assign_io_var_locations() 1157 glsl_count_attribute_slots(glsl_get_array_element(type), false); in nir_assign_io_var_locations() 1255 unsigned slots = glsl_count_attribute_slots(type, false); in get_linked_variable_io_mask()
|
D | nir_gather_info.c | 195 : glsl_count_attribute_slots(type, false); in mark_whole_variable() 213 offset += glsl_count_attribute_slots(d->type, is_vertex_input) * in get_io_offset() 374 for (unsigned i = 0; i < glsl_count_attribute_slots(var->type, false); i++) { in gather_intrinsic_info()
|
D | nir_lower_io_to_vector.c | 189 unsigned var_slots = glsl_count_attribute_slots( in get_flat_type() 342 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()
|
D | nir.c | 2407 unsigned slots = glsl_count_attribute_slots(var->type, true); in nir_remap_dual_slot_attributes()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 299 unsigned attrib_count = glsl_count_attribute_slots(var->type, true); in gather_info_input_decl_vs() 318 unsigned attrib_count = glsl_count_attribute_slots(type, false); in mark_16bit_ps_input() 323 unsigned stride = glsl_count_attribute_slots(glsl_get_array_element(type), false); in mark_16bit_ps_input() 331 location += glsl_count_attribute_slots(glsl_get_struct_field(type, i), false); in mark_16bit_ps_input() 339 unsigned attrib_count = glsl_count_attribute_slots(var->type, false); in gather_info_input_decl_ps() 427 unsigned num_slots = glsl_count_attribute_slots(var->type, false); in gather_info_output_decl_ps()
|
D | radv_shader.c | 696 return glsl_count_attribute_slots(type, false); in type_size_vec4()
|
D | radv_nir_to_llvm.c | 1120 unsigned attrib_count = glsl_count_attribute_slots(variable->type, true); in handle_vs_input_decl() 1328 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in scan_shader_output_decl()
|
/external/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 | 177 glsl_count_attribute_slots(type, false); in ntt_setup_inputs() 187 glsl_count_attribute_slots(type, false); in ntt_setup_inputs() 2196 return glsl_count_attribute_slots(type, false); in type_size()
|
/external/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()
|
/external/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()
|
/external/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
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 89 return glsl_count_attribute_slots(type, false); in ir2_glsl_type_size()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_assemble.c | 368 unsigned sz = glsl_count_attribute_slots(var->type, FALSE); in panfrost_shader_compile()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 98 return glsl_count_attribute_slots(type, false); in type_size()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.c | 44 return glsl_count_attribute_slots(type, false); in ir3_glsl_type_size()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 507 return glsl_count_attribute_slots(type, false); in type_size_vec4()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_program.c | 175 return glsl_count_attribute_slots(type, false); in type_size()
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir.c | 548 return glsl_count_attribute_slots(type, false); in type_size_vec4()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 177 return glsl_count_attribute_slots(type, false); in etna_glsl_type_size()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 1044 const_offset += glsl_count_attribute_slots(ft, vs_in); in get_deref_offset() 1047 unsigned size = glsl_count_attribute_slots(path.path[idx_lvl]->type, vs_in); in get_deref_offset()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2268 return glsl_count_attribute_slots(type, false); in glsl_type_size()
|