Lines Matching refs:pStatisticCount
16165 uint32_t* pStatisticCount; in decode() local
16183 memcpy((uint32_t**)&pStatisticCount, (*readStreamPtrPtr), 8); in decode()
16184 android::base::Stream::fromBe64((uint8_t*)&pStatisticCount); in decode()
16186 if (pStatisticCount) { in decode()
16187 vkReadStream->alloc((void**)&pStatisticCount, sizeof(uint32_t)); in decode()
16188 memcpy((uint32_t*)pStatisticCount, *readStreamPtrPtr, sizeof(uint32_t)); in decode()
16200 (*(pStatisticCount)) * sizeof(VkPipelineExecutableStatisticKHR)); in decode()
16201 for (uint32_t i = 0; i < (uint32_t)(*(pStatisticCount)); ++i) { in decode()
16211 if (pStatisticCount) { in decode()
16213 for (uint32_t i = 0; i < (uint32_t)(*(pStatisticCount)); ++i) { in decode()
16225 (unsigned long long)pStatisticCount, (unsigned long long)pStatistics); in decode()
16230 pStatisticCount, pStatistics); in decode()
16237 uint64_t cgen_var_3 = (uint64_t)(uintptr_t)pStatisticCount; in decode()
16239 if (pStatisticCount) { in decode()
16240 vkStream->write((uint32_t*)pStatisticCount, sizeof(uint32_t)); in decode()
16242 if (pStatisticCount) { in decode()
16244 for (uint32_t i = 0; i < (uint32_t)(*(pStatisticCount)); ++i) { in decode()
16254 if (pStatisticCount) { in decode()
16255 for (uint32_t i = 0; i < (uint32_t)(*(pStatisticCount)); ++i) { in decode()
16272 pExecutableInfo, pStatisticCount, pStatistics); in decode()