Searched refs:spirvBlob (Results 1 – 3 of 3) sorted by relevance
154 for (angle::spirv::Blob &spirvBlob : mSpirvBlobs) in release()156 spirvBlob.clear(); in release()166 angle::spirv::Blob *spirvBlob = &mSpirvBlobs[shaderType]; in load() local169 stream->readIntVector<uint32_t>(spirvBlob); in load()182 const angle::spirv::Blob &spirvBlob = mSpirvBlobs[shaderType]; in save() local185 stream->writeIntVector(spirvBlob); in save()
1377 angle::spirv::Blob spirvBlob; in compileToSpirv() local1378 if (!GlslangCompileToSpirv(getResources(), getShaderType(), glsl.str(), &spirvBlob)) in compileToSpirv()1383 getInfoSink().obj.setBinary(std::move(spirvBlob)); in compileToSpirv()
5827 spirv::Blob spirvBlob = traverser.getSpirv(); in OutputSPIRV() local5828 compiler->getInfoSink().obj.setBinary(std::move(spirvBlob)); in OutputSPIRV()