Searched refs:check_size (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_context.c40 check_size(const GLfloat *attr) function in typeref:typename:GLuint
84 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]),
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_context.c41 check_size(const GLfloat *attr) function in typeref:typename:GLuint
86 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]),
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h133 bool (*check_size)(struct fd_ringbuffer *ring); member in struct:fd_ringbuffer_funcs
187 return ring->funcs->check_size(ring);
H A Dmsm_ringbuffer_sp.c750 .check_size = msm_ringbuffer_sp_check_size,
767 .check_size = msm_ringbuffer_sp_check_size,
H A Dmsm_ringbuffer.c655 .check_size = msm_ringbuffer_check_size,
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.h162 int check_size,
H A Dutils.c744 int check_size,
759 pixman_image_get_width (image) + check_size - 1) / check_size;
761 pixman_image_get_height (image) + check_size - 1) / check_size;
776 i * check_size, j * check_size,
777 check_size, check_size);
743 draw_checkerboard(pixman_image_t * image,int check_size,uint32_t color1,uint32_t color2) argument

Completed in 10 milliseconds