Searched refs:map1d (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | eval.c | 494 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/ |
D | parametric-mapping.mlir | 3 // CHECK-LABEL: @map1d 5 func @map1d(%lb: index, %ub: index, %step: index) {
|
/external/angle/src/libANGLE/ |
D | Context_gl_1_autogen.h | 114 void map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, \
|
D | Context_gl.cpp | 1188 void Context::map1d(GLenum target, in map1d() function in gl::Context
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 3281 context->map1d(target, u1, u2, stride, order, points); in GL_Map1d()
|