HomeSort by relevance Sort by last modified time
    Searched refs:component_slots (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
glsl_types.cpp 590 glsl_type::component_slots() const function in class:glsl_type
603 size += this->fields.structure[i].type->component_slots();
609 return this->length * this->fields.array->component_slots();
glsl_types.h 248 unsigned component_slots() const;
link_uniforms.cpp 56 return type->component_slots();

Completed in 58 milliseconds