Home
last modified time | relevance | path

Searched refs:DecorationRelaxedPrecision (Results 1 - 23 of 23) sorted by relevance

/third_party/glslang/SPIRV/
H A DspvIR.h358 if (precision == DecorationRelaxedPrecision) in setReturnPrecision()
362 { return reducedPrecisionReturn ? DecorationRelaxedPrecision : NoPrecision; } in getReturnPrecision()
377 if (precision == DecorationRelaxedPrecision) in addParamPrecision()
383 DecorationRelaxedPrecision : NoPrecision; in getParamPrecision()
H A Dspirv.hpp467 DecorationRelaxedPrecision = 0, enumerator
H A DGlslangToSpv.cpp357 case glslang::EpqLow: return spv::DecorationRelaxedPrecision; in TranslatePrecisionDecoration()
358 case glslang::EpqMedium: return spv::DecorationRelaxedPrecision; in TranslatePrecisionDecoration()
7301 decorations.precision = spv::DecorationRelaxedPrecision; in createUnaryOperation()
9425 precision = spv::DecorationRelaxedPrecision; in createNoArgOperation()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp338 DecorationRelaxedPrecision = 0, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp342 DecorationRelaxedPrecision = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp338 DecorationRelaxedPrecision = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp342 DecorationRelaxedPrecision = 0, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp338 DecorationRelaxedPrecision = 0, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp342 DecorationRelaxedPrecision = 0, enumerator
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2525 compiler.has_decoration(sampler_id, DecorationRelaxedPrecision) || in register_combined_image_sampler()
2526 compiler.has_decoration(image_id, DecorationRelaxedPrecision) || in register_combined_image_sampler()
2527 (combined_module_id && compiler.has_decoration(combined_module_id, DecorationRelaxedPrecision)); in register_combined_image_sampler()
2530 compiler.set_decoration(combined_id, DecorationRelaxedPrecision); in register_combined_image_sampler()
2796 (sampler_id && compiler.has_decoration(sampler_id, DecorationRelaxedPrecision)) || in handle()
2797 (image_id && compiler.has_decoration(image_id, DecorationRelaxedPrecision)) || in handle()
2798 (combined_module_id && compiler.has_decoration(combined_module_id, DecorationRelaxedPrecision)); in handle()
2801 compiler.set_decoration(combined_id, DecorationRelaxedPrecision); in handle()
H A Dspirv.hpp423 DecorationRelaxedPrecision = 0, enumerator
H A Dspirv_glsl.cpp12942 if (flags.get(DecorationRelaxedPrecision))
12973 if (flags.get(DecorationRelaxedPrecision))
13151 if (flags.get(DecorationRelaxedPrecision))
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp345 DecorationRelaxedPrecision = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp345 DecorationRelaxedPrecision = 0, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp345 DecorationRelaxedPrecision = 0, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp672 decorations.push_back(spv::DecorationRelaxedPrecision); in getDecorations()
702 (decorations.size() == 1 && decorations[0] == spv::DecorationRelaxedPrecision)); in getArithmeticDecorations()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp412 CASE1(DECORATION, DecorationRelaxedPrecision, Shader),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp412 CASE1(DECORATION, DecorationRelaxedPrecision, Shader),
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp440 DecorationRelaxedPrecision = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp440 DecorationRelaxedPrecision = 0, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp1458 decoration != spv::DecorationRelaxedPrecision))
1801 spirv::WriteDecorate(blobOut, replacedId, spv::DecorationRelaxedPrecision, {});
4279 if (decoration == spv::DecorationRelaxedPrecision)
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1457 case spv::DecorationRelaxedPrecision: in Apply()
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp481 DecorationRelaxedPrecision = 0, enumerator

Completed in 142 milliseconds