Searched refs:wireClient (Results 1 – 4 of 4) sorted by relevance
113 Client* wireClient = device->GetClient(); in ClientDeviceCreateBuffer() local115 auto* bufferObjectAndSerial = wireClient->BufferAllocator().New(device); in ClientDeviceCreateBuffer()127 char* allocatedBuffer = static_cast<char*>(wireClient->GetCmdSpace(requiredSize)); in ClientDeviceCreateBuffer()128 cmd.Serialize(allocatedBuffer, *wireClient); in ClientDeviceCreateBuffer()137 Client* wireClient = device->GetClient(); in ClientDeviceCreateBufferMapped() local139 auto* bufferObjectAndSerial = wireClient->BufferAllocator().New(device); in ClientDeviceCreateBufferMapped()152 wireClient->GetMemoryTransferService()->CreateWriteHandle(descriptor->size)); in ClientDeviceCreateBufferMapped()185 char* allocatedBuffer = static_cast<char*>(wireClient->GetCmdSpace(requiredSize)); in ClientDeviceCreateBufferMapped()186 cmd.Serialize(allocatedBuffer, *wireClient); in ClientDeviceCreateBufferMapped()198 Client* wireClient = device->GetClient(); in ClientDeviceCreateBufferMappedAsync() local[all …]
69 static dawn_wire::WireClient* wireClient = nullptr; variable135 wireClient = new dawn_wire::WireClient(clientDesc); in CreateCppDawnDevice()136 DawnDevice clientDevice = wireClient->GetDevice(); in CreateCppDawnDevice()137 DawnProcTable clientProcs = wireClient->GetProcs(); in CreateCppDawnDevice()138 s2cBuf->SetHandler(wireClient); in CreateCppDawnDevice()
26 Client* wireClient = device->client; in Create() local51 wireClient->GetMemoryTransferService()->CreateReadHandle(descriptor->size)); in Create()64 wireClient->GetMemoryTransferService()->CreateWriteHandle(descriptor->size)); in Create()77 auto* bufferObjectAndSerial = wireClient->BufferAllocator().New(wireClient); in Create()103 wireClient->SerializeCommand( in Create()
90 static dawn_wire::WireClient* wireClient = nullptr; variable162 wireClient = new dawn_wire::WireClient(clientDesc); in CreateCppDawnDevice()164 s2cBuf->SetHandler(wireClient); in CreateCppDawnDevice()166 auto deviceReservation = wireClient->ReserveDevice(); in CreateCppDawnDevice()