Home
last modified time | relevance | path

Searched refs:util_format_is_pure_integer (Results 1 – 25 of 40) 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.h685 util_format_is_pure_integer(enum pipe_format format);
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/llvmpipe/
Dlp_surface.c76 !util_format_is_pure_integer(info.src.resource->format)) { in lp_blit()
Dlp_test_format.c381 if (util_format_is_pure_integer(format)) in test_all()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c415 bool isint = util_format_is_pure_integer(pfmt); in fd4_emit_vertex_bufs()
532 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd4_emit_state()
694 bool is_int = util_format_is_pure_integer(format); in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vertex.c157 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.c688 !util_format_is_pure_integer(blit->src.resource->format)) { in svga_blit()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c453 bool isint = util_format_is_pure_integer(pfmt); in fd5_emit_vertex_bufs()
518 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd5_emit_state()
712 bool is_int = util_format_is_pure_integer(format); in fd5_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h144 if (util_format_is_pure_integer(format)) in fd_surface_half_precision()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c113 util_format_is_pure_integer(enum pipe_format format) in util_format_is_pure_integer() function
Du_format.h496 util_format_is_pure_integer(enum pipe_format format);
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c698 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/nouveau/nv30/
Dnv30_miptree.c208 !util_format_is_pure_integer(info.src.resource->format)) { in nv30_blit()
/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.c100 tex_int = util_format_is_pure_integer(view->pipe.format); in gm107_create_texture_view()
316 tex_int = util_format_is_pure_integer(view->pipe.format); in gf100_create_texture_view()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_state.c379 util_format_is_pure_integer(so->pipe[i].src_format)) { in vc5_vertex_state_create()

12