OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aligned_for_cbzb
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c
223
boolean
aligned_for_cbzb
;
local
243
aligned_for_cbzb
= FALSE;
245
nblocksy = r300_texture_get_nblocksy(tex, i, &
aligned_for_cbzb
);
264
tex->tex.cbzb_allowed[i] = tex->tex.cbzb_allowed[i] &&
aligned_for_cbzb
;
/external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c
223
boolean
aligned_for_cbzb
;
local
243
aligned_for_cbzb
= FALSE;
245
nblocksy = r300_texture_get_nblocksy(tex, i, &
aligned_for_cbzb
);
264
tex->tex.cbzb_allowed[i] = tex->tex.cbzb_allowed[i] &&
aligned_for_cbzb
;
Completed in 391 milliseconds