Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c215 : 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()
Dnir_gather_xfb_info.c126 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()
Dnir_linking_helpers.c58 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()
Dnir_lower_io_to_vector.c191 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()
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.c69 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()
Dnir_to_tgsi.c797 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/
Dradv_shader_info.c249 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/
Dgl_nir_link_varyings.c1505 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()
Dgl_nir_linker.c378 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/
Dbrw_interpolation_map.c80 unsigned slot_count = glsl_count_attribute_slots(var->type, false); in brw_setup_vue_interpolation()
/third_party/mesa3d/src/imagination/rogue/
Drogue_nir.c65 return glsl_count_attribute_slots(type, false); in rogue_glsl_type_size()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c44 return glsl_count_attribute_slots(type, false); in glsl_type_size()
Dagx_compile.c1350 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/
Dnir_types.h102 unsigned glsl_count_attribute_slots(const struct glsl_type *type,
Dnir_types.cpp194 glsl_count_attribute_slots(const struct glsl_type *type, in glsl_count_attribute_slots() function
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c77 return glsl_count_attribute_slots(type, false); in glsl_type_size()
/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/panfrost/lib/
Dpan_shader.c115 unsigned sz = glsl_count_attribute_slots(var->type, FALSE); in collect_varyings()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c109 return glsl_count_attribute_slots(type, false); in type_size()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c693 : glsl_count_attribute_slots(var->type, false); in tu_gather_xfb_info()
/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/gallium/drivers/v3d/
Dv3d_program.c175 return glsl_count_attribute_slots(type, false); in type_size()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c180 return glsl_count_attribute_slots(type, false); in etna_glsl_type_size()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c590 : glsl_count_attribute_slots(var->type, false); in lvp_pipeline_xfb_init()

12