Home
last modified time | relevance | path

Searched refs:formats_compatible (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp902 bool formats_compatible; member
987 formats_compatible = util_is_format_compatible( in init_for_window()
1168 if(!formats_compatible || src->width0 != dst_w || src->height0 != dst_h) { in Present()
1213 if(formats_compatible && blit_w == src->width0 && blit_h == src->height0) in Present()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c399 formats_compatible(enum pipe_format src_format, in formats_compatible() function
484 if (formats_compatible(src_format, dst_format) && in util_blit_pixels()