Home
last modified time | relevance | path

Searched refs:targetVersion (Results 1 – 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSpirVProgram.hpp43 SpirvVersion targetVersion; member
49 , targetVersion (targetVersion_) in SpirVAsmBuildOptions()
56 , targetVersion (SPIRV_VERSION_1_0) in SpirVAsmBuildOptions()
DvkShaderProgram.hpp52 SpirvVersion targetVersion; member
58 , targetVersion (targetVersion_) in ShaderBuildOptions()
65 , targetVersion (SPIRV_VERSION_1_0) in ShaderBuildOptions()
DvkPrograms.cpp605 shaderstring += getSpirvVersionName(buildOptions.targetVersion); in getBuildOptions()
621 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; in buildProgram()
709 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; in buildProgram()
799 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; in assembleProgram()
DvkShaderToSpirV.cpp272 if (buildOptions.targetVersion >= SPIRV_VERSION_LAST) in compileShaderToSpirV()
294 switch ( buildOptions.targetVersion ) in compileShaderToSpirV()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dversion.dart67 final Version targetVersion = Version.parse(version);
69 if (targetVersion < minSupportedVersion) {
72 …'Version command is not supported in $targetVersion and it is supported since version $minSupporte…
74 …u really want to switch to version $targetVersion, please use `--force` flag: `flutter version --f…
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariable.cpp45 Version targetVersion = state.getProgramParameters().version; in tokenizeDeclaration() local
65 if (targetVersion >= VERSION_300) in tokenizeDeclaration()
91 if (targetVersion >= VERSION_300) in tokenizeDeclaration()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp267 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
322 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
452targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptions.supports_V… in buildPrograms()
467targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptions.supports_V… in buildPrograms()
482targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptions.supports_V… in buildPrograms()
DvktTestPackage.cpp431 if (!spirvVersionSupported(progIter.getProgram().buildOptions.targetVersion)) in init()
455 if (!spirvVersionSupported(progIter.getProgram().buildOptions.targetVersion)) in init()
479 if (!spirvVersionSupported(asmIterator.getProgram().buildOptions.targetVersion)) in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktBuildPrograms.cpp267 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
322 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
452targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptions.supports_V… in buildPrograms()
467targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptions.supports_V… in buildPrograms()
482targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptions.supports_V… in buildPrograms()
DvktTestPackage.cpp431 if (!spirvVersionSupported(progIter.getProgram().buildOptions.targetVersion)) in init()
455 if (!spirvVersionSupported(progIter.getProgram().buildOptions.targetVersion)) in init()
479 if (!spirvVersionSupported(asmIterator.getProgram().buildOptions.targetVersion)) in init()
DvktShaderLibrary.cpp160 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genVertexShader()
244 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genFragmentShader()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderConstExprTests.cpp160 spec.targetVersion = version; in createTests()
181 spec.targetVersion = version; in createTests()
214 spec.targetVersion = version; in createTests()
235 spec.targetVersion = version; in createTests()
DglsShaderLibraryCase.cpp143 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in genVertexShader()
147 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genVertexShader()
234 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in genFragmentShader()
237 const char* const prec = supportsFragmentHighp(spec.targetVersion) ? "highp" : "mediump"; in genFragmentShader()
239 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genFragmentShader()
288 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in specializeVertexShader()
362 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in specializeFragmentShader()
436 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion); in generateVertexSpecialization()
475 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion); in generateFragmentSpecialization()
734 …TCU_THROW(NotSupportedError, (string(getGLSLVersionName(spec.targetVersion)) + " is not supported"… in requireExtension()
[all …]
/third_party/skia/src/core/
DSkReadBuffer.h48 bool isVersionLT(SkPicturePriv::Version targetVersion) const { in isVersionLT() argument
49 SkASSERT(targetVersion > 0); in isVersionLT()
50 return fVersion > 0 && fVersion < targetVersion; in isVersionLT()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.hpp174 glu::GLSLVersion targetVersion; member
186 , targetVersion (glu::GLSL_VERSION_LAST) in ShaderCaseSpecification()
DgluShaderLibrary.cpp110 if (spec.targetVersion != GLSL_VERSION_100_ES) in isValid()
1460 spec.targetVersion = version; in parseShaderCase()
1476 spec.targetVersion = version; in parseShaderCase()
1494 spec.targetVersion = version; in parseShaderCase()
1527 spec.targetVersion = version; in parseShaderCase()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksSerializerVKSC.hpp58 serializer.Serialize(v.vulkanVersion, v.targetVersion, v.supports_VK_KHR_spirv_1_4); in SerializeItem()
76 serializer.Serialize(v.vulkanVersion, v.targetVersion, v.flags, v.supports_VK_KHR_spirv_1_4); in SerializeItem()
/third_party/flutter/skia/src/core/
DSkReadBuffer.h40 bool isVersionLT(SkPicturePriv::Version targetVersion) const { in isVersionLT() argument
41 SkASSERT(targetVersion > 0); in isVersionLT()
42 return fVersion > 0 && fVersion < targetVersion; in isVersionLT()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DbundleInfo.js49 targetVersion: "[PC preview] unknown targetVersion", property
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.hpp101 …ectResult expectResult, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion targetVersion,
DglcShaderLibraryCase.cpp81 … ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, GLSLVersion targetVersion, in ShaderCase() argument
87 , m_targetVersion(targetVersion) in ShaderCase()
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DbundleManager.js255 targetVersion: "[PC preview] unknown targetVersion", property
713 targetVersion: "[PC preview] unknown targetVersion", property
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp1259 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomVertex()
1292 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomTessControl()
1331 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomTessEval()
1368 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomGeometry()
1403 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomFragment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp1259 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomVertex()
1292 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomTessControl()
1331 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomTessEval()
1368 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomGeometry()
1403 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomFragment()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dgradle.dart323 /// Returns true if [targetVersion] is within the range [min] and [max] inclusive.
324 bool _isWithinVersionRange(String targetVersion, {String min, String max}) {
325 final Version parsedTargetVersion = Version.parse(targetVersion);

12