Searched refs:util_format_is_pure_sint (Results 1 - 12 of 12) sorted by relevance

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

Completed in 589 milliseconds