OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_height0
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/r300/
r300_blit.c
546
unsigned
dst_height0
= r300_resource(dst)->tex.height0;
local
612
dst_height0
= align(
dst_height0
, 4);
637
dst_height0
=
dst_height0
/ 4;
665
dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0,
dst_height0
);
[
all
...]
/external/mesa3d/src/gallium/drivers/i915/
i915_surface.c
88
unsigned
dst_height0
= dst->height0;
local
115
dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0,
dst_height0
);
Completed in 93 milliseconds