Home
last modified time | relevance | path

Searched refs:SmoothStep (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.400.frag.out819 503:39(float64_t) ExtInst 1(GLSL.std.450) 49(SmoothStep) 500 501 502
826 509: 43(f64vec2) ExtInst 1(GLSL.std.450) 49(SmoothStep) 506 507 508
833 515: 48(f64vec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 512 513 514
840 521: 53(f64vec4) ExtInst 1(GLSL.std.450) 49(SmoothStep) 518 519 520
849 529: 43(f64vec2) ExtInst 1(GLSL.std.450) 49(SmoothStep) 527 528 526
858 537: 48(f64vec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 535 536 534
867 545: 53(f64vec4) ExtInst 1(GLSL.std.450) 49(SmoothStep) 543 544 542
Dspv.Operations.frag.out321 208: 7(fvec4) ExtInst 1(GLSL.std.450) 49(SmoothStep) 205 206 207
337 224: 7(fvec4) ExtInst 1(GLSL.std.450) 49(SmoothStep) 222 223 221
Dspv.float64.frag.out599 348:149(f64vec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 345 346 347
607 355:149(f64vec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 353 354 352
Dspv.float16.frag.out634 345:151(f16vec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 342 343 344
642 352:151(f16vec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 350 351 349
Dspv.float32.frag.out610 358: 153(fvec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 355 356 357
618 365: 153(fvec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 363 364 362
Dhlsl.intrinsics.vert.out3106 236: 6(float) ExtInst 1(GLSL.std.450) 49(SmoothStep) 233 234 235
3256 380: 24(fvec2) ExtInst 1(GLSL.std.450) 49(SmoothStep) 377 378 379
3402 524: 36(fvec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 521 522 523
3555 679: 48(fvec4) ExtInst 1(GLSL.std.450) 49(SmoothStep) 676 677 678
3672 792: 60 ExtInst 1(GLSL.std.450) 49(SmoothStep) 789 790 791
3794 910: 68 ExtInst 1(GLSL.std.450) 49(SmoothStep) 907 908 909
3919 1031: 76 ExtInst 1(GLSL.std.450) 49(SmoothStep) 1028 1029 1030
Dhlsl.intrinsics.frag.out6561 326: 6(float) ExtInst 1(GLSL.std.450) 49(SmoothStep) 323 324 325
6868 569: 26(fvec2) ExtInst 1(GLSL.std.450) 49(SmoothStep) 566 567 568
7179 817: 38(fvec3) ExtInst 1(GLSL.std.450) 49(SmoothStep) 814 815 816
7491 1066: 50(fvec4) ExtInst 1(GLSL.std.450) 49(SmoothStep) 1063 1064 1065
7718 1243: 62 ExtInst 1(GLSL.std.450) 49(SmoothStep) 1240 1241 1242
7950 1425: 70 ExtInst 1(GLSL.std.450) 49(SmoothStep) 1422 1423 1424
8185 1610: 78 ExtInst 1(GLSL.std.450) 49(SmoothStep) 1607 1608 1609
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h183 const static char SmoothStep[] = "smoothstep"; variable
DOCL20ToSPIRV.cpp498 DemangledName == kOCLBuiltinName::SmoothStep || in visitCallInst()
1410 } else if (DemangledName == kOCLBuiltinName::SmoothStep) { in visitCallScalToVec()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4338 class SmoothStep : public DerivedFunc<T> class
4341 typedef typename SmoothStep<T>::ArgExprs TArgExprs;
4342 typedef typename SmoothStep<T>::Ret TRet;
4354SmoothStep< Signature<float, float, float, float> >::Ret> SmoothStep< Signature<float, float, floa… in doExpand()
4367 ExprP<SmoothStep< Signature<deFloat16, deFloat16, deFloat16, deFloat16> >::TRet> SmoothStep< Signat… in doExpand()
6785 addScalarFactory<SmoothStep< Signature<float, float, float, float> > >(*funcs); in createComputeOnlyBuiltinCases()
6861 addScalarFactory<SmoothStep< Signature<deFloat16, deFloat16, deFloat16, deFloat16> > >(*funcs); in createComputeOnlyBuiltinCases16Bit()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3467 class SmoothStep : public DerivedFunc<Signature<float, float, float, float> > class
5457 addScalarFactory<SmoothStep>(*funcs); in createES3BuiltinCases()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp77 fIntrinsicMap[String("smoothstep")] = ALL_GLSL(SmoothStep); in setupIntrinsics()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp77 fIntrinsicMap[String("smoothstep")] = ALL_GLSL(SmoothStep); in setupIntrinsics()