/device/generic/vulkan-cereal/protocols/vulkan/xml/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 | 113 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 …]
|
D | subdecode.py | 52 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
|
D | decodersnapshot.py | 118 def emit_impl(typeInfo, api, cgen): argument 188 def emit_passthrough_to_impl(typeInfo, api, cgen): argument 192 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 | dispatch.py | 143 def __init__(self, module, typeInfo): argument 399 def __init__(self, module, typeInfo): argument
|
D | functable.py | 95 def __init__(self, module, typeInfo): argument
|
D | extensionstructs.py | 29 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
|
D | transform.py | 215 …def __init__(self, module, typeInfo, resourceTrackerTypeName="ResourceTracker", resourceTrackerVar… argument
|
D | testing.py | 313 def __init__(self, module, typeInfo): argument
|
D | counting.py | 500 def __init__(self, module, typeInfo): argument
|
D | marshaling.py | 621 def __init__(self, module, typeInfo, variant="host"): argument
|
D | reservedmarshaling.py | 720 def __init__(self, module, typeInfo, variant="host"): argument
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/ |
D | codegen.py | 609 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 …]
|
D | vulkantypes.py | 366 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/ |
D | Uniform.h | 73 const UniformTypeInfo *typeInfo; member
|
D | formatutils.cpp | 1240 const auto &typeInfo = GetTypeInfo(formatType); in computePixelBytes() local
|
D | FrameCapture.cpp | 1533 const gl::UniformTypeInfo *typeInfo = uniform.typeInfo; in CaptureUpdateUniformValues() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.h | 65 const gl::UniformTypeInfo &typeInfo; member
|
D | ProgramD3D.cpp | 2771 const gl::UniformTypeInfo &typeInfo, in AssignSamplers()
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VkCommonOperations.cpp | 142 const auto& typeInfo = memProps->memoryTypes[i]; in getStagingMemoryTypeIndex() local
|