OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:align_nblocksy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_texture.c
99
align_nblocksy
(enum pipe_format format, unsigned width, unsigned align_to)
function
215
tex->total_nblocksy =
align_nblocksy
(pt->format, pt->height0, 8);
220
tex->total_nblocksy =
align_nblocksy
(pt->format, pt->height0, 8);
253
tex->total_nblocksy =
align_nblocksy
(pt->format, pt->height0, 8);
355
nblocksy =
align_nblocksy
(pt->format, height, align_y);
493
nblocksy =
align_nblocksy
(pt->format, height, align_y);
1033
tex->total_nblocksy =
align_nblocksy
(tex->b.b.format, tex->b.b.height0, 8);
/external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c
99
align_nblocksy
(enum pipe_format format, unsigned width, unsigned align_to)
function
215
tex->total_nblocksy =
align_nblocksy
(pt->format, pt->height0, 8);
220
tex->total_nblocksy =
align_nblocksy
(pt->format, pt->height0, 8);
253
tex->total_nblocksy =
align_nblocksy
(pt->format, pt->height0, 8);
355
nblocksy =
align_nblocksy
(pt->format, height, align_y);
493
nblocksy =
align_nblocksy
(pt->format, height, align_y);
1033
tex->total_nblocksy =
align_nblocksy
(tex->b.b.format, tex->b.b.height0, 8);
Completed in 4170 milliseconds