Home
last modified time | relevance | path

Searched refs:util_format_is_float (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c45 util_format_is_float(enum pipe_format format) in util_format_is_float() function
249 util_format_is_float(format)) { in util_format_is_supported()
Du_format.h648 util_format_is_float(enum pipe_format format);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c166 if (util_format_is_float(pfi->stvis.color_format)) { in stw_query_attrib()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h144 if (util_format_is_float(format) && in fd_surface_half_precision()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c408 util_format_is_float(pt->format) || mt->ms_mode) { in nv30_miptree_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c935 if (util_format_is_float(view->base.format)) { in r300_merge_textures_and_samplers()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c730 bool is_float = util_format_is_float(format); in fd3_emit_state()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1210 if (util_format_is_float(surface_fmts[i])) { in test_surface_st_check()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1516 if (util_format_is_float(srcFormat)) { in st_CopyPixels()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c3267 boolean clamped_zero = !util_format_is_float(format) && in make_variant_key()