Lines Matching refs:pInternalRepresentationCount
16285 uint32_t* pInternalRepresentationCount; in decode() local
16303 memcpy((uint32_t**)&pInternalRepresentationCount, (*readStreamPtrPtr), 8); in decode()
16304 android::base::Stream::fromBe64((uint8_t*)&pInternalRepresentationCount); in decode()
16306 if (pInternalRepresentationCount) { in decode()
16307 vkReadStream->alloc((void**)&pInternalRepresentationCount, sizeof(uint32_t)); in decode()
16308 memcpy((uint32_t*)pInternalRepresentationCount, *readStreamPtrPtr, in decode()
16321 (*(pInternalRepresentationCount)) * in decode()
16323 for (uint32_t i = 0; i < (uint32_t)(*(pInternalRepresentationCount)); ++i) { in decode()
16335 if (pInternalRepresentationCount) { in decode()
16337 for (uint32_t i = 0; i < (uint32_t)(*(pInternalRepresentationCount)); ++i) { in decode()
16351 (unsigned long long)pInternalRepresentationCount, in decode()
16358 unboxed_device, pExecutableInfo, pInternalRepresentationCount, in decode()
16368 uint64_t cgen_var_3 = (uint64_t)(uintptr_t)pInternalRepresentationCount; in decode()
16370 if (pInternalRepresentationCount) { in decode()
16371 vkStream->write((uint32_t*)pInternalRepresentationCount, sizeof(uint32_t)); in decode()
16373 if (pInternalRepresentationCount) { in decode()
16375 for (uint32_t i = 0; i < (uint32_t)(*(pInternalRepresentationCount)); ++i) { in decode()
16387 if (pInternalRepresentationCount) { in decode()
16388 for (uint32_t i = 0; i < (uint32_t)(*(pInternalRepresentationCount)); ++i) { in decode()
16406 pExecutableInfo, pInternalRepresentationCount, pInternalRepresentations); in decode()