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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 2325 glsl_type::std430_array_stride(bool row_major) const function in class:glsl_type
2512 unsigned stride = vec_type->std430_array_stride(false);
2518 unsigned stride = this->fields.array->std430_array_stride(row_major);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 2070 glsl_type::std430_array_stride(bool row_major) const function in class:glsl_type
2189 unsigned stride = vec_type->std430_array_stride(false);
2195 unsigned stride = this->fields.array->std430_array_stride(row_major);

Completed in 7 milliseconds