/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/ |
H A D | WireCmd.h | 26 using ObjectId = uint32_t; 29 ObjectId id; 33 ObjectHandle(ObjectId id, ObjectGeneration generation); 60 virtual WireResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const = 0; 61 virtual WireResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const = 0; 69 virtual WireResult GetId({{as_cType(type.name)}} object, ObjectId* out) const = 0; 70 virtual WireResult GetOptionalId({{as_cType(type.name)}} object, ObjectId* out) const = 0; 119 ObjectId selfId;
|
H A D | WireCmd.cpp | 45 ObjectId 642 ObjectHandle::ObjectHandle(ObjectId id, ObjectGeneration generation) 740 WireResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const override { 743 WireResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const override { 755 WireResult GetId({{as_cType(type.name)}} object, ObjectId* out) const override { 758 WireResult GetOptionalId({{as_cType(type.name)}} object, ObjectId* out) const override {
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ObjectStorage.h | 70 // Pack the ObjectType and ObjectId as a single value for storage in 73 inline uint64_t PackObjectTypeAndId(ObjectType type, ObjectId id) { in PackObjectTypeAndId() 75 static_assert(sizeof(ObjectId) * 8 <= 32, ""); in PackObjectTypeAndId() 79 inline std::pair<ObjectType, ObjectId> UnpackObjectTypeAndId(uint64_t payload) { in UnpackObjectTypeAndId() 81 ObjectId id = payload & 0xFFFFFFFF; in UnpackObjectTypeAndId() 202 void Store(T key, ObjectId id) { 206 // Return the cached ObjectId, or 0 (null handle) 207 ObjectId Get(T key) const { 223 std::map<T, ObjectId> mTable;
|
H A D | ServerQueue.cpp | 29 bool Server::DoQueueOnSubmittedWorkDone(ObjectId queueId, in DoQueueOnSubmittedWorkDone() 48 bool Server::DoQueueWriteBuffer(ObjectId queueId, in DoQueueWriteBuffer() 49 ObjectId bufferId, in DoQueueWriteBuffer() 76 bool Server::DoQueueWriteTexture(ObjectId queueId, in DoQueueWriteTexture()
|
H A D | ServerBuffer.cpp | 53 bool Server::DoBufferMapAsync(ObjectId bufferId, in DoBufferMapAsync() 102 bool Server::DoDeviceCreateBuffer(ObjectId deviceId, in DoDeviceCreateBuffer() 187 bool Server::DoBufferUpdateMappedData(ObjectId bufferId, in DoBufferUpdateMappedData()
|
H A D | Server.h | 146 ObjectId pipelineObjectID; 229 bool TrackDeviceChild(DeviceInfo* device, ObjectType type, ObjectId id); 230 bool UntrackDeviceChild(DeviceInfo* device, ObjectType type, ObjectId id);
|
H A D | ServerDevice.cpp | 40 // creates a duplicate ObjectId, which would fail validation. in HandleCreateRenderPipelineAsyncCallbackResult() 45 // Otherwise, free the ObjectId which will make it unusable. in HandleCreateRenderPipelineAsyncCallbackResult() 82 bool Server::DoDevicePopErrorScope(ObjectId deviceId, uint64_t requestSerial) { in DoDevicePopErrorScope() 117 ObjectId deviceId, in DoDeviceCreateComputePipelineAsync() 164 bool Server::DoDeviceCreateRenderPipelineAsync(ObjectId deviceId, in DoDeviceCreateRenderPipelineAsync()
|
H A D | Server.cpp | 172 bool TrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) { in TrackDeviceChild() 181 bool UntrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) { in UntrackDeviceChild()
|
H A D | ServerShaderModule.cpp | 21 bool Server::DoShaderModuleGetCompilationInfo(ObjectId shaderModuleId, uint64_t requestSerial) { in DoShaderModuleGetCompilationInfo()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
H A D | ClientBase.h | 52 WireResult GetId({{as_cType(type.name)}} object, ObjectId* out) const final { 60 WireResult GetOptionalId({{as_cType(type.name)}} object, ObjectId* out) const final {
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/ |
H A D | ServerBase.h | 73 WireResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const final { 83 WireResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const final {
|
H A D | ServerDoers.cpp | 67 bool Server::DoDestroyObject(ObjectType objectType, ObjectId objectId) { 98 ObjectId childObjectId;
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Device.h | 86 ObjectId pipelineObjectID;
|
/third_party/node/deps/v8/src/compiler/ |
H A D | escape-analysis-reducer.cc | 78 Node* node = jsgraph()->graph()->NewNode(jsgraph()->common()->ObjectId(id)); in ObjectIdNode()
|
H A D | common-operator.h | 517 const Operator* ObjectId(uint32_t);
|
H A D | opcodes.h | 65 V(ObjectId) \
|
H A D | common-operator.cc | 1272 const Operator* CommonOperatorBuilder::ObjectId(uint32_t object_id) { in ObjectId() function in v8::internal::compiler::CommonOperatorBuilder 1275 "ObjectId", // name in ObjectId()
|
/third_party/libuv/src/win/ |
H A D | winapi.h | 4406 UCHAR ObjectId[16]; member
|
/third_party/node/deps/uv/src/win/ |
H A D | winapi.h | 4406 UCHAR ObjectId[16]; member
|