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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 2338 /* By default use std430_size(row_major) */
2339 unsigned stride = this->std430_size(row_major);
2413 glsl_type::std430_size(bool row_major) const function in class:glsl_type
2456 return array_type->std430_size(false);
2462 stride = this->without_array()->std430_size(row_major);
2489 size += field_type->std430_size(field_row_major);
2535 unsigned fsize = fields[i].type->std430_size(field_row_major);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 2083 /* By default use std430_size(row_major) */
2084 unsigned stride = this->std430_size(row_major);
2090 glsl_type::std430_size(bool row_major) const function in class:glsl_type
2133 return array_type->std430_size(false);
2139 stride = this->without_array()->std430_size(row_major);
2166 size += field_type->std430_size(field_row_major);
2212 unsigned fsize = fields[i].type->std430_size(field_row_major);

Completed in 7 milliseconds