Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h259 Id makeFpConstant(Id type, double d, bool specConstant = false);
DSpvBuilder.cpp965 Id Builder::makeFpConstant(Id type, double d, bool specConstant) in makeFpConstant() function in spv::Builder
DGlslangToSpv.cpp4965 …right = builder.createBinOp(spv::OpFDiv, resultType, builder.makeFpConstant(resultType, 1.0), righ…