Searched refs:glsl_count_attribute_slots (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_io_types.c | 95 unsigned size = glsl_count_attribute_slots(tail->type, vs_in); in get_deref_offset() 103 offset += glsl_count_attribute_slots(ft, vs_in); in get_deref_offset() 132 if (glsl_count_attribute_slots(var->type, vs_in) == 1) in lower_io_types_block()
|
D | nir_gather_info.c | 99 : glsl_count_attribute_slots(type, false); in mark_whole_variable() 120 offset += glsl_count_attribute_slots(tail->type, false) * in get_io_offset() 235 for (uint i = 0; i < glsl_count_attribute_slots(var->type, false); i++) { in gather_intrinsic_info()
|
D | nir_linking_helpers.c | 57 unsigned slots = glsl_count_attribute_slots(type, false); in get_variable_io_mask() 231 unsigned slots = glsl_count_attribute_slots(type, false); in get_slot_component_masks_and_interp_types() 294 unsigned num_slots = glsl_count_attribute_slots(type, false); in remap_slots_and_components()
|
D | nir_lower_io_arrays_to_elements.c | 58 unsigned size = glsl_count_attribute_slots(tail->type, vs_in); in get_io_offset()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_interpolation_map.c | 81 unsigned slot_count = glsl_count_attribute_slots(var->type, false); in brw_setup_vue_interpolation()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 38 return glsl_count_attribute_slots(type, false); in type_size() 205 unsigned attrib_count = glsl_count_attribute_slots(variable->type, in si_nir_scan_shader() 652 unsigned attrib_count = glsl_count_attribute_slots(variable->type, in si_nir_build_llvm()
|
/external/mesa3d/src/compiler/ |
D | nir_types.h | 74 unsigned glsl_count_attribute_slots(const struct glsl_type *type,
|
D | nir_types.cpp | 121 glsl_count_attribute_slots(const struct glsl_type *type, in glsl_count_attribute_slots() function
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 2737 unsigned size = glsl_count_attribute_slots(tail->type, vs_in); in get_deref_offset() 2757 const_offset += glsl_count_attribute_slots(ft, vs_in); in get_deref_offset() 2960 const unsigned count = glsl_count_attribute_slots(var->type, false); in store_tcs_output() 3221 unsigned count = glsl_count_attribute_slots( in visit_load_var() 3239 unsigned count = glsl_count_attribute_slots( in visit_load_var() 3269 unsigned count = glsl_count_attribute_slots( in visit_load_var() 3345 unsigned count = glsl_count_attribute_slots( in visit_store_var() 3371 unsigned count = glsl_count_attribute_slots( in visit_store_var() 5349 unsigned attrib_count = glsl_count_attribute_slots(variable->type, true); in handle_vs_input_decl() 5441 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in handle_fs_input_decl() [all …]
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_program.c | 128 return glsl_count_attribute_slots(type, false); in type_size()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_shader.c | 47 return glsl_count_attribute_slots(type, false); in ir3_glsl_type_size()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 1376 uint32_t vec4_count = glsl_count_attribute_slots(var->type, in ntq_setup_uniforms()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 1510 glsl_count_attribute_slots(vtn_var->members[i]->interface_type, in var_decoration_cb()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 367 for (uint i = 0; i < glsl_count_attribute_slots(var->type, true); i++) { in visit()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 50 return glsl_count_attribute_slots(type, false); in type_size()
|