OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_layout_array
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c
88
alloc_layout_array
(unsigned num_slices, unsigned width, unsigned height)
function
166
lpr->layout[level] =
alloc_layout_array
(num_slices, width, height);
216
lpr->layout[0] =
alloc_layout_array
(1, width, height);
515
lpr->layout[0] =
alloc_layout_array
(1, lpr->base.width0, lpr->base.height0);
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c
88
alloc_layout_array
(unsigned num_slices, unsigned width, unsigned height)
function
166
lpr->layout[level] =
alloc_layout_array
(num_slices, width, height);
216
lpr->layout[0] =
alloc_layout_array
(1, width, height);
515
lpr->layout[0] =
alloc_layout_array
(1, lpr->base.width0, lpr->base.height0);
[
all
...]
Completed in 354 milliseconds