Home
last modified time | relevance | path

Searched refs:compare_vec (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test.h133 compare_vec(struct lp_type type, const void *res, const void *ref);
Dlp_test_main.c276 compare_vec(struct lp_type type, const void *res, const void *ref) in compare_vec() function
Dlp_test_blend.c525 if(!compare_vec(type, res, ref)) { in test_one()
607 if(!compare_vec(type, res + j*stride, ref + j*stride)) in test_one()
/external/mesa3d/src/mesa/main/
Ddlist.c5790 compare_vec(const GLfloat *a, const GLfloat *b, GLuint count) in compare_vec() function
5850 compare_vec(ctx->ListState.CurrentMaterial[i], param, args)) { in save_Materialfv()