Home
last modified time | relevance | path

Searched defs:bvecType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp2417 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in convertLoadedBoolInUniformToUint() local
5379 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainStore() local
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2418 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in convertLoadedBoolInUniformToUint() local
5157 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainStore() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp200 const Type& bvecType = context.fTypes.fBool->toCompound(context, type.columns(), /*rows=*/1); in optimize_comparison() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp3691 SpvId bvecType = this->getType(fContext.fTypes.fBool->toCompound(fContext, in writeMatrixComparison() local