HomeSort by relevance Sort by last modified time
    Searched full:unsized_array_type (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/compiler/glsl/
lower_ubo_reference.cpp 677 const struct glsl_type *unsized_array_type = NULL; local
682 unsized_array_type = deref_var->var->type->fields.array;
692 array_stride = unsized_array_type->std430_array_stride(array_row_major);
694 array_stride = unsized_array_type->std140_size(array_row_major);
708 const struct glsl_type *unsized_array_type = local
715 array_stride = unsized_array_type->std430_array_stride(array_row_major);
717 array_stride = unsized_array_type->std140_size(array_row_major);
    [all...]

Completed in 138 milliseconds