Home
last modified time | relevance | path

Searched refs:util_format_is_pure_sint (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c242 } else if (util_format_is_pure_sint(format)) { in clear_tile_rgba()
363 } else if (util_format_is_pure_sint(tc->surface->format)) { in sp_tile_cache_flush_clear()
406 } else if (util_format_is_pure_sint(tc->surface->format)) { in sp_flush_tile()
533 } else if (util_format_is_pure_sint(tc->surface->format)) { in sp_find_cached_tile()
580 } else if (util_format_is_pure_sint(tc->surface->format)) { in sp_find_cached_tile()
Dsp_tex_tile_cache.c304 } else if (!zs && util_format_is_pure_sint(tc->format)) { in sp_find_cached_tile_tex()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c97 } else if (util_format_is_pure_sint(draw->pt.vertex_element[i].src_format)) { in draw_pt_fetch_prepare()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h588 util_format_is_pure_sint(enum pipe_format format);
Du_format.c136 util_format_is_pure_sint(enum pipe_format format) in util_format_is_pure_sint() function
Du_blitter.c925 if (util_format_is_pure_sint(cbuf_format)) { in util_blitter_clear_custom()