Home
last modified time | relevance | path

Searched refs:structureName (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py2391 structureName = structureDetail.nameList[0] variable in writeDeviceFeatures2.StructureFoundContinueToNextOne
2394 if structureName in requirement.typeList:
2416 structureName = structureDetail.nameList[0] variable in writeDeviceFeatures2.StructureFoundContinueToNextOne
2419 structureDefinitions.append(structureName + nameSpacing + structureDetail.instanceName + '[count];')
2432 nameSpacing = '\t' * int((len(structureName) - 4) / 4)
2435 clearStructures.append('\tdeMemset(&' + structureDetail.instanceName + '[ndx], 0xFF * ndx, sizeof(' + structureName + '));')
2457 verifyStructure.append('\t{\n\t\tTCU_FAIL("Mismatch between ' + structureName + '");\n\t}')
H A Dohos_gen_framework.py2047 structureName = structureDetail.nameList[0] variable in writeDeviceFeatures2.StructureFoundContinueToNextOne
2050 if structureName in requirement.typeList:
2066 structureName = structureDetail.nameList[0] variable in writeDeviceFeatures2.StructureFoundContinueToNextOne
2069 structureDefinitions.append(structureName + nameSpacing + structureDetail.instanceName + '[count];')
2082 nameSpacing = '\t' * int((len(structureName) - 4) / 4)
2085 clearStructures.append('\tdeMemset(&' + structureDetail.instanceName + '[ndx], 0xFF * ndx, sizeof(' + structureName + '));')
2107 verifyStructure.append('\t{\n\t\tTCU_FAIL("Mismatch between ' + structureName + '");\n\t}')

Completed in 10 milliseconds