Searched refs:glsl_count_vec4_slots (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/ |
D | nir_types.h | 99 unsigned glsl_count_vec4_slots(const struct glsl_type *type,
|
D | nir_types.cpp | 181 glsl_count_vec4_slots(const struct glsl_type *type, in glsl_count_vec4_slots() function
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 700 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/ |
D | dxil_signature.c | 186 info->rows = glsl_count_vec4_slots(type, false, false); in get_additional_semantic_info()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 395 return glsl_count_vec4_slots(type, false, is_bindless); in r600_glsl_type_size()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 996 return glsl_count_vec4_slots(type, false, bindless); in st_unpacked_uniforms_type_size()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1462 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/ |
D | nir_to_vir.c | 2366 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()
|