Searched refs:offsetCount (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.h | 676 VkDeviceSize* offset, uint32_t offsetCount, 682 VkDeviceSize* offset, uint32_t offsetCount,
|
D | ResourceTracker.cpp | 1113 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/ |
D | VkDecoderGlobalState.h | 799 VkDeviceSize* offset, uint32_t offsetCount, 805 VkDeviceSize* offset, uint32_t offsetCount,
|
D | VkDecoderGlobalState.cpp | 7935 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/ |
D | IntermNode.cpp | 1472 int offsetCount[4] = {0u, 0u, 0u, 0u}; in hasDuplicateOffsets() local 1475 offsetCount[offset]++; in hasDuplicateOffsets() 1476 if (offsetCount[offset] > 1) in hasDuplicateOffsets()
|