Searched refs:extract_f (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_array.c | 62 extract_f_t *extract_f) in get_array_extract() argument 67 *extract_f = EXTRACT(GLchar, float); in get_array_extract() 71 *extract_f = EXTRACT(GLubyte, float); in get_array_extract() 75 *extract_f = EXTRACT(GLshort, float); in get_array_extract() 79 *extract_f = EXTRACT(GLushort, float); in get_array_extract() 83 *extract_f = EXTRACT(GLint, float); in get_array_extract() 87 *extract_f = EXTRACT(GLuint, float); in get_array_extract() 91 *extract_f = EXTRACT(GLfloat, float); in get_array_extract() 136 get_array_extract(a, &a->extract_u, &a->extract_f); in nouveau_init_array()
|
D | nouveau_array.h | 44 extract_f_t extract_f; member
|
D | nouveau_render_t.c | 90 IMM_OUT((a)->extract_f(a, n, m)); \
|