Home
last modified time | relevance | path

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

/external/curl/lib/
Dsystem_win32.c173 const WORD targetVersion = (WORD)_WIN32_WINNT; in Curl_verify_windows_version() local
177 matched = targetVersion < fullVersion; in Curl_verify_windows_version()
181 matched = targetVersion <= fullVersion; in Curl_verify_windows_version()
185 matched = targetVersion == fullVersion; in Curl_verify_windows_version()
189 matched = targetVersion >= fullVersion; in Curl_verify_windows_version()
193 matched = targetVersion > fullVersion; in Curl_verify_windows_version()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVProgram.hpp43 SpirvVersion targetVersion; member
47 , targetVersion (targetVersion_) in SpirVAsmBuildOptions()
52 , targetVersion (SPIRV_VERSION_1_0) in SpirVAsmBuildOptions()
DvkShaderProgram.hpp50 SpirvVersion targetVersion; member
55 , targetVersion (targetVersion_) in ShaderBuildOptions()
61 , targetVersion (SPIRV_VERSION_1_0) in ShaderBuildOptions()
DvkShaderToSpirV.cpp258 if (buildOptions.targetVersion >= SPIRV_VERSION_LAST) in compileShaderToSpirV()
281 switch ( buildOptions.targetVersion ) in compileShaderToSpirV()
DvkPrograms.cpp539 shaderstring += getSpirvVersionName(buildOptions.targetVersion); in getBuildOptions()
555 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; in buildProgram()
640 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; in buildProgram()
725 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; in assembleProgram()
/external/deqp/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()
/external/deqp/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()
735 if (!isGLSLVersionSupported(m_renderCtx.getType(), m_spec.targetVersion)) in init()
[all …]
/external/deqp/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()
1463 spec.targetVersion = version; in parseShaderCase()
1479 spec.targetVersion = version; in parseShaderCase()
1497 spec.targetVersion = version; in parseShaderCase()
1530 spec.targetVersion = version; in parseShaderCase()
/external/deqp/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()
449 if (progIter.getProgram().buildOptions.targetVersion > maxSpirvVersion) in buildPrograms()
463 if (progIter.getProgram().buildOptions.targetVersion > maxSpirvVersion) in buildPrograms()
477 if (progIter.getProgram().buildOptions.targetVersion > maxSpirvVersion) in buildPrograms()
DvktTestPackage.cpp259 …if (progIter.getProgram().buildOptions.targetVersion > vk::getMaxSpirvVersionForGlsl(m_context.get… in init()
283 …if (progIter.getProgram().buildOptions.targetVersion > vk::getMaxSpirvVersionForGlsl(m_context.get… in init()
307 …if (asmIterator.getProgram().buildOptions.targetVersion > vk::getMaxSpirvVersionForAsm(m_context.g… in init()
DvktShaderLibrary.cpp160 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genVertexShader()
244 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genFragmentShader()
/external/skqp/src/core/
DSkReadBuffer.h55 bool isVersionLT(Version targetVersion) const { in isVersionLT() argument
56 SkASSERT(targetVersion > 0); in isVersionLT()
57 return fVersion > 0 && fVersion < targetVersion; in isVersionLT()
/external/skia/src/core/
DSkReadBuffer.h55 bool isVersionLT(Version targetVersion) const { in isVersionLT() argument
56 SkASSERT(targetVersion > 0); in isVersionLT()
57 return fVersion > 0 && fVersion < targetVersion; in isVersionLT()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.hpp102 …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()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp1182 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomVertex()
1215 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomTessControl()
1254 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomTessEval()
1291 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomGeometry()
1326 targetSpirvVersion = spirVAsmBuildOptions->targetVersion; in addShaderCodeCustomFragment()