OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirty_dmabufs
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.c
172
assert(ice->
dirty_dmabufs
== NULL);
174
ice->
dirty_dmabufs
= _mesa_pointer_set_create(ice);
175
return ice->
dirty_dmabufs
!= NULL;
182
if (!_mesa_set_search(ice->
dirty_dmabufs
, res)) {
183
_mesa_set_add(ice->
dirty_dmabufs
, res);
191
set_foreach(ice->
dirty_dmabufs
, entry) {
197
_mesa_set_clear(ice->
dirty_dmabufs
, NULL);
203
set_foreach(ice->
dirty_dmabufs
, entry) {
iris_context.h
601
struct set *
dirty_dmabufs
;
member in struct:iris_context
Completed in 8 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026