HomeSort by: relevance | last modified time | path
    Searched refs:nt (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
displaylist.cc 50 nt = _nt;
57 if( nodes->cleanup != 0 ) (nt->*nodes->cleanup)( nodes->arg );
66 if( node->work != 0 ) (nt->*node->work)( node->arg );
displaylist.h 76 NurbsTessellator *nt; member in class:DisplayList
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 50 struct nouveau_texture *nt = CALLOC_STRUCT(nouveau_texture); local
52 _mesa_initialize_texture_object(ctx, &nt->base, name, target);
54 return &nt->base;
60 struct nouveau_texture *nt = to_nouveau_texture(t); local
64 nouveau_surface_ref(NULL, &nt->surfaces[i]);
370 struct nouveau_texture *nt = to_nouveau_texture(t); local
377 if (nt->dirty) {
378 nt->dirty = GL_FALSE;
382 struct nouveau_surface *s = &nt->surfaces[i];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 47 struct nouveau_texture *nt = CALLOC_STRUCT(nouveau_texture); local
49 _mesa_initialize_texture_object(ctx, &nt->base, name, target);
51 return &nt->base;
57 struct nouveau_texture *nt = to_nouveau_texture(t); local
61 nouveau_surface_ref(NULL, &nt->surfaces[i]);
367 struct nouveau_texture *nt = to_nouveau_texture(t); local
374 if (nt->dirty) {
375 nt->dirty = GL_FALSE;
379 struct nouveau_surface *s = &nt->surfaces[i];
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_shader.h 355 node* create_node(node_type nt, node_subtype nst,
366 container_node* create_container(node_type nt = NT_LIST,
sb_shader.cpp 257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) {
258 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags);
320 container_node* shader::create_container(node_type nt, node_subtype nst,
323 container_node(nt, nst, flags);
sb_ir.h 770 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY)
772 type(nt), subtype(nst), flags(flags),
881 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST,
883 : node(nt, nst, flags | NF_CONTAINER), first(), last(),
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_shader.h 355 node* create_node(node_type nt, node_subtype nst,
366 container_node* create_container(node_type nt = NT_LIST,
sb_shader.cpp 257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) {
258 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags);
320 container_node* shader::create_container(node_type nt, node_subtype nst,
323 container_node(nt, nst, flags);
sb_ir.h 769 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY)
771 type(nt), subtype(nst), flags(flags),
880 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST,
882 : node(nt, nst, flags | NF_CONTAINER), first(), last(),

Completed in 12 milliseconds