Searched refs:get_array_stride (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_vbo_t.c | 43 get_array_stride(struct gl_context *ctx, const struct gl_vertex_array *a) in get_array_stride() function 70 get_array_stride(ctx, array), in vbo_init_arrays() 213 s = MAX2(s, get_array_stride(ctx, a)); in get_max_client_stride()
|
/external/mesa3d/src/compiler/glsl/ |
D | linker.cpp | 4094 get_array_stride(struct gl_uniform_storage *uni, const glsl_type *interface, in get_array_stride() function 4182 array_stride = get_array_stride(uni, interface, field, in calculate_array_size_and_stride()
|