Searched defs:dotNI (Results 1 – 4 of 4) 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/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 4105 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local 4137 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local 4175 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 4094 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local 4126 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local 4164 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() 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
|