Home
last modified time | relevance | path

Searched refs:raw_fmt (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/units/
Dio.hpp112raw_fmt = 2, /// output only symbols for base units (but not derived units), for exampl… enumerator
197 (set_format)(ios, raw_fmt); in raw_format()
803 case raw_fmt: in operator ()()
868 … case raw_fmt: do_print(os, maybe_parenthesize(Unit(), format_raw_symbol_impl())); break; in do_print_prefixed_impl()
1024 else if (units::get_format(os) == raw_fmt) in operator <<()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c405 enum isl_format raw_fmt = (image_fmtl->bpb == 64) ? in lower_image_load_instr() local
443 image_fmt, raw_fmt, in lower_image_load_instr()
557 enum isl_format raw_fmt = (image_fmtl->bpb == 64) ? in lower_image_store_instr() local
583 image_fmt, raw_fmt); in lower_image_store_instr()