OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:can_tile
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
agx_pipe.c
169
bool
can_tile
= agx_is_2d(pres)
local
176
assert(!(must_tile && !
can_tile
));
177
return must_tile || (
can_tile
&& should_tile);
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_crtc.c
872
pRADEONEnt->Controller[0]->
can_tile
= 1;
874
pRADEONEnt->Controller[0]->
can_tile
= 0;
901
pRADEONEnt->Controller[1]->
can_tile
= 1;
903
pRADEONEnt->Controller[1]->
can_tile
= 0;
945
pRADEONEnt->Controller[i]->
can_tile
= 1;
947
pRADEONEnt->Controller[i]->
can_tile
= 0;
1108
int
can_tile
= 1;
local
1116
if (!radeon_crtc->
can_tile
)
1117
can_tile
= 0;
1121
if (info->tilingEnabled !=
can_tile
)
[
all
...]
radeon_probe.h
233
int
can_tile
;
member in struct:_RADEONCrtcPrivateRec
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_resource.c
425
bool
can_tile
= panfrost_is_2d(pres)
local
429
return
can_tile
&& (pres->base.usage != PIPE_USAGE_STREAM);
Completed in 10 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026