Lines Matching refs:createBlobInfo
2989 VkCreateBlobGOOGLE createBlobInfo; in allocateCoherentMemory() local
2992 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()
3076 vk_append_struct(&structChainIter, &createBlobInfo); in allocateCoherentMemory()
3091 info.blobId = createBlobInfo.blobId; in allocateCoherentMemory()