Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c448 if (!util_format_is_pure_integer(format)) { in r300_is_format_supported()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c343 if (util_format_is_pure_integer(format)) in test_all()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_tex.c107 tex_int = util_format_is_pure_integer(view->pipe.format); in nv50_create_sampler_view()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1082 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_ld()
1182 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_st()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h585 util_format_is_pure_integer(enum pipe_format format);
Du_format.c122 util_format_is_pure_integer(enum pipe_format format) in util_format_is_pure_integer() function
Du_blitter.c894 boolean int_format = util_format_is_pure_integer(cbuf_format); in util_blitter_clear_custom()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_tex.c90 tex_int = util_format_is_pure_integer(view->pipe.format); in nvc0_create_sampler_view()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c492 util_format_is_pure_integer(info->src.res->format)) { in r600_resource_resolve()
Dr600_state.c596 if (util_format_is_pure_integer(format)) in r600_is_format_supported()
1609 util_format_is_pure_integer(state->cbufs[0]->format); in r600_set_framebuffer_state()
Devergreen_state.c1716 util_format_is_pure_integer(state->cbufs[0]->format); in evergreen_set_framebuffer_state()