Searched refs:leftShiftVecScalar (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 87 template<typename T, int Size> Vector<T, Size> leftShiftVecScalar (const Vector<T, Size>& value, in… in leftShiftVecScalar() function 1032 DECLARE_IVEC_INT_FUNCS(leftShiftVecScalar) in DECLARE_IVEC_INT_FUNCS() argument 1056 DECLARE_UVEC_INT_FUNCS(leftShiftVecScalar) in DECLARE_UNARY_UINT_GENTYPE_FUNCS() 1607 …lue(sType, 0.0f, 4.0f), notUsed, 4e-3f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(leftShiftVecScalar)) in init() 1608 …ue(sType, 0.0f, 27.0f), notUsed, 5e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(leftShiftVecScalar)) in init() 1609 …ue(sType, 0.0f, 5.0f), notUsed, 4e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_VEC_FUNCS(leftShiftVecScalar)) in init() 1610 …(sType, 0.0f, 28.0f), notUsed, 5e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(leftShiftVecScalar)); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 102 template<typename T, int Size> Vector<T, Size> leftShiftVecScalar (const Vector<T, Size>& value, in… in leftShiftVecScalar() function 1092 DECLARE_IVEC_INT_FUNCS(leftShiftVecScalar) in DECLARE_IVEC_INT_FUNCS() argument 1116 DECLARE_UVEC_INT_FUNCS(leftShiftVecScalar) in DECLARE_UNARY_UINT_GENTYPE_FUNCS() 1639 …Type, 0.0f, 4.0f), notUsed, 4e-3f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_VEC_FUNCS(leftShiftVecScalar)) in init() 1640 …ue(sType, 0.0f, 27.0f), notUsed, 5e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(leftShiftVecScalar)) in init() 1641 …ype, 0.0f, 5.0f), notUsed, 4e-3f, 0.0f, PRECMASK_LOWP_MEDIUMP, UINT_VEC_FUNCS(leftShiftVecScalar)) in init() 1642 …(sType, 0.0f, 28.0f), notUsed, 5e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(leftShiftVecScalar)); in init()
|