Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c233 if (util_format_is_pure_uint(format)) { in clear_tile_rgba()
358 if (util_format_is_pure_uint(tc->surface->format)) { in sp_tile_cache_flush_clear()
399 if (util_format_is_pure_uint(tc->surface->format)) { in sp_flush_tile()
526 if (util_format_is_pure_uint(tc->surface->format)) { in sp_find_cached_tile()
573 if (util_format_is_pure_uint(tc->surface->format)) { in sp_find_cached_tile()
Dsp_tex_tile_cache.c295 if (!zs && util_format_is_pure_uint(tc->format)) { in sp_find_cached_tile_tex()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c108 } else if (util_format_is_pure_uint(draw->pt.vertex_element[i].src_format)) { in draw_pt_fetch_prepare()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h591 util_format_is_pure_uint(enum pipe_format format);
Du_format.c149 util_format_is_pure_uint(enum pipe_format format) in util_format_is_pure_uint() function
Du_blitter.c927 } else if (util_format_is_pure_uint(cbuf_format)) { in util_blitter_clear_custom()