HomeSort by: relevance | last modified time | path
    Searched defs:component_slots (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_const_arrays_to_uniforms.cpp 92 unsigned component_slots = con->type->component_slots(); local
95 if (component_slots > free_uni_components)
98 free_uni_components -= component_slots;
143 total += var->type->component_slots();
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 1600 glsl_type::component_slots() const function in class:glsl_type
1624 size += this->fields.structure[i].type->component_slots();
1630 return this->length * this->fields.array->component_slots();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 1411 glsl_type::component_slots() const function in class:glsl_type
1435 size += this->fields.structure[i].type->component_slots();
1441 return this->length * this->fields.array->component_slots();

Completed in 7 milliseconds