Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLFunctionCall.cpp189 const Type& bvecType = context.fTypes.fBool->toCompound(context, type.columns(), /*rows=*/1); in optimize_comparison() local
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2279 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in convertLoadedBoolInUniformToUint() local
4664 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainStore() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp2279 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in convertLoadedBoolInUniformToUint() local
4664 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainStore() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2233 SpvId bvecType = this->getType(fContext.fTypes.fBool->toCompound(fContext, in writeMatrixComparison() local