OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_stencil_as_y_tiled
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp
41
:
map_stencil_as_y_tiled
(false),
74
this->
map_stencil_as_y_tiled
= false;
83
this->
map_stencil_as_y_tiled
= true;
132
map_stencil_as_y_tiled
);
139
map_stencil_as_y_tiled
);
brw_blorp.h
122
bool
map_stencil_as_y_tiled
;
member in class:brw_blorp_surface_info
brw_blorp_blit.cpp
[
all
...]
gen6_blorp.cpp
446
uint32_t tiling = surface->
map_stencil_as_y_tiled
450
if (surface->
map_stencil_as_y_tiled
)
[
all
...]
gen7_blorp.cpp
185
uint32_t tiling = surface->
map_stencil_as_y_tiled
190
if (surface->
map_stencil_as_y_tiled
)
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h
139
bool
map_stencil_as_y_tiled
);
143
uint32_t y, bool
map_stencil_as_y_tiled
);
intel_regions.c
408
bool
map_stencil_as_y_tiled
)
413
if (
map_stencil_as_y_tiled
)
440
uint32_t y, bool
map_stencil_as_y_tiled
)
446
if (
map_stencil_as_y_tiled
) {
Completed in 2996 milliseconds