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

  /external/mesa3d/src/glsl/
glsl_types.cpp 473 glsl_type::component_slots() const function in class:glsl_type
486 size += this->fields.structure[i].type->component_slots();
492 return this->length * this->fields.array->component_slots();
ir.cpp 1301 ir_variable::component_slots() const function in class:ir_variable
    [all...]

Completed in 697 milliseconds