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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 553 * count_attribute_slots() (vertex inputs and varyings) but also for
581 unsigned count_attribute_slots(bool is_gl_vertex_input) const { function in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 2263 glsl_type::count_attribute_slots(bool is_gl_vertex_input) const function in class:glsl_type
2316 size += member_type->count_attribute_slots(is_gl_vertex_input);
2324 return this->length * element->count_attribute_slots(is_gl_vertex_input);
2337 assert(!"Unexpected type in count_attribute_slots()");

Completed in 7 milliseconds