OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bind_scanout
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h
116
bool
bind_scanout
;
member in struct:ilo_image_info
ilo_image.c
153
if (unlikely(info->
bind_scanout
))
942
info->
bind_scanout
||
[
all
...]
/external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.c
215
info->
bind_scanout
= (templ->bind & PIPE_BIND_SCANOUT);
461
if (!info->
bind_scanout
)
462
info->
bind_scanout
= (templ->usage & PIPE_BIND_RENDER_TARGET);
Completed in 133 milliseconds