/external/curl/lib/ |
D | system_win32.c | 173 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/ |
D | vkSpirVProgram.hpp | 43 SpirvVersion targetVersion; member 47 , targetVersion (targetVersion_) in SpirVAsmBuildOptions() 52 , targetVersion (SPIRV_VERSION_1_0) in SpirVAsmBuildOptions()
|
D | vkShaderProgram.hpp | 50 SpirvVersion targetVersion; member 55 , targetVersion (targetVersion_) in ShaderBuildOptions() 61 , targetVersion (SPIRV_VERSION_1_0) in ShaderBuildOptions()
|
D | vkShaderToSpirV.cpp | 258 if (buildOptions.targetVersion >= SPIRV_VERSION_LAST) in compileShaderToSpirV() 281 switch ( buildOptions.targetVersion ) in compileShaderToSpirV()
|
D | vkPrograms.cpp | 539 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/ |
D | rsgVariable.cpp | 45 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/ |
D | glsShaderConstExprTests.cpp | 160 spec.targetVersion = version; in createTests() 181 spec.targetVersion = version; in createTests() 214 spec.targetVersion = version; in createTests() 235 spec.targetVersion = version; in createTests()
|
D | glsShaderLibraryCase.cpp | 143 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/ |
D | gluShaderLibrary.hpp | 174 glu::GLSLVersion targetVersion; member 186 , targetVersion (glu::GLSL_VERSION_LAST) in ShaderCaseSpecification()
|
D | gluShaderLibrary.cpp | 110 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/ |
D | vktBuildPrograms.cpp | 267 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()
|
D | vktTestPackage.cpp | 259 …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()
|
D | vktShaderLibrary.cpp | 160 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genVertexShader() 244 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genFragmentShader()
|
/external/skqp/src/core/ |
D | SkReadBuffer.h | 55 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/ |
D | SkReadBuffer.h | 55 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/ |
D | glcShaderLibraryCase.hpp | 102 …ectResult expectResult, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion targetVersion,
|
D | glcShaderLibraryCase.cpp | 81 … 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/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1182 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()
|