/third_party/glslang/SPIRV/ |
H A D | spvIR.h | 358 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 D | spirv.hpp | 467 DecorationRelaxedPrecision = 0, enumerator
|
H A D | GlslangToSpv.cpp | 357 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 D | spirv.hpp | 338 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 342 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.hpp | 338 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.hpp | 342 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 338 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 342 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 2525 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 D | spirv.hpp | 423 DecorationRelaxedPrecision = 0, enumerator
|
H A D | spirv_glsl.cpp | 12942 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 D | spirv.hpp | 345 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.hpp | 345 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 345 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 672 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 D | operand_capabilities_test.cpp | 412 CASE1(DECORATION, DecorationRelaxedPrecision, Shader),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | operand_capabilities_test.cpp | 412 CASE1(DECORATION, DecorationRelaxedPrecision, Shader),
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 440 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.hpp | 440 DecorationRelaxedPrecision = 0, enumerator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | glslang_wrapper_utils.cpp | 1458 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 D | SpirvShader.cpp | 1457 case spv::DecorationRelaxedPrecision: in Apply()
|
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 481 DecorationRelaxedPrecision = 0, enumerator
|