Home
last modified time | relevance | path

Searched refs:apiName (Results 1 – 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/scripts/
Dmustpass.py261 def getApiType(apiName): argument
262 if apiName == "GLES2":
264 if apiName == "GLES3":
266 if apiName == "GLES31":
268 if apiName == "GLES32":
270 if apiName == "GL46":
272 if apiName == "GL45":
274 if apiName == "GL44":
276 if apiName == "GL43":
278 if apiName == "GL42":
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp235 static const string getCaseListFileOption(const char* mustpassDir, const char* apiName, const char*… in getCaseListFileOption() argument
242 return case_list_option + mustpassDir + apiName + "-" + mustpassName + ".txt"; in getCaseListFileOption()
245 static const string getLogFileName(const char* apiName, const char* configName, const int iterId, c… in getLogFileName() argument
248 …string res = string("config-") + apiName + "-" + configName + "-cfg-" + de::toString(iterId) + "-r… in getLogFileName()
259 …c void getBaseOptions(std::vector<std::string>& args, const char* mustpassDir, const char* apiName, in getBaseOptions() argument
262 args.push_back(getCaseListFileOption(mustpassDir, apiName, configName)); in getBaseOptions()
301 const char* apiName = "egl"; in getTestRunsForAOSPEGL() local
308 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1); in getTestRunsForAOSPEGL()
309 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_egl_first_cfg[i].configName, in getTestRunsForAOSPEGL()
347 const char* apiName = getApiName(aosp_mustpass_es_first_cfg[i].apiType); in getTestRunsForAOSPES() local
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
DgenRef.py141 def seeAlsoList(apiName, explicitRefs=None, apiAliases=[]): argument
156 allApis.append(apiName)
536 ' * The ' + apiName + ' Specification.\n'))
582 desc = 'Unknown ' + apiName + ' flags type'
594 ' is an unknown ' + apiName + ' type, assumed to be a bitmask.\n'))
627 desc = apiName + ' object handle'
632 'by the ' + apiName + ' implementation. These handles are created or allocated\n',
633 'by the @@ TBD @@ function, and used by other ' + apiName + ' structures\n',
732 print('= ' + apiName + ' API Reference Pages',
753 [api.protos, 'protos', apiName + ' Commands'],
[all …]
Dreflow.py198 self.apiName = self.defaultApiName
449 self.apiName,
453 logDiag('Assigning', self.vuPrefix, self.apiName, self.nextvu,
512 self.apiName = self.defaultApiName
675 apiName = matches.group('entity_name')
676 if state.apiName != state.defaultApiName:
683 if not apiMatch(state.apiName, apiName):
686 state.apiName = apiName
Dscriptgenerator.py30 def apiName(self, name): member in ScriptOutputGenerator
160 if not self.apiName(baseType) or not self.apiName(refType):
Dreg.py91 def stripNonmatchingAPIs(tree, apiName, actuallyDelete = True): argument
109 if apiNameMatch(apiName, api):
112 elif not apiNameMatch(apiName, api):
/third_party/vk-gl-cts/modules/egl/
DteglRenderCase.cpp241 const char* apiName = DE_NULL; in executeForSurface() local
249 apiName = "OpenGL ES 2.x"; in executeForSurface()
256 apiName = "OpenGL ES 3.x"; in executeForSurface()
263 apiName = "OpenGL ES 1.x"; in executeForSurface()
270 apiName = "OpenVG"; in executeForSurface()
279 log << TestLog::Message << apiName << TestLog::EndMessage; in executeForSurface()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java247 String apiName = cls; in compareDeprecated() local
249 apiName += "." + name; in compareDeprecated()
252 pw.println("No @Deprecated annotation: [" + type + "] " + apiName); in compareDeprecated()
254 pw.println("No @deprecated JavaDoc tag: [" + type + "] " + apiName); in compareDeprecated()
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_framework_sc.py1046 def writeBasicTypes (apiName, api, filename): argument
1051 if apiName == '':
1055 elif apiName == 'SC':
1731 def writeDriverIds(apiName, filename): argument
1743 vulkanCore = readFile(vulkanHeaderFile[apiName])
1771 def writeSupportedExtensions(apiName, api, filename): argument
1795 if apiName=='SC' and currVersion.api==0 and currVersion.major==1 and currVersion.minor>2:
1806 if apiName == 'SC':
1830 …sion, ::std::vector<const char*>&%s)" % (" dst" if len(deviceMap) != 0 or apiName == 'SC' else ""),
1834 …on, ::std::vector<const char*>&%s)" % (" dst" if len(instanceMap) != 0 or apiName == 'SC' else ""),
[all …]
Dgen_framework.py921 def genDefinesSrc (apiName, defines): argument
963 def writeBasicTypes (apiName, api, filename): argument
967 for line in genDefinesSrc(apiName, api.defines):
1763 def writeSupportedExtensions(apiName, api, filename): argument
1792 if apiName=='SC' and major==1 and minor>2:
1802 if apiName == 'SC':
1825 …sion, ::std::vector<const char*>&%s)" % (" dst" if len(deviceMap) != 0 or apiName == 'SC' else ""),
1829 …on, ::std::vector<const char*>&%s)" % (" dst" if len(instanceMap) != 0 or apiName == 'SC' else ""),
2299 def generateDevicePropertiesDefs(apiName, src): argument
2337 if apiName == 'SC':
[all …]
Dohos_gen_framework.py939 def genDefinesSrc (apiName, defines): argument
981 def writeBasicTypes (apiName, api, filename): argument
985 for line in genDefinesSrc(apiName, api.defines):
1781 def writeSupportedExtensions(apiName, api, filename): argument
1810 if apiName=='SC' and major==1 and minor>2:
1820 if apiName == 'SC':
1843 …sion, ::std::vector<const char*>&%s)" % (" dst" if len(deviceMap) != 0 or apiName == 'SC' else ""),
1847 …on, ::std::vector<const char*>&%s)" % (" dst" if len(instanceMap) != 0 or apiName == 'SC' else ""),
2317 def generateDevicePropertiesDefs(apiName, src): argument
2355 if apiName == 'SC':
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1241 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateCompareSrc() local
1242 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()
1341 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateWriteSrc() local
1342 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()
1622 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in copyNonWrittenData() local
1623 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()
1896 const string apiName = getBlockAPIName(block, instanceNdx); in computeBufferSizes() local
1897 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1241 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateCompareSrc() local
1242 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()
1341 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateWriteSrc() local
1342 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()
1622 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in copyNonWrittenData() local
1623 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()
1896 const string apiName = getBlockAPIName(block, instanceNdx); in computeBufferSizes() local
1897 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1407 const std::string& apiName, in generateAssignment() argument
1417 …std::string fullApiName = std::string(apiName) + (isArray ? "[0]" : ""); // Arrays are alway… in generateAssignment()
1443 const std::string elementApiName = std::string(apiName) + op; in generateAssignment()
1457 const std::string memberApiName = std::string(apiName) + op; in generateAssignment()
1497 std::string apiName = apiPrefix + interfaceMember.getName(); in generateAssignment() local
1499 …generateAssignment(src, layout, interfaceMember.getType(), srcName, apiName, blockNdx, basePtr, ma… in generateAssignment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1407 const std::string& apiName, in generateAssignment() argument
1417 …std::string fullApiName = std::string(apiName) + (isArray ? "[0]" : ""); // Arrays are alway… in generateAssignment()
1443 const std::string elementApiName = std::string(apiName) + op; in generateAssignment()
1457 const std::string memberApiName = std::string(apiName) + op; in generateAssignment()
1497 std::string apiName = apiPrefix + interfaceMember.getName(); in generateAssignment() local
1499 …generateAssignment(src, layout, interfaceMember.getType(), srcName, apiName, blockNdx, basePtr, ma… in generateAssignment()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1144 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateCompareSrc() local
1145 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()
1228 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateWriteSrc() local
1229 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()
1601 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in copyNonWrittenData() local
1602 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()
1874 const string apiName = getBlockAPIName(block, instanceNdx); in computeBufferSizes() local
1875 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()
Des31fGeometryShaderTests.cpp4575 …Context& context, const char* name, const char* description, glw::GLenum apiName, const std::strin…
4586 …Context& context, const char* name, const char* description, glw::GLenum apiName, const std::strin… in GeometryProgramLimitCase() argument
4588 , m_apiName (apiName) in GeometryProgramLimitCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp1456 const std::string& apiName, in generateCompareSrc() argument
1469 …std::string fullApiName = std::string(apiName) + (isArray ? "[0]" : ""); // Arrays are always… in generateCompareSrc()
1502 std::string elementApiName = std::string(apiName) + op; in generateCompareSrc()
1517 std::string memberApiName = std::string(apiName) + op; in generateCompareSrc()
1572 std::string apiName = apiPrefix + uniform.getName(); in generateCompareSrc() local
1573 …generateCompareSrc(src, resultVar, uniform.getType(), srcName, apiName, layout, blockNdx, basePtr,… in generateCompareSrc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
DvktUniformBlockCase.cpp1456 const std::string& apiName, in generateCompareSrc() argument
1469 …std::string fullApiName = std::string(apiName) + (isArray ? "[0]" : ""); // Arrays are always… in generateCompareSrc()
1502 std::string elementApiName = std::string(apiName) + op; in generateCompareSrc()
1517 std::string memberApiName = std::string(apiName) + op; in generateCompareSrc()
1572 std::string apiName = apiPrefix + uniform.getName(); in generateCompareSrc() local
1573 …generateCompareSrc(src, resultVar, uniform.getType(), srcName, apiName, layout, blockNdx, basePtr,… in generateCompareSrc()
/third_party/vulkan-headers/registry/
Dreg.py91 def stripNonmatchingAPIs(tree, apiName, actuallyDelete = True): argument
109 if apiNameMatch(apiName, api):
112 elif not apiNameMatch(apiName, api):
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp924 const char* apiName, const UniformLayout& layout, const void* basePtr, deUint32 unusedMask) in generateCompareSrc() argument
932 …std::string fullApiName = string(apiName) + (isArray ? "[0]" : ""); // Arrays are always postfix… in generateCompareSrc()
961 (string(apiName) + op).c_str(), layout, basePtr, unusedMask); in generateCompareSrc()
976 (string(apiName) + op).c_str(), layout, basePtr, unusedMask); in generateCompareSrc()
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp1003 …t char* resultVar, const VarType& type, const char* srcName, const char* apiName, const UniformLay… in generateCompareSrc() argument
1011 …std::string fullApiName = string(apiName) + (isArray ? "[0]" : ""); // Arrays are always post… in generateCompareSrc()
1038 …generateCompareSrc(src, resultVar, elementType, (string(srcName) + op).c_str(), (string(apiName) +… in generateCompareSrc()
1051 …esultVar, memberIter->getType(), (string(srcName) + op).c_str(), (string(apiName) + op).c_str(), l… in generateCompareSrc()