Home
last modified time | relevance | path

Searched refs:fQueueFamilyIndex (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/private/
DGrVkTypesPriv.h48 , fQueueFamilyIndex(queueFamilyIndex) {} in GrVkSharedImageInfo()
52 fQueueFamilyIndex = that.getQueueFamilyIndex();
68 fQueueFamilyIndex.store(queueFamilyIndex); in setQueueFamilyIndex()
73 return fQueueFamilyIndex.load(); in getQueueFamilyIndex()
78 std::atomic<uint32_t> fQueueFamilyIndex; variable