Home
last modified time | relevance | path

Searched refs:ObjectId (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
H A DWireCmd.h26 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 DWireCmd.cpp45 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 DObjectStorage.h70 // 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 DServerQueue.cpp29 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 DServerBuffer.cpp53 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 DServer.h146 ObjectId pipelineObjectID;
229 bool TrackDeviceChild(DeviceInfo* device, ObjectType type, ObjectId id);
230 bool UntrackDeviceChild(DeviceInfo* device, ObjectType type, ObjectId id);
H A DServerDevice.cpp40 // 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 DServer.cpp172 bool TrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) { in TrackDeviceChild()
181 bool UntrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) { in UntrackDeviceChild()
H A DServerShaderModule.cpp21 bool Server::DoShaderModuleGetCompilationInfo(ObjectId shaderModuleId, uint64_t requestSerial) { in DoShaderModuleGetCompilationInfo()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
H A DClientBase.h52 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 DServerBase.h73 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 DServerDoers.cpp67 bool Server::DoDestroyObject(ObjectType objectType, ObjectId objectId) {
98 ObjectId childObjectId;
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DDevice.h86 ObjectId pipelineObjectID;
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.cc78 Node* node = jsgraph()->graph()->NewNode(jsgraph()->common()->ObjectId(id)); in ObjectIdNode()
H A Dcommon-operator.h517 const Operator* ObjectId(uint32_t);
H A Dopcodes.h65 V(ObjectId) \
H A Dcommon-operator.cc1272 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 Dwinapi.h4406 UCHAR ObjectId[16]; member
/third_party/node/deps/uv/src/win/
H A Dwinapi.h4406 UCHAR ObjectId[16]; member

Completed in 29 milliseconds