Home
last modified time | relevance | path

Searched refs:util_format_is_float (Results 1 – 6 of 6) 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
240 util_format_is_float(format)) { in util_format_is_supported()
Du_format.h566 util_format_is_float(enum pipe_format format);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c151 if (util_format_is_float(pfi->stvis.color_format)) { in stw_query_attrib()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_miptree.c313 util_format_is_float(pt->format) || mt->ms_mode) { in nv30_miptree_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c890 if (util_format_is_float(view->base.format)) { in r300_merge_textures_and_samplers()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1161 if (util_format_is_float(surface_fmts[i])) { in test_surface_st()