Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c251 if (util_format_is_pure_uint(format)) { in clear_tile_rgba()
373 if (util_format_is_pure_uint(tc->surface->format)) { in sp_tile_cache_flush_clear()
413 if (util_format_is_pure_uint(tc->surface->format)) { in sp_flush_tile()
543 if (util_format_is_pure_uint(tc->surface->format)) { in sp_find_cached_tile()
594 if (util_format_is_pure_uint(tc->surface->format)) { in sp_find_cached_tile()
Dsp_image.c274 } else if (util_format_is_pure_uint(params->format)) { in sp_tgsi_load()
361 } else if (util_format_is_pure_uint(pformat)) { in sp_tgsi_store()
715 if (util_format_is_pure_uint(params->format)) in sp_tgsi_op()
Dsp_tex_tile_cache.c263 if (!zs && util_format_is_pure_uint(tc->format)) { in sp_find_cached_tile_tex()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c541 if (util_format_is_pure_uint(src_format)) { in get_pbo_conversion()
545 if (util_format_is_pure_uint(dst_format)) in get_pbo_conversion()
Dst_cb_drawpixels.c1530 else if (util_format_is_pure_uint(srcFormat)) { in st_CopyPixels()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c106 } else if (util_format_is_pure_uint(draw->pt.vertex_element[i].src_format)) { in draw_pt_fetch_prepare()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c84 } else if (util_format_is_pure_uint(surface_format)) { in si_set_clear_color()
704 if (util_format_is_pure_uint(tex->format)) in si_clear_texture()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c403 assert(util_format_is_pure_uint(format)); in util_clear_color_texture_helper()
662 if (util_format_is_pure_uint(tex->format)) in util_clear_texture()
Du_format.h691 util_format_is_pure_uint(enum pipe_format format);
Du_blit.c169 if (util_format_is_pure_uint(format)) { in set_fragment_shader()
Du_blitter.c881 if (util_format_is_pure_uint(src_format)) { in blitter_get_fs_texfetch_col()
883 if (util_format_is_pure_uint(dst_format)) { in blitter_get_fs_texfetch_col()
897 assert(util_format_is_pure_uint(dst_format)); in blitter_get_fs_texfetch_col()
902 assert(!util_format_is_pure_uint(dst_format) && in blitter_get_fs_texfetch_col()
Du_format.c139 util_format_is_pure_uint(enum pipe_format format) in util_format_is_pure_uint() function
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c140 util_format_is_pure_uint(enum pipe_format format) in util_format_is_pure_uint() function
Du_format.h502 util_format_is_pure_uint(enum pipe_format format);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c324 if (util_format_is_pure_uint(pfmt)) { in fd5_clear()
Dfd5_gmem.c80 uint = util_format_is_pure_uint(pformat); in emit_mrt()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c367 mrt_reg |= COND(util_format_is_pure_uint(fmt), A3XX_SP_FS_MRT_REG_UINT) | in fd3_program_emit()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c373 else if (util_format_is_pure_uint(surface->format)) { in svga_clear_texture()
/external/virglrenderer/src/
Dvrend_blitter.c159 if (util_format_is_pure_uint(format)) in tgsi_ret_for_format()
Dvrend_renderer.c3179 …if (i < PIPE_MAX_COLOR_BUFS && ctx->sub->surf[i] && util_format_is_pure_uint(ctx->sub->surf[i] && … in vrend_clear()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1635 if (util_format_is_pure_uint(tex->format)) in r600_clear_texture()
1737 } else if (util_format_is_pure_uint(surface_format)) { in evergreen_set_clear_color()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c420 assert(util_format_is_pure_uint(format)); in lp_setup_try_clear_color_buffer()