Searched defs:dotNI (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 1236 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/ |
D | glsBuiltinPrecisionTests.cpp | 3149 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/ |
D | vktShaderBuiltinPrecisionTests.cpp | 4094 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
|