Searched defs:dotNI (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4383 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local 4411 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local 4444 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 3351 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in apply() local 3417 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 4866 F dotNI = mad(normal[0], incident[0], in STAGE_TAIL() local
|