Home
last modified time | relevance | path

Searched refs:util_format_is_pure_integer (Results 1 – 25 of 38) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c75 if (!util_format_is_pure_integer(format)) in fd3_screen_is_format_supported()
Dfd3_texture.c237 if (prsc->target == PIPE_BUFFER || util_format_is_pure_integer(cso->format)) in fd3_sampler_view_create()
Dfd3_emit.c411 bool isint = util_format_is_pure_integer(pfmt); in fd3_emit_vertex_bufs()
731 bool is_int = util_format_is_pure_integer(format); in fd3_emit_state()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c75 if (!is_zs && util_format_is_pure_integer(format)) in util_gen_mipmap()
Du_format.h672 util_format_is_pure_integer(enum pipe_format format);
Du_surface.c453 if (util_format_is_pure_integer(format)) { in util_clear_render_target()
Du_format.c112 util_format_is_pure_integer(enum pipe_format format) in util_format_is_pure_integer() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c45 !util_format_is_pure_integer(info->src.resource->format)) { in sp_blit()
Dsp_image.c250 int ival = util_format_is_pure_integer(params->format); in sp_tgsi_load()
692 int ival = util_format_is_pure_integer(params->format); in sp_tgsi_op()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c369 bool isint = util_format_is_pure_integer(pfmt); in fd5_emit_vertex_bufs()
434 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd5_emit_state()
600 bool is_int = util_format_is_pure_integer(format); in fd5_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c418 bool isint = util_format_is_pure_integer(pfmt); in fd4_emit_vertex_bufs()
535 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd4_emit_state()
697 bool is_int = util_format_is_pure_integer(format); in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c76 !util_format_is_pure_integer(info.src.resource->format)) { in lp_blit()
Dlp_test_format.c383 if (util_format_is_pure_integer(format)) in test_all()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vertex.c165 if (util_format_is_pure_integer(elem->src_format)) { in define_input_element_object()
Dsvga_pipe_clear.c95 util_format_is_pure_integer(fb->cbufs[i]->format)) { in is_integer_target()
Dsvga_pipe_blit.c331 !util_format_is_pure_integer(blit.src.resource->format)) { in svga_blit()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h140 if (util_format_is_pure_integer(format)) in fd_surface_half_precision()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c669 if (!util_format_is_pure_integer(format)) { in r300_is_format_supported()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1129 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_ld()
1249 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_st()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c98 tex_int = util_format_is_pure_integer(view->pipe.format); in nv50_create_texture_view()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_blitter_blt.c472 if (util_format_is_pure_integer(rt->format) || in ilo_blitter_blt_clear_rt()
Dilo_resource.c184 info->is_integer = util_format_is_pure_integer(image_format); in resource_get_image_info()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp283 && !util_format_is_pure_integer(info.src.resource->format)) { in swr_blit()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c99 tex_int = util_format_is_pure_integer(view->pipe.format); in gm107_create_texture_view()
314 tex_int = util_format_is_pure_integer(view->pipe.format); in gf100_create_texture_view()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c560 !util_format_is_pure_integer(info.src.resource->format)) { in etna_blit()

12