Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/xml/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.py113 def emit_unmarshal(typeInfo, param, cgen, output = False, destroy = False, noUnbox = False): argument
153 def emit_dispatch_unmarshal(typeInfo, param, cgen, globalWrapped): argument
185 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument
192 def emit_marshal(typeInfo, param, cgen, handleMapOverwrites=False): argument
255 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument
338 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument
430 def emit_snapshot(typeInfo, api, cgen): argument
466 def emit_default_decoding(typeInfo, api, cgen): argument
484 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument
503 def decode_vkFlushMappedMemoryRanges(typeInfo, api, cgen): argument
[all …]
Dsubdecode.py52 def emit_unmarshal(typeInfo, param, cgen, output=False, destroy=False, noUnbox=False): argument
105 def emit_dispatch_unmarshal(typeInfo, param, cgen, globalWrapped): argument
141 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument
207 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument
281 def emit_default_decoding(typeInfo, api, cgen): argument
286 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument
310 def __init__(self, module, typeInfo): argument
Ddecodersnapshot.py118 def emit_impl(typeInfo, api, cgen): argument
188 def emit_passthrough_to_impl(typeInfo, api, cgen): argument
192 def __init__(self, module, typeInfo): argument
Dfrontend.py38 def __init__(self, module, typeInfo): argument
Dunbox.py25 def __init__(self, module, typeInfo): argument
Ddispatch.py143 def __init__(self, module, typeInfo): argument
399 def __init__(self, module, typeInfo): argument
Dfunctable.py95 def __init__(self, module, typeInfo): argument
Dextensionstructs.py29 def __init__(self, module, typeInfo): argument
Dhandlemap.py171 def __init__(self, module, typeInfo): argument
Ddeepcopy.py265 def __init__(self, module, typeInfo): argument
Dtransform.py215 …def __init__(self, module, typeInfo, resourceTrackerTypeName="ResourceTracker", resourceTrackerVar… argument
Dtesting.py313 def __init__(self, module, typeInfo): argument
Dcounting.py500 def __init__(self, module, typeInfo): argument
Dmarshaling.py621 def __init__(self, module, typeInfo, variant="host"): argument
Dreservedmarshaling.py720 def __init__(self, module, typeInfo, variant="host"): argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dcodegen.py609 def validPrimitive(self, typeInfo, typeName): argument
613 def makePrimitiveStreamMethod(self, typeInfo, typeName, direction="write"): argument
634 def makePrimitiveStreamMethodInPlace(self, typeInfo, typeName, direction="write"): argument
655 def streamPrimitive(self, typeInfo, streamVar, accessExpr, accessType, direction="write"): argument
702 def memcpyPrimitive(self, typeInfo, streamVar, accessExpr, accessType, direction="write"): argument
760 def countPrimitive(self, typeInfo, accessType): argument
799 def makeApiFunc(self, typeInfo, apiName): argument
820 def makeDecl(self, typeInfo, apiName): argument
824 def makeDefinition(self, typeInfo, apiName, isStatic=False): argument
847 def __init__(self, module, typeInfo): argument
[all …]
Dvulkantypes.py366 def isSimpleValueType(self, typeInfo): argument
483 def makeVulkanTypeFromXMLTag(typeInfo, tag): argument
970 def iterateVulkanType(typeInfo, vulkanType, forEachType): argument
1041 def registerTypeInfo(self, typeInfo): argument
1087 def __init__(self, typeInfo, structInfo, vulkanType): argument
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DUniform.h73 const UniformTypeInfo *typeInfo; member
Dformatutils.cpp1240 const auto &typeInfo = GetTypeInfo(formatType); in computePixelBytes() local
DFrameCapture.cpp1533 const gl::UniformTypeInfo *typeInfo = uniform.typeInfo; in CaptureUpdateUniformValues() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h65 const gl::UniformTypeInfo &typeInfo; member
DProgramD3D.cpp2771 const gl::UniformTypeInfo &typeInfo, in AssignSamplers()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkCommonOperations.cpp142 const auto& typeInfo = memProps->memoryTypes[i]; in getStagingMemoryTypeIndex() local