Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c191 : 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()
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.c57 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()
Dnir_lower_io_to_vector.c191 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()
Dnir_lower_io_arrays_to_elements.c61 unsigned size = glsl_count_attribute_slots((*p)->type, false); in get_io_offset()
/third_party/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.c320 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/
Dradv_shader_info.c353 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/
Dbrw_interpolation_map.c80 unsigned slot_count = glsl_count_attribute_slots(var->type, false); in brw_setup_vue_interpolation()
/third_party/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()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c44 return glsl_count_attribute_slots(type, false); in glsl_type_size()
Dagx_compile.c1103 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/
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
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c76 return glsl_count_attribute_slots(type, false); in glsl_type_size()
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c114 unsigned sz = glsl_count_attribute_slots(var->type, FALSE); in collect_varyings()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c90 return glsl_count_attribute_slots(type, false); in ir2_glsl_type_size()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c103 return glsl_count_attribute_slots(type, false); in type_size()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.c48 return glsl_count_attribute_slots(type, false); in ir3_glsl_type_size()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c675 : glsl_count_attribute_slots(var->type, false); in tu_gather_xfb_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c693 return glsl_count_attribute_slots(type, false); in type_size_vec4()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c175 return glsl_count_attribute_slots(type, false); in type_size()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c749 : glsl_count_attribute_slots(var->type, false); in lvp_pipeline_compile()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c178 return glsl_count_attribute_slots(type, false); in etna_glsl_type_size()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1175 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()

12