OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_scanout
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.h
658
bool
is_scanout
;
member in struct:intel_mipmap_tree
[
all
...]
intel_mipmap_tree.c
328
mt->
is_scanout
= (layout_flags & MIPTREE_LAYOUT_FOR_SCANOUT) != 0;
749
brw->gen >= 9 && !mt->
is_scanout
&&
[
all
...]
/external/mesa3d/src/gbm/backends/dri/
gbm_dri.c
803
int is_cursor,
is_scanout
;
local
807
is_scanout
= (usage & GBM_BO_USE_SCANOUT) != 0 &&
809
if (!is_cursor && !
is_scanout
) {
/external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c
197
bool
is_scanout
,
243
if (ptex->bind & PIPE_BIND_SCANOUT ||
is_scanout
) {
[
all
...]
Completed in 623 milliseconds