Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h532 uint32_t* typeBits, uint32_t typeBitsCount);
538 uint32_t* typeBits, uint32_t typeBitsCount);
DResourceTracker.cpp909 uint32_t* typeBits, uint32_t typeBitsCount) { in deviceMemoryTransform_tohost() argument
960 bool guestHas = typeBits[i] & (1 << j); in deviceMemoryTransform_tohost()
965 typeBits[i] = bits; in deviceMemoryTransform_tohost()
974 uint32_t* typeBits, uint32_t typeBitsCount) { in deviceMemoryTransform_fromhost() argument
1002 bool hostHas = typeBits[i] & (1 << j); in deviceMemoryTransform_fromhost()
1011 typeBits[i] = bits; in deviceMemoryTransform_fromhost()
5856 uint32_t* typeBits, uint32_t typeBitsCount) { in deviceMemoryTransform_tohost() argument
5862 typeBits, typeBitsCount); in deviceMemoryTransform_tohost()
5870 uint32_t* typeBits, uint32_t typeBitsCount) { in deviceMemoryTransform_fromhost() argument
5876 typeBits, typeBitsCount); in deviceMemoryTransform_fromhost()