Searched refs:stencil_format (Results 1 – 2 of 2) sorted by relevance
1067 enum pipe_format stencil_format = in util_blitter_is_copy_supported() local1069 assert(stencil_format != PIPE_FORMAT_NONE); in util_blitter_is_copy_supported()1071 if (stencil_format != src->format && in util_blitter_is_copy_supported()1072 !screen->is_format_supported(screen, stencil_format, src->target, in util_blitter_is_copy_supported()
1174 enum pipe_format stencil_format = in st_DrawPixels() local1178 stencil_format); in st_DrawPixels()