Home
last modified time | relevance | path

Searched refs:glsl_count_attribute_slots (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_gather_xfb_info.c125 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()
Dnir_linking_helpers.c58 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()
Dnir_gather_info.c195 : 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()
Dnir_lower_io_to_vector.c189 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()
Dnir_lower_io_arrays_to_elements.c61 unsigned size = glsl_count_attribute_slots((*p)->type, false); in get_io_offset()
Dnir.c2407 unsigned slots = glsl_count_attribute_slots(var->type, true); in nir_remap_dual_slot_attributes()
/external/mesa3d/src/amd/vulkan/
Dradv_shader_info.c299 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()
Dradv_shader.c696 return glsl_count_attribute_slots(type, false); in type_size_vec4()
Dradv_nir_to_llvm.c1120 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/
Dnir_to_tgsi_info.c68 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()
Dnir_to_tgsi.c177 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/
Dbrw_interpolation_map.c80 unsigned slot_count = glsl_count_attribute_slots(var->type, false); in brw_setup_vue_interpolation()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_linker.c251 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/
Dnir_types.h99 unsigned glsl_count_attribute_slots(const struct glsl_type *type,
Dnir_types.cpp175 glsl_count_attribute_slots(const struct glsl_type *type, in glsl_count_attribute_slots() function
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c89 return glsl_count_attribute_slots(type, false); in ir2_glsl_type_size()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c368 unsigned sz = glsl_count_attribute_slots(var->type, FALSE); in panfrost_shader_compile()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c98 return glsl_count_attribute_slots(type, false); in type_size()
/external/mesa3d/src/freedreno/ir3/
Dir3_shader.c44 return glsl_count_attribute_slots(type, false); in ir3_glsl_type_size()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c507 return glsl_count_attribute_slots(type, false); in type_size_vec4()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c175 return glsl_count_attribute_slots(type, false); in type_size()
/external/mesa3d/src/broadcom/compiler/
Dvir.c548 return glsl_count_attribute_slots(type, false); in type_size_vec4()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c177 return glsl_count_attribute_slots(type, false); in etna_glsl_type_size()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1044 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/
Dbifrost_compile.c2268 return glsl_count_attribute_slots(type, false); in glsl_type_size()

12