Home
last modified time | relevance | path

Searched refs:map1d (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Deval.c494 struct gl_1d_map *map1d; in _mesa_GetnMapdvARB() local
507 map1d = get_1d_map(ctx, target); in _mesa_GetnMapdvARB()
509 assert(map1d || map2d); in _mesa_GetnMapdvARB()
513 if (map1d) { in _mesa_GetnMapdvARB()
514 data = map1d->Points; in _mesa_GetnMapdvARB()
515 n = map1d->Order * comps; in _mesa_GetnMapdvARB()
531 if (map1d) { in _mesa_GetnMapdvARB()
535 v[0] = (GLdouble) map1d->Order; in _mesa_GetnMapdvARB()
546 if (map1d) { in _mesa_GetnMapdvARB()
550 v[0] = (GLdouble) map1d->u1; in _mesa_GetnMapdvARB()
[all …]
/external/llvm-project/mlir/test/Transforms/
Dparametric-mapping.mlir3 // CHECK-LABEL: @map1d
5 func @map1d(%lb: index, %ub: index, %step: index) {
/external/angle/src/libANGLE/
DContext_gl_1_autogen.h114 void map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, \
DContext_gl.cpp1188 void Context::map1d(GLenum target, in map1d() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp3281 context->map1d(target, u1, u2, stride, order, points); in GL_Map1d()