Home
last modified time | relevance | path

Searched refs:free_fp_rounding_mode (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp113 if (state.features().free_fp_rounding_mode) { in CheckRequiredCapabilities()
131 if (state.features().free_fp_rounding_mode) return SPV_SUCCESS; in CheckRequiredCapabilities()
Dvalidation_state.h68 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration member
Dvalidation_state.cpp388 features_.free_fp_rounding_mode = true; in RegisterCapability()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp113 if (state.features().free_fp_rounding_mode) { in CheckRequiredCapabilities()
131 if (state.features().free_fp_rounding_mode) return SPV_SUCCESS; in CheckRequiredCapabilities()
Dvalidation_state.h69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration member
Dvalidation_state.cpp389 features_.free_fp_rounding_mode = true; in RegisterCapability()