Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4383 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 DglsBuiltinPrecisionTests.cpp3351 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 DSkRasterPipeline_opts.h4866 F dotNI = mad(normal[0], incident[0], in STAGE_TAIL() local