Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3423 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainLoad() local
3424 if (nominalTypeId != bvecType) in accessChainLoad()
3425 …loadedId = builder.createBinOp(spv::OpINotEqual, bvecType, loadedId, makeSmearedConstant(builder.m… in accessChainLoad()
3455 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainStore() local
3456 if (nominalTypeId != bvecType) { in accessChainStore()
3461 } else if (builder.getTypeId(rvalue) != bvecType) in accessChainStore()
3462 rvalue = builder.createBinOp(spv::OpINotEqual, bvecType, rvalue, in accessChainStore()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1961 SpvId bvecType = this->getType(fContext.fBool_Type->toCompound(fContext, in writeMatrixComparison() local
1972 this->writeInstruction(compareOp, bvecType, compare, columnL, columnR, out); in writeMatrixComparison()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1893 SpvId bvecType = this->getType(fContext.fBool_Type->toCompound(fContext, in writeMatrixComparison() local
1904 this->writeInstruction(compareOp, bvecType, compare, columnL, columnR, out); in writeMatrixComparison()