HomeSort by relevance Sort by last modified time
    Searched defs:hwtnl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw.c 49 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl); local
50 if (hwtnl == NULL)
53 hwtnl->svga = svga;
54 hwtnl->upload_ib = upload_ib;
56 hwtnl->cmd.swc = swc;
58 return hwtnl;
64 void svga_hwtnl_destroy( struct svga_hwtnl *hwtnl )
70 pipe_resource_reference( &hwtnl->index_cache[i][j].buffer,
75 for (i = 0; i < hwtnl->cmd.vdecl_count; i++)
76 pipe_resource_reference(&hwtnl->cmd.vdecl_vb[i], NULL)
    [all...]
svga_context.h 366 struct svga_hwtnl *hwtnl; member in struct:svga_context
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 49 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl); local
50 if (hwtnl == NULL)
53 hwtnl->svga = svga;
54 hwtnl->upload_ib = upload_ib;
56 hwtnl->cmd.swc = swc;
58 return hwtnl;
64 void svga_hwtnl_destroy( struct svga_hwtnl *hwtnl )
70 pipe_resource_reference( &hwtnl->index_cache[i][j].buffer,
75 for (i = 0; i < hwtnl->cmd.vdecl_count; i++)
76 pipe_resource_reference(&hwtnl->cmd.vdecl_vb[i], NULL)
    [all...]
svga_context.h 366 struct svga_hwtnl *hwtnl; member in struct:svga_context

Completed in 43 milliseconds