Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h676 VkDeviceSize* offset, uint32_t offsetCount,
682 VkDeviceSize* offset, uint32_t offsetCount,
DResourceTracker.cpp1113 VkDeviceSize* offset, uint32_t offsetCount, in deviceMemoryTransform_tohost() argument
1119 (void)offsetCount; in deviceMemoryTransform_tohost()
1178 VkDeviceSize* offset, uint32_t offsetCount, in deviceMemoryTransform_fromhost() argument
1184 (void)offsetCount; in deviceMemoryTransform_fromhost()
9126 VkDeviceSize* offset, uint32_t offsetCount, in deviceMemoryTransform_tohost() argument
9132 offset, offsetCount, in deviceMemoryTransform_tohost()
9140 VkDeviceSize* offset, uint32_t offsetCount, in deviceMemoryTransform_fromhost() argument
9146 offset, offsetCount, in deviceMemoryTransform_fromhost()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.h799 VkDeviceSize* offset, uint32_t offsetCount,
805 VkDeviceSize* offset, uint32_t offsetCount,
DVkDecoderGlobalState.cpp7935 VkDeviceSize* offset, uint32_t offsetCount, in deviceMemoryTransform_tohost() argument
7941 (void)offset; (void)offsetCount; in deviceMemoryTransform_tohost()
7949 VkDeviceSize* offset, uint32_t offsetCount, in deviceMemoryTransform_fromhost() argument
7955 (void)offset; (void)offsetCount; in deviceMemoryTransform_fromhost()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.cpp1472 int offsetCount[4] = {0u, 0u, 0u, 0u}; in hasDuplicateOffsets() local
1475 offsetCount[offset]++; in hasDuplicateOffsets()
1476 if (offsetCount[offset] > 1) in hasDuplicateOffsets()