OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_height
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h
249
GLuint
total_height
;
member in struct:intel_mipmap_tree
intel_mipmap_tree.c
203
GLuint total_width,
total_height
;
local
242
if (!mt || !mt->total_width || !mt->
total_height
) {
248
total_height
= mt->
total_height
;
257
total_height
= ALIGN(
total_height
, 64);
265
total_height
,
[
all
...]
/external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c
592
unsigned
total_height
= tex->total_nblocksy * 4;
local
602
y =
total_height
- 4;
627
y =
total_height
- 4;
633
y =
total_height
- 4;
Completed in 2844 milliseconds