Home
last modified time | relevance | path

Searched defs:apiName (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/protocols/vulkan/xml/
DgenRef.py106 def seeAlsoList(apiName, explicitRefs=None): argument
815 apiName = conventions.api_name('api') variable
Dpygenerator.py16 def apiName(self, name): member in PyOutputGenerator
/device/generic/vulkan-cereal/protocols/vulkan/
DgenRef.py76 def seeAlsoList(apiName, explicitRefs = None): argument
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkReconstruction.cpp311 … const char* apiName = apiInfo ? goldfish_vk::api_opcode_to_string(apiInfo->opCode) : "unalloced"; in dump() local
323 … const char* apiName = apiInfo ? goldfish_vk::api_opcode_to_string(apiInfo->opCode) : "unalloced"; in dump() local
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dcodegen.py798 def makeApiFunc(self, typeInfo, apiName): argument
819 def makeDecl(self, typeInfo, apiName): argument
823 def makeDefinition(self, typeInfo, apiName, isStatic=False): argument
Dvulkantypes.py29 def isCreateApi(self, apiName): argument
32 def isDestroyApi(self, apiName): argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/
Ddispatch.py325 def emit_check_impl(cgen, dispatchVar, feature, featureToCheck, apiName): argument