Home
last modified time | relevance | path

Searched refs:additionalParams (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderFunctionTests.cpp103 static ShaderFunctionCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, bool usesTextures, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const LineStream& shaderSrc, const std::map<std::string, std::string>* additionalParams) in createStructCase() argument
148 if (additionalParams) in createStructCase()
149 spParams.insert(additionalParams->begin(), additionalParams->end()); in createStructCase()
H A Des3fShaderStructTests.cpp118 static ShaderStructCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, bool usesTextures, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const LineStream& shaderSrc, const std::map<std::string, std::string>* additionalParams) in createStructCase() argument
162 if (additionalParams) in createStructCase()
163 spParams.insert(additionalParams->begin(), additionalParams->end()); in createStructCase()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderFunctionTests.cpp94 static ShaderFunctionCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const LineStream& shaderSrc, const std::map<std::string, std::string>* additionalParams) in createStructCase() argument
133 if (additionalParams) in createStructCase()
134 spParams.insert(additionalParams->begin(), additionalParams->end()); in createStructCase()
H A Des2fShaderStructTests.cpp156 static ShaderStructCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, deUint32 flags, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const LineStream& shaderSrc, const std::map<std::string, std::string>* additionalParams) in createStructCase() argument
193 if (additionalParams) in createStructCase()
194 spParams.insert(additionalParams->begin(), additionalParams->end()); in createStructCase()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressTestUtil.cpp57 // Specializes certain template patterns in templ for GLSL version m_glslVersion; params in additionalParams (optional) are also included in the substitution.
58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams) const in substitute()
72 params.insert(additionalParams.begin(), additionalParams.end()); in substitute()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py2847 additionalParams = ( 'memReservationStatMax, isSubProcess' if api.apiName == 'vulkansc' else 'isSubProcess' ) variable
2849 featureItems.append(testBlock.format(structureType.name, "\n".join(items), len(items), ("DE_NULL" if coreFeaturesPattern.match(structureType.name) else "&extensionNames"), structureType.name[len('VkPhysicalDevice'):], additionalParams, additionalDefs))
H A Dgen_framework_sc.py2568 additionalParams = ( 'memReservationStatMax, isSubProcess' if apiName == 'SC' else 'isSubProcess' ) variable
2570 featureItems.append(testBlock.format(structureType.name, "\n".join(items), len(items), ("DE_NULL" if coreFeaturesPattern.match(structureType.name) else "&extensionNames"), structureType.name[len('VkPhysicalDevice'):], additionalParams, additionalDefs))
H A Dohos_gen_framework.py2560 additionalParams = ( 'memReservationStatMax, isSubProcess' if apiName == 'SC' else 'isSubProcess' ) variable
2562 featureItems.append(testBlock.format(structureType.name, "\n".join(items), len(items), ("DE_NULL" if coreFeaturesPattern.match(structureType.name) else "&extensionNames"), structureType.name[len('VkPhysicalDevice'):], additionalParams, additionalDefs))

Completed in 20 milliseconds