OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:align_h
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_tex_layout.c
165
img_height = ALIGN(height, mt->
align_h
);
167
img_height /= mt->
align_h
;
intel_mipmap_tree.h
153
unsigned int
align_h
; /**< \see align_w */
member in struct:intel_mipmap_tree
intel_mipmap_tree.c
108
&mt->align_w, &mt->
align_h
);
605
height = ALIGN(height, dst_mt->
align_h
) / dst_mt->
align_h
;
Completed in 1219 milliseconds