Searched refs:createBlobInfo (Results 1 – 1 of 1) sorted by relevance
2989 VkCreateBlobGOOGLE createBlobInfo; in allocateCoherentMemory() local2992 memset(&createBlobInfo, 0, sizeof(struct VkCreateBlobGOOGLE)); in allocateCoherentMemory()2993 createBlobInfo.sType = VK_STRUCTURE_TYPE_CREATE_BLOB_GOOGLE; in allocateCoherentMemory()3046 createBlobInfo.blobId = ++mBlobId; in allocateCoherentMemory()3047 createBlobInfo.blobMem = kBlobMemGuest; in allocateCoherentMemory()3048 createBlobInfo.blobFlags = kBlobFlagCreateGuestHandle; in allocateCoherentMemory()3049 vk_append_struct(&structChainIter, &createBlobInfo); in allocateCoherentMemory()3053 createBlob.blobId = createBlobInfo.blobId; in allocateCoherentMemory()3074 createBlobInfo.blobId = ++mBlobId; in allocateCoherentMemory()3075 createBlobInfo.blobMem = kBlobMemHost3d; in allocateCoherentMemory()[all …]