OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texAGPBuffer
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-openchrome/dist/src/
via_exa.c
708
if (!pVia->
texAGPBuffer
->ptr)
742
texAddr = (char *) drm_bo_map(pScrn, pVia->
texAGPBuffer
);
953
pVia->
texAGPBuffer
= drm_bo_alloc(pScrn, size, 32, TTM_PL_FLAG_TT);
954
if (pVia->
texAGPBuffer
) {
959
pVia->
texAGPBuffer
->offset = (pVia->
texAGPBuffer
->offset + 31) & ~31;
1006
if (pVia->
texAGPBuffer
) {
1007
drm_bo_free(pScrn, pVia->
texAGPBuffer
);
1008
pVia->
texAGPBuffer
= NULL;
via_driver.h
277
struct buffer_object *
texAGPBuffer
;
Completed in 7 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026