HomeSort by relevance Sort by last modified time
    Searched full:smoothstep (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/vulkan-validation-layers/libs/glm/detail/
func_common.hpp 309 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/smoothstep.xml">GLSL smoothstep man page</a>
312 GLM_FUNC_DECL genType smoothstep(
318 GLM_FUNC_DECL genType smoothstep(
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp 329 "float smoothstep(float edge0, float edge1, float x);"
330 "vec2 smoothstep(vec2 edge0, vec2 edge1, vec2 x);"
331 "vec3 smoothstep(vec3 edge0, vec3 edge1, vec3 x);"
332 "vec4 smoothstep(vec4 edge0, vec4 edge1, vec4 x);"
333 "vec2 smoothstep(float edge0, float edge1, vec2 x);"
334 "vec3 smoothstep(float edge0, float edge1, vec3 x);"
335 "vec4 smoothstep(float edge0, float edge1, vec4 x);"
550 "double smoothstep(double, double, double);"
551 "dvec2 smoothstep(dvec2 , dvec2 , dvec2);"
552 "dvec3 smoothstep(dvec3 , dvec3 , dvec3);
    [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 174 | smoothstep(e0, e1, x) | { float t = clamp((x - e0) / (e1 - e0),0,1); |
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
extinst.glsl.std.450.grammar.json 387 "opname" : "SmoothStep",
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
extinst.glsl.std.450.grammar.json 387 "opname" : "SmoothStep",
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /external/deqp/android/cts/master/src/
gles3-hw-issues.txt 26 dEQP-GLES3.functional.shaders.builtin_functions.precision.smoothstep.mediump_fragment.scalar
27 dEQP-GLES3.functional.shaders.builtin_functions.precision.smoothstep.mediump_fragment.vec2
28 dEQP-GLES3.functional.shaders.builtin_functions.precision.smoothstep.mediump_fragment.vec3
29 dEQP-GLES3.functional.shaders.builtin_functions.precision.smoothstep.mediump_fragment.vec4
30 dEQP-GLES3.functional.shaders.builtin_functions.precision.smoothstep.mediump_vertex.scalar
31 dEQP-GLES3.functional.shaders.builtin_functions.precision.smoothstep.mediump_vertex.vec2
32 dEQP-GLES3.functional.shaders.builtin_functions.precision.smoothstep.mediump_vertex.vec3
33 dEQP-GLES3.functional.shaders.builtin_functions.precision.smoothstep.mediump_vertex.vec4
    [all...]
  /external/deqp/framework/common/
tcuVectorUtil.hpp 71 inline float smoothStep (float edge0, float edge1, float x)
461 TCU_DECLARE_VECTOR_TERNARY_FUNC(smoothStep, deFloatSmoothStep)
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 142 {"smoothstep", "smoothstep(${MT} (3.0), ${MT} (5.0), ${T} (4.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, 0.5f },
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 108 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpSmoothStep, genType, "smoothstep", genType, genType, genType);
109 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpSmoothStep, genType, "smoothstep", float1, float1, genType);
intermOut.cpp 308 case EOpSmoothStep: out << "smoothstep"; break;
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.hpp 343 detail::fvec4SIMD smoothstep(
348 detail::fvec4SIMD smoothstep(
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 126 DEFINE_FLOAT_FLOAT_VEC_FUNCTION (smoothStepFloatFloatVec, smoothStep)
    [all...]
  /external/jemalloc/
Android.bp 236 "test/unit/smoothstep.c",
  /external/jemalloc/msvc/projects/vc2015/jemalloc/
jemalloc.vcxproj.filters 149 <ClInclude Include="..\..\..\..\include\jemalloc\internal\smoothstep.h">
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 532 names[GLSLstd450SmoothStep] = "SmoothStep";
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
extinst-1.0.opencl.std.grammar.json 782 "opname" : "smoothstep",
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
disassemble.cpp 532 names[GLSLstd450SmoothStep] = "SmoothStep";

Completed in 780 milliseconds

12 3 4