Home
last modified time | relevance | path

Searched defs:dotNI (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1236 skvm::F32 dotNI = dot(N, I); in writeIntrinsicCall() local
1246 skvm::F32 dotNI = dot(N, I), in writeIntrinsicCall() local
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp3149 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in apply() local
3220 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4094 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local
4131 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local