Searched refs:texture_buffers (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.c158 LIST_INITHEAD(&rctx->texture_buffers);
H A Dr600_pipe.h585 struct list_head texture_buffers; member in struct:r600_context
H A Dr600_state_common.c3233 LIST_FOR_EACH_ENTRY(view, &rctx->texture_buffers, list) {
H A Devergreen_state.c701 LIST_ADDTAIL(&view->list, &rctx->texture_buffers);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.c157 list_inithead(&rctx->texture_buffers);
H A Dr600_pipe.h590 struct list_head texture_buffers; member in struct:r600_context
H A Dr600_state_common.c3315 LIST_FOR_EACH_ENTRY(view, &rctx->texture_buffers, list) {
H A Devergreen_state.c707 list_addtail(&view->list, &rctx->texture_buffers);

Completed in 28 milliseconds