Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_types.c95 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()
Dnir_gather_info.c99 : 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()
Dnir_linking_helpers.c57 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()
Dnir_lower_io_arrays_to_elements.c58 unsigned size = glsl_count_attribute_slots(tail->type, vs_in); in get_io_offset()
/external/mesa3d/src/intel/compiler/
Dbrw_interpolation_map.c81 unsigned slot_count = glsl_count_attribute_slots(var->type, false); in brw_setup_vue_interpolation()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c38 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/
Dnir_types.h74 unsigned glsl_count_attribute_slots(const struct glsl_type *type,
Dnir_types.cpp121 glsl_count_attribute_slots(const struct glsl_type *type, in glsl_count_attribute_slots() function
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2737 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/
Dvc5_program.c128 return glsl_count_attribute_slots(type, false); in type_size()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_shader.c47 return glsl_count_attribute_slots(type, false); in ir3_glsl_type_size()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1376 uint32_t vec4_count = glsl_count_attribute_slots(var->type, in ntq_setup_uniforms()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c1510 glsl_count_attribute_slots(vtn_var->members[i]->interface_type, in var_decoration_cb()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp367 for (uint i = 0; i < glsl_count_attribute_slots(var->type, true); i++) { in visit()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c50 return glsl_count_attribute_slots(type, false); in type_size()