Home
last modified time | relevance | path

Searched refs:spvArgs (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp4655 std::vector<spv::Id> spvArgs; local
4686 spvArgs.push_back(arg);
4690 spv::Id result = builder.createFunctionCall(function, spvArgs);
4700 spv::Id copy = builder.createLoad(spvArgs[a]);
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp974 std::vector<SpvId> spvArgs = this->vectorize(finalArgs, out); in writeSpecialIntrinsic() local
976 GLSLstd450UClamp, spvArgs, out); in writeSpecialIntrinsic()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp952 std::vector<SpvId> spvArgs = this->vectorize(finalArgs, out); in writeSpecialIntrinsic() local
954 GLSLstd450UClamp, spvArgs, out); in writeSpecialIntrinsic()