/external/mesa3d/src/gfxstream/codegen/scripts/cereal/ |
D | encoder.py | 121 def emit_custom_pre_validate(typeInfo, api, cgen): argument 138 def emit_custom_resource_preprocess(typeInfo, api, cgen): argument 147 def emit_custom_resource_postprocess(typeInfo, api, cgen): argument 156 def emit_count_marshal(typeInfo, param, cgen): argument 166 def emit_marshal(typeInfo, param, cgen): argument 185 def emit_unmarshal(typeInfo, param, cgen): argument 192 def emit_deepcopy(typeInfo, param, cgen): argument 199 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 206 def emit_handlemap_create(typeInfo, param, cgen): argument 218 def emit_handlemap_destroy(typeInfo, param, cgen): argument [all …]
|
D | decoder.py | 155 def emit_unmarshal(typeInfo, param, cgen, output = False, destroy = False, noUnbox = False): argument 227 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 234 def emit_marshal(typeInfo, param, cgen, handleMapOverwrites=False): argument 396 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument 490 def emit_snapshot(typeInfo, api, cgen): argument 523 def emit_decoding(typeInfo, api, cgen, globalWrapped=False, context=False): argument 545 def emit_default_decoding(typeInfo, api, cgen): argument 548 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 551 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument 601 def decode_vkInvalidateMappedMemoryRanges(typeInfo, api, cgen): argument [all …]
|
D | subdecode.py | 53 def emit_unmarshal(typeInfo, param, cgen, output=False, destroy=False, noUnbox=False): argument 108 def emit_dispatch_unmarshal(typeInfo, param, cgen, globalWrapped): argument 146 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 202 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument 280 def emit_default_decoding(typeInfo, api, cgen): argument 285 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 289 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument 323 def __init__(self, module, typeInfo): argument
|
D | vkextensionstructuretype.py | 8 def __init__(self, extensionName: str, module, typeInfo): argument 28 def __init__(self, module, typeInfo): argument 33 def __init__(self, module, typeInfo): argument
|
D | decodersnapshot.py | 348 def emit_impl(typeInfo, api, cgen): argument 447 def emit_passthrough_to_impl(typeInfo, api, cgen): argument 451 def __init__(self, module, typeInfo): argument
|
D | frontend.py | 26 def __init__(self, module, typeInfo): argument
|
D | unbox.py | 13 def __init__(self, module, typeInfo): argument
|
D | extensionstructs.py | 17 def __init__(self, module, typeInfo, variant="host"): argument
|
D | api_log_decoder.py | 95 def __init__(self, module, typeInfo): argument
|
D | dispatch.py | 124 def __init__(self, module, typeInfo): argument 380 def __init__(self, module, typeInfo): argument
|
D | handlemap.py | 159 def __init__(self, module, typeInfo): argument
|
D | deepcopy.py | 253 def __init__(self, module, typeInfo): argument
|
D | functable.py | 214 def __init__(self, module, typeInfo): argument
|
D | testing.py | 301 def __init__(self, module, typeInfo): argument
|
D | transform.py | 203 …def __init__(self, module, typeInfo, resourceTrackerTypeName="ResourceTracker", resourceTrackerVar… argument
|
/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/ |
D | codegen.py | 690 def validPrimitive(self, typeInfo, typeName): argument 694 def makePrimitiveStreamMethod(self, typeInfo, typeName, direction="write"): argument 715 def makePrimitiveStreamMethodInPlace(self, typeInfo, typeName, direction="write"): argument 736 def streamPrimitive(self, typeInfo, streamVar, accessExpr, accessType, direction="write"): argument 783 …def memcpyPrimitive(self, typeInfo, streamVar, accessExpr, accessType, variant, direction="write"): argument 847 def countPrimitive(self, typeInfo, accessType): argument 886 def makeApiFunc(self, typeInfo, apiName): argument 907 def makeDecl(self, typeInfo, apiName): argument 911 def makeDefinition(self, typeInfo, apiName, isStatic=False): argument 954 def onGenType(self, typeInfo, name, alias): argument [all …]
|
D | vulkantypes.py | 452 def isEnum(self, typeInfo): argument 455 def isBitmask(self, typeInfo): argument 499 def isSimpleValueType(self, typeInfo): argument 671 def makeVulkanTypeFromXMLTag(typeInfo, parentName: str, tag: Element) -> VulkanType: argument 1196 def registerTypeInfo(self, typeInfo): argument 1240 def __init__(self, typeInfo, structInfo, vulkanType): argument
|
/external/robolectric/resources/src/main/java/org/robolectric/res/ |
D | ResourceIdGenerator.java | 9 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator
|
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InstrumentingClassWriter.java | 113 private ClassNode typeInfo(final String type) throws ClassNotFoundException { in typeInfo() method in InstrumentingClassWriter
|
/external/google-fruit/src/ |
D | injector_storage.cpp | 111 void* InjectorStorage::getMultibindings(TypeId typeInfo) { in getMultibindings()
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiFile.java | 172 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname); in parseClass() local 568 TypeInfo typeInfo = Converter.obtainTypeFromString(type); in parseParameterList() local
|
D | XmlApiFile.java | 121 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | StackMap.java | 207 public void typeInfo(int pos, byte tag) {} in typeInfo() method in StackMap.Walker 254 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.Copier 331 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.SimpleCopy
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12144 class typeInfo<glw::GLboolean> class 12151 class typeInfo<glw::GLdouble> class 12158 class typeInfo<tcu::UVec2> class 12165 class typeInfo<tcu::UVec3> class 12172 class typeInfo<tcu::UVec4> class 12179 class typeInfo<tcu::DVec2> class 12186 class typeInfo<tcu::DVec3> class 12193 class typeInfo<tcu::DVec4> class 12200 class typeInfo<tcu::Matrix<glw::GLdouble, 2, 2>> class 12207 class typeInfo<tcu::Matrix<glw::GLdouble, 3, 2>> class [all …]
|
/external/angle/third_party/vulkan-headers/src/registry/ |
D | base_generator.py | 582 def genType(self, typeInfo, typeName, alias): argument
|