Home
last modified time | relevance | path

Searched defs:typeInfo (Results 1 – 25 of 39) sorted by relevance

12

/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Dencoder.py123 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 …]
Ddecoder.py140 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 …]
Dsubdecode.py51 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
Dvkextensionstructuretype.py20 def __init__(self, extensionName: str, module, typeInfo): argument
40 def __init__(self, module, typeInfo): argument
45 def __init__(self, module, typeInfo): argument
Ddecodersnapshot.py123 def emit_impl(typeInfo, api, cgen): argument
193 def emit_passthrough_to_impl(typeInfo, api, cgen): argument
197 def __init__(self, module, typeInfo): argument
Dfrontend.py38 def __init__(self, module, typeInfo): argument
Dunbox.py25 def __init__(self, module, typeInfo): argument
Dextensionstructs.py29 def __init__(self, module, typeInfo): argument
Dfunctable.py97 def __init__(self, module, typeInfo): argument
Dapi_log_decoder.py89 def __init__(self, module, typeInfo): argument
Ddispatch.py143 def __init__(self, module, typeInfo): argument
397 def __init__(self, module, typeInfo): argument
Dhandlemap.py171 def __init__(self, module, typeInfo): argument
Ddeepcopy.py265 def __init__(self, module, typeInfo): argument
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dcodegen.py659 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 …]
Dvulkantypes.py347 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/
DResourceIdGenerator.java11 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResourceIdGenerator.java11 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java114 private ClassNode typeInfo(final String type) throws ClassNotFoundException { in typeInfo() method in InstrumentingClassWriter
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java114 private ClassNode typeInfo(final String type) throws ClassNotFoundException { in typeInfo() method in InstrumentingClassWriter
/external/google-fruit/src/
Dinjector_storage.cpp111 void* InjectorStorage::getMultibindings(TypeId typeInfo) { in getMultibindings()
/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java172 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname); in parseClass() local
568 TypeInfo typeInfo = Converter.obtainTypeFromString(type); in parseParameterList() local
DXmlApiFile.java121 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local
/external/javassist/src/main/javassist/bytecode/
DStackMap.java207 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/
Dgl4cGPUShaderFP64Tests.cpp12011 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/
DProgramLinkedResources.h106 const UniformTypeInfo *typeInfo; member

12