Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp441 dec.fp_rounding_mode = static_cast<FPRoundingMode>(argument); in set_decoration()
632 return dec.fp_rounding_mode; in get_decoration()
714 dec.fp_rounding_mode = FPRoundingModeMax; in unset_decoration()
Dspirv_common.hpp1635 spv::FPRoundingMode fp_rounding_mode = spv::FPRoundingModeMax; member