Home
last modified time | relevance | path

Searched refs:component_slots (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h328 unsigned component_slots() const;
Dglsl_types.cpp1351 glsl_type::component_slots() const in component_slots() function in glsl_type
1373 size += this->fields.structure[i].type->component_slots(); in component_slots()
1379 return this->length * this->fields.array->component_slots(); in component_slots()
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1729 = type->component_slots(); in record()
1926 unsigned comp_slots = type->component_slots() + offset; in store_locations()
2031 switch (element_type->component_slots() % 4) { in compute_packing_order()
2158 this->varying_floats += type->component_slots(); in visit_field()
Dlink_uniforms.cpp338 const unsigned values = type->component_slots(); in visit_field()
921 this->values += type->component_slots(); in visit_field()
Dserialize.cpp449 prog->data->UniformStorage[i].type->component_slots() * in write_uniforms()
518 prog->data->UniformStorage[i].type->component_slots() * in read_uniforms()
Dast_to_hir.cpp3665 unsigned components = type->component_slots(); in apply_layout_qualifier_to_variable()
7378 4 * field_type->component_slots(); in ast_process_struct_or_iface_block_members()
7384 block_xfb_offset += 4 * field_type->component_slots(); in ast_process_struct_or_iface_block_members()