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.h132 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.c509 if(!compare_vec(type, res, ref)) { in test_one()
/external/mesa3d/src/mesa/main/
Ddlist.c5670 compare_vec(const GLfloat *a, const GLfloat *b, GLuint count) in compare_vec() function
5730 compare_vec(ctx->ListState.CurrentMaterial[i], param, args)) { in save_Materialfv()