/external/gfxstream-protocols/registry/vulkan/scripts/cereal/ |
D | encoder.py | 123 def emit_custom_pre_validate(typeInfo, api, cgen): argument 140 def emit_custom_resource_preprocess(typeInfo, api, cgen): argument 149 def emit_custom_resource_postprocess(typeInfo, api, cgen): argument 158 def emit_count_marshal(typeInfo, param, cgen): argument 168 def emit_marshal(typeInfo, param, cgen): argument 187 def emit_unmarshal(typeInfo, param, cgen): argument 194 def emit_deepcopy(typeInfo, param, cgen): argument 201 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 208 def emit_handlemap_create(typeInfo, param, cgen): argument 220 def emit_handlemap_destroy(typeInfo, param, cgen): argument [all …]
|
D | decoder.py | 140 def emit_unmarshal(typeInfo, param, cgen, output = False, destroy = False, noUnbox = False): argument 205 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 212 def emit_marshal(typeInfo, param, cgen, handleMapOverwrites=False): argument 352 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument 444 def emit_snapshot(typeInfo, api, cgen): argument 480 def emit_decoding(typeInfo, api, cgen, globalWrapped=False, context=False): argument 502 def emit_default_decoding(typeInfo, api, cgen): argument 505 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 508 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument 539 def decode_vkInvalidateMappedMemoryRanges(typeInfo, api, cgen): argument [all …]
|
D | subdecode.py | 51 def emit_unmarshal(typeInfo, param, cgen, output=False, destroy=False, noUnbox=False): argument 104 def emit_dispatch_unmarshal(typeInfo, param, cgen, globalWrapped): argument 140 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 196 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument 274 def emit_default_decoding(typeInfo, api, cgen): argument 279 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 283 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument 307 def __init__(self, module, typeInfo): argument
|
D | vkextensionstructuretype.py | 20 def __init__(self, extensionName: str, module, typeInfo): argument 40 def __init__(self, module, typeInfo): argument 45 def __init__(self, module, typeInfo): argument
|
D | decodersnapshot.py | 123 def emit_impl(typeInfo, api, cgen): argument 193 def emit_passthrough_to_impl(typeInfo, api, cgen): argument 197 def __init__(self, module, typeInfo): argument
|
D | frontend.py | 38 def __init__(self, module, typeInfo): argument
|
D | unbox.py | 25 def __init__(self, module, typeInfo): argument
|
D | extensionstructs.py | 29 def __init__(self, module, typeInfo): argument
|
D | functable.py | 97 def __init__(self, module, typeInfo): argument
|
D | api_log_decoder.py | 89 def __init__(self, module, typeInfo): argument
|
D | dispatch.py | 143 def __init__(self, module, typeInfo): argument 397 def __init__(self, module, typeInfo): argument
|
D | handlemap.py | 171 def __init__(self, module, typeInfo): argument
|
D | deepcopy.py | 265 def __init__(self, module, typeInfo): argument
|
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/ |
D | codegen.py | 659 def validPrimitive(self, typeInfo, typeName): argument 663 def makePrimitiveStreamMethod(self, typeInfo, typeName, direction="write"): argument 684 def makePrimitiveStreamMethodInPlace(self, typeInfo, typeName, direction="write"): argument 705 def streamPrimitive(self, typeInfo, streamVar, accessExpr, accessType, direction="write"): argument 752 def memcpyPrimitive(self, typeInfo, streamVar, accessExpr, accessType, direction="write"): argument 810 def countPrimitive(self, typeInfo, accessType): argument 849 def makeApiFunc(self, typeInfo, apiName): argument 870 def makeDecl(self, typeInfo, apiName): argument 874 def makeDefinition(self, typeInfo, apiName, isStatic=False): argument 917 def onGenType(self, typeInfo, name, alias): argument [all …]
|
D | vulkantypes.py | 347 def isEnum(self, typeInfo): argument 350 def isBitmask(self, typeInfo): argument 390 def isSimpleValueType(self, typeInfo): argument 540 def makeVulkanTypeFromXMLTag(typeInfo, tag: Element) -> VulkanType: argument 1102 def registerTypeInfo(self, typeInfo): argument 1146 def __init__(self, typeInfo, structInfo, vulkanType): argument
|
/external/robolectric/resources/src/main/java/org/robolectric/res/ |
D | ResourceIdGenerator.java | 11 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | ResourceIdGenerator.java | 11 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator
|
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InstrumentingClassWriter.java | 114 private ClassNode typeInfo(final String type) throws ClassNotFoundException { in typeInfo() method in InstrumentingClassWriter
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InstrumentingClassWriter.java | 114 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 | 12011 class typeInfo<glw::GLboolean> class 12018 class typeInfo<glw::GLdouble> class 12025 class typeInfo<tcu::UVec2> class 12032 class typeInfo<tcu::UVec3> class 12039 class typeInfo<tcu::UVec4> class 12046 class typeInfo<tcu::DVec2> class 12053 class typeInfo<tcu::DVec3> class 12060 class typeInfo<tcu::DVec4> class 12067 class typeInfo<tcu::Matrix<glw::GLdouble, 2, 2> > class 12074 class typeInfo<tcu::Matrix<glw::GLdouble, 3, 2> > class [all …]
|
/external/angle/src/libANGLE/ |
D | ProgramLinkedResources.h | 106 const UniformTypeInfo *typeInfo; member
|