OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:microtile
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_winsys.h
197
* \param macrotile A pointer to the return value of the
microtile
flag.
198
* \param
microtile
A pointer to the return value of the macrotile flag.
200
* \note
microtile
and macrotile are not bitmasks!
203
enum radeon_bo_layout *
microtile
,
216
* \param
microtile
A
microtile
flag.
219
* \note
microtile
and macrotile are not bitmasks!
223
enum radeon_bo_layout
microtile
,
/external/mesa3d/src/gallium/drivers/r300/
r300_texture.c
881
R300_TXO_MICRO_TILE(desc->
microtile
);
896
R300_DEPTHMICROTILE(tex->tex.
microtile
);
905
R300_COLOR_MICROTILE(tex->tex.
microtile
);
952
enum radeon_bo_layout
microtile
,
1010
enum radeon_bo_layout
microtile
, macrotile;
local
1034
enum radeon_bo_layout
microtile
, macrotile;
local
[
all
...]
r300_texture_desc.c
33
enum radeon_bo_layout
microtile
,
64
assert(
microtile
<= RADEON_LAYOUT_SQUARETILED);
75
tile = table[macrotile][util_logbase2(pixsize)][
microtile
][dim];
79
h_tile = table[macrotile][util_logbase2(pixsize)][
microtile
][DIM_HEIGHT];
99
tex->tex.
microtile
, RADEON_LAYOUT_TILED, dim, 0);
142
tex->tex.
microtile
,
174
tex->tex.
microtile
,
358
tex->tex.
microtile
) {
426
tex->tex.
microtile
= RADEON_LAYOUT_LINEAR;
443
tex->tex.
microtile
= RADEON_LAYOUT_TILED
[
all
...]
r300_texture_desc.h
42
enum radeon_bo_layout
microtile
,
r300_transfer.c
112
if (tex->tex.
microtile
|| tex->tex.macrotile[level] ||
166
if (!tex->tex.
microtile
&& !tex->tex.macrotile[level]) {
178
assert(!trans->linear_texture->tex.
microtile
&&
r300_context.h
348
enum radeon_bo_layout
microtile
;
member in struct:r300_texture_desc
r300_state.c
767
tex->tex.
microtile
, tex->tex.macrotile[level],
812
rtex->tex.
microtile
? "YES" : " NO",
[
all
...]
/external/mesa3d/src/mesa/main/
texcompress_fxt1.c
584
/* right
microtile
*/
589
/* left
microtile
*/
637
/* right
microtile
*/
642
/* left
microtile
*/
656
const GLint n_vect = 3; /* highest vector number in each
microtile
*/
752
/* left
microtile
*/
772
/* right
microtile
*/
889
const GLint n_vect = 2; /* highest vector number in each
microtile
*/
943
/* left
microtile
*/
977
/* right
microtile
*/
[
all
...]
Completed in 1248 milliseconds