OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_pic_format
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c
285
enum xa_formats src_hw_format,
src_pic_format
;
local
292
src_pic_format
= src_pic->pict_format;
294
set_alpha = (xa_format_type_is_color(
src_pic_format
) &&
295
xa_format_a(
src_pic_format
) == 0);
300
if (src_hw_format ==
src_pic_format
) {
308
src_pic_type = xa_format_type(
src_pic_format
);
Completed in 3194 milliseconds