Searched refs:serverDesc (Results 1 – 5 of 5) sorted by relevance
48 const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F() argument50 serverDesc->primitive.nextInChain); in TEST_F()86 const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F() argument88 serverDesc->primitive.nextInChain); in TEST_F()110 const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F() argument112 serverDesc->primitive.nextInChain); in TEST_F()147 [&](Unused, const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F() argument148 EXPECT_EQ(serverDesc->primitive.nextInChain->sType, WGPUSType_Invalid); in TEST_F()149 EXPECT_EQ(serverDesc->primitive.nextInChain->next, nullptr); in TEST_F()175 [&](Unused, const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F() argument[all …]
53 WireServerDescriptor serverDesc = {}; in SetUp() local54 serverDesc.procs = &mockProcs; in SetUp()55 serverDesc.serializer = mS2cBuf.get(); in SetUp()56 serverDesc.memoryTransferService = GetServerMemoryTransferService(); in SetUp()58 mWireServer.reset(new WireServer(serverDesc)); in SetUp()
119 dawn_wire::WireServerDescriptor serverDesc = {}; in Run() local120 serverDesc.procs = &procs; in Run()121 serverDesc.serializer = &devNull; in Run()123 std::unique_ptr<dawn_wire::WireServer> wireServer(new dawn_wire::WireServer(serverDesc)); in Run()
111 dawn_wire::WireServerDescriptor serverDesc = {}; in WireHelperProxy() local112 serverDesc.procs = &dawn_native::GetProcs(); in WireHelperProxy()113 serverDesc.serializer = mS2cBuf.get(); in WireHelperProxy()115 mWireServer.reset(new dawn_wire::WireServer(serverDesc)); in WireHelperProxy()
152 dawn_wire::WireServerDescriptor serverDesc = {}; in CreateCppDawnDevice() local153 serverDesc.procs = &backendProcs; in CreateCppDawnDevice()154 serverDesc.serializer = s2cBuf; in CreateCppDawnDevice()156 wireServer = new dawn_wire::WireServer(serverDesc); in CreateCppDawnDevice()