Home
last modified time | relevance | path

Searched defs:Nref (Results 1 – 6 of 6) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_geometric.inl203 GLM_FUNC_QUALIFIER genType faceforward(genType const & N, genType const & I, genType const & Nref)
209 …ype<T, P> faceforward(vecType<T, P> const & N, vecType<T, P> const & I, vecType<T, P> const & Nref)
/external/oboe/samples/RhythmGame/third_party/glm/simd/
Dgeometric.h85 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_faceforward(glm_vec4 N, glm_vec4 I, glm_vec4 Nref) in glm_vec4_faceforward()
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl663 detail::fvec4SIMD const & Nref
/external/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp303 auto Nref = Operand(shader, *this, insn.word(7)); in EmitExtGLSLstd450() local
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1470 &Nref = args[2]; in writeIntrinsicCall() local
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5873 ir_variable *Nref = in_var(type, "Nref"); in _faceforward() local