Home
last modified time | relevance | path

Searched refs:glsl_count_vec4_slots (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/
Dnir_types.h99 unsigned glsl_count_vec4_slots(const struct glsl_type *type,
Dnir_types.cpp181 glsl_count_vec4_slots(const struct glsl_type *type, in glsl_count_vec4_slots() function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c700 unsigned count_slots = glsl_count_vec4_slots(var->type, false, false); in find_var_with_location_frac()
749 unsigned slot_count = glsl_count_vec4_slots(plain, false, false); in clamp_slot_type()
773 slot_count = glsl_count_vec4_slots(arraytype, false, false); in unroll_struct_type()
785 assert(var && slot < var->data.location + glsl_count_vec4_slots(var->type, false, false)); in get_slot_components()
790 slot_idx %= glsl_count_vec4_slots(type, false, false); in get_slot_components()
911 unsigned num_slots = glsl_count_vec4_slots(var->type, false, false); in update_so_info()
1400 num_slots = glsl_count_vec4_slots(glsl_get_array_element(var->type), false, false); in assign_producer_var_io()
1402 num_slots = glsl_count_vec4_slots(var->type, false, false); in assign_producer_var_io()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c186 info->rows = glsl_count_vec4_slots(type, false, false); in get_additional_semantic_info()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp395 return glsl_count_vec4_slots(type, false, is_bindless); in r600_glsl_type_size()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp996 return glsl_count_vec4_slots(type, false, bindless); in st_unpacked_uniforms_type_size()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1462 slot_count = glsl_count_vec4_slots(*arraytype, false, false); in unroll_struct_type()
1507 unsigned struct_slots = glsl_count_vec4_slots(bare_type, false, false); in emit_so_outputs()
1511 slot_idx %= glsl_count_vec4_slots(bare_type, false, false); in emit_so_outputs()
1518 struct_slots = glsl_count_vec4_slots(bare_type, false, false); in emit_so_outputs()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2366 unsigned var_len = glsl_count_vec4_slots(type, false, false); in ntq_setup_gs_inputs()
2407 unsigned var_len = glsl_count_vec4_slots(var->type, false, false); in ntq_setup_fs_inputs()