OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_layout
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c
848
enum lp_texture_layout
other_layout
, new_layout;
local
855
other_layout
= LP_TEX_LAYOUT_TILED;
859
other_layout
= LP_TEX_LAYOUT_LINEAR;
869
else if (cur_layout ==
other_layout
) {
1041
enum lp_texture_layout
other_layout
;
local
1069
other_layout
= LP_TEX_LAYOUT_TILED;
1074
other_layout
= LP_TEX_LAYOUT_LINEAR;
1090
other_offset = face_slice * tex_image_face_size(lpr, level,
other_layout
);
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c
848
enum lp_texture_layout
other_layout
, new_layout;
local
855
other_layout
= LP_TEX_LAYOUT_TILED;
859
other_layout
= LP_TEX_LAYOUT_LINEAR;
869
else if (cur_layout ==
other_layout
) {
1041
enum lp_texture_layout
other_layout
;
local
1069
other_layout
= LP_TEX_LAYOUT_TILED;
1074
other_layout
= LP_TEX_LAYOUT_LINEAR;
1090
other_offset = face_slice * tex_image_face_size(lpr, level,
other_layout
);
[
all
...]
Completed in 1310 milliseconds