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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 459 return get_array_instance(this->fields.array->get_bare_type(),
1120 glsl_type::get_array_instance(const glsl_type *base, function in class:glsl_type
1955 array_type = glsl_type::get_array_instance(vec_type, r);
1958 array_type = glsl_type::get_array_instance(vec_type, c);
2060 const glsl_type *array_type = glsl_type::get_array_instance(vec_type,
2161 return get_array_instance(elem_type, this->length, stride);
2280 array_type = glsl_type::get_array_instance(vec_type, r);
2283 array_type = glsl_type::get_array_instance(vec_type, c);
2453 const glsl_type *array_type = glsl_type::get_array_instance(vec_type,
2519 return get_array_instance(elem_type, this->length, stride)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 449 return get_array_instance(this->fields.array->get_bare_type(),
993 glsl_type::get_array_instance(const glsl_type *base, function in class:glsl_type
1700 array_type = glsl_type::get_array_instance(vec_type, r);
1703 array_type = glsl_type::get_array_instance(vec_type, c);
1805 const glsl_type *array_type = glsl_type::get_array_instance(vec_type,
1906 return get_array_instance(elem_type, this->length, stride);
2025 array_type = glsl_type::get_array_instance(vec_type, r);
2028 array_type = glsl_type::get_array_instance(vec_type, c);
2130 const glsl_type *array_type = glsl_type::get_array_instance(vec_type,
2196 return get_array_instance(elem_type, this->length, stride)
    [all...]

Completed in 6 milliseconds