Searched refs:mCtxId (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | VirtioGpuTimelines_unittest.cpp | 169 .mCtxId = 2, in TEST() 173 .mCtxId = 3, in TEST() 181 .mCtxId = 2, in TEST() 187 .mCtxId = 3, in TEST() 214 .mCtxId = 1, in TEST() 218 .mCtxId = 1, in TEST() 224 .mCtxId = 1, in TEST() 231 .mCtxId = 1, in TEST() 237 .mCtxId = 1, in TEST()
|
/hardware/google/gfxstream/host/ |
D | VirtioGpuTimelines.h | 35 VirtioGpuCtxId mCtxId; member 50 std::size_t ctxHash = std::hash<VirtioGpuCtxId>{}(ringContextSpecific.mCtxId); 62 return lhs.mCtxId == rhs.mCtxId && lhs.mRingIdx == rhs.mRingIdx; 70 ss << "context specific {ctx = " << ring.mCtxId << ", ring = " << (int)ring.mRingIdx
|
D | virtio-gpu-gfxstream-renderer.cpp | 962 .mCtxId = cmd->ctx_id, in submitCmd() 987 .mCtxId = cmd->ctx_id, in submitCmd() 1033 fence.ctx_id = ring.mCtxId; in createFence() 2073 .mCtxId = fence->ctx_id, in stream_renderer_create_fence()
|