Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c260 } else if (util_format_is_pure_sint(format)) { in clear_tile_rgba()
378 } else if (util_format_is_pure_sint(tc->surface->format)) { in sp_tile_cache_flush_clear()
420 } else if (util_format_is_pure_sint(tc->surface->format)) { in sp_flush_tile()
550 } else if (util_format_is_pure_sint(tc->surface->format)) { in sp_find_cached_tile()
601 } else if (util_format_is_pure_sint(tc->surface->format)) { in sp_find_cached_tile()
Dsp_image.c265 if (util_format_is_pure_sint(params->format)) { in sp_tgsi_load()
355 if (util_format_is_pure_sint(pformat)) { in sp_tgsi_store()
718 else if (util_format_is_pure_sint(params->format)) in sp_tgsi_op()
Dsp_tex_tile_cache.c271 } else if (!zs && util_format_is_pure_sint(tc->format)) { in sp_find_cached_tile_tex()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c542 if (util_format_is_pure_sint(dst_format)) in get_pbo_conversion()
544 } else if (util_format_is_pure_sint(src_format)) { in get_pbo_conversion()
Dst_cb_drawpixels.c1525 else if (util_format_is_pure_sint(srcFormat)) { in st_CopyPixels()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c95 } else if (util_format_is_pure_sint(draw->pt.vertex_element[i].src_format)) { in draw_pt_fetch_prepare()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c86 } else if (util_format_is_pure_sint(surface_format)) { in si_set_clear_color()
706 else if (util_format_is_pure_sint(tex->format)) in si_clear_texture()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c400 if (util_format_is_pure_sint(format)) { in util_clear_color_texture_helper()
664 else if (util_format_is_pure_sint(tex->format)) in util_clear_texture()
Du_format.h688 util_format_is_pure_sint(enum pipe_format format);
Du_blit.c172 } else if (util_format_is_pure_sint(format)) { in set_fragment_shader()
Du_blitter.c887 assert(util_format_is_pure_sint(dst_format)); in blitter_get_fs_texfetch_col()
891 } else if (util_format_is_pure_sint(src_format)) { in blitter_get_fs_texfetch_col()
893 if (util_format_is_pure_sint(dst_format)) { in blitter_get_fs_texfetch_col()
903 !util_format_is_pure_sint(dst_format)); in blitter_get_fs_texfetch_col()
Du_format.c126 util_format_is_pure_sint(enum pipe_format format) in util_format_is_pure_sint() function
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c127 util_format_is_pure_sint(enum pipe_format format) in util_format_is_pure_sint() function
Du_format.h499 util_format_is_pure_sint(enum pipe_format format);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c326 } else if (util_format_is_pure_sint(pfmt)) { in fd5_clear()
Dfd5_gmem.c79 sint = util_format_is_pure_sint(pformat); in emit_mrt()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c368 COND(util_format_is_pure_sint(fmt), A3XX_SP_FS_MRT_REG_SINT); in fd3_program_emit()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c369 if (util_format_is_pure_sint(surface->format)) { in svga_clear_texture()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1637 else if (util_format_is_pure_sint(tex->format)) in r600_clear_texture()
1739 } else if (util_format_is_pure_sint(surface_format)) { in evergreen_set_clear_color()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c416 if (util_format_is_pure_sint(format)) { in lp_setup_try_clear_color_buffer()
/external/virglrenderer/src/
Dvrend_renderer.c3182 …else if (i < PIPE_MAX_COLOR_BUFS && ctx->sub->surf[i] && util_format_is_pure_sint(ctx->sub->surf[i… in vrend_clear()