Searched refs:cbs (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_context.c | 51 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; local in function:lima_ctx_buff_va 52 struct lima_resource *res = lima_resource(cbs->res); 59 return res->bo->va + cbs->offset; 65 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; local in function:lima_ctx_buff_map 66 struct lima_resource *res = lima_resource(cbs->res); 68 return lima_bo_map(res->bo) + cbs->offset; 75 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; local in function:lima_ctx_buff_alloc 78 cbs->size = align(size, 0x40); 81 u_upload_alloc(ctx->uploader, 0, cbs->size, 0x40, &cbs [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_context.c | 51 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; local in function:lima_ctx_buff_va 52 struct lima_resource *res = lima_resource(cbs->res); 57 return res->bo->va + cbs->offset; 63 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; local in function:lima_ctx_buff_map 64 struct lima_resource *res = lima_resource(cbs->res); 66 return lima_bo_map(res->bo) + cbs->offset; 73 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; local in function:lima_ctx_buff_alloc 76 cbs->size = align(size, 0x40); 78 u_upload_alloc(ctx->uploader, 0, cbs->size, 0x40, &cbs [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imCallbk.c | 571 XIMPreeditDrawCallbackStruct cbs; local in function:_XimPreeditDrawCallback 576 cbs.caret = (int)*(INT32*)proto; proto += sz_INT32; 577 cbs.chg_first = (int)*(INT32*)proto; proto += sz_INT32; 578 cbs.chg_length = (int)*(INT32*)proto; proto += sz_INT32; 579 _read_text_from_packet(im, proto, &cbs.text); 581 (*cb->callback)((XIC)ic, cb->client_data, (XPointer)&cbs); 583 _free_memory_for_text((XIMText*)cbs.text); 602 XIMPreeditCaretCallbackStruct cbs; local in function:_XimPreeditCaretCallback 607 cbs.position = (int)*(INT32*)proto; proto += sz_INT32; 608 cbs 700 XIMStatusDrawCallbackStruct cbs; local in function:_XimStatusDrawCallback [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_hw.c | 239 int found, mclk_extra, mclk_loop, cbs, m1, p1; local in function:nv4CalcArbitration 256 cbs = 128; 297 video_fill_us = cbs*1000*1000 / 16 / nvclk_freq ; 299 video_fill_us = cbs*1000*1000 / (8 * width) / mclk_freq; 330 m1 = clwm + cbs - 512; 415 int found, mclk_extra, mclk_loop, cbs, m1; local in function:nv10CalcArbitration 436 cbs = 512; 544 cbs = 512; 559 m1 = clwm + cbs - 1024; /* Amount of overfill */ 570 if(cbs < [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Selection.c | 2147 XtSelectionCallbackProc *cbs; local in function:XtSendSelectionRequest 2160 cbs = (XtSelectionCallbackProc *) 2175 cbs[j] = req[i]->callback; 2185 cbs, count, closures, time, incrs, props); 2189 XtStackFree((XtPointer) cbs, c);
|
Completed in 49 milliseconds