Searched refs:bitwiseAndVecScalar (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 168 template<typename T, int Size> inline Vector<T, Size> bitwiseAndVecScalar (const Vector<T, Size>… in bitwiseAndVecScalar() function 1089 DECLARE_IVEC_INT_FUNCS(bitwiseAndVecScalar) in DECLARE_VEC_FLOAT_FUNCS() 1107 DECLARE_UVEC_UINT_FUNCS(bitwiseAndVecScalar) in DECLARE_VEC_FLOAT_FUNCS() 1546 …lue(I, -16.0f, 16.0f), notUsed, 0.03f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(bitwiseAndVecScalar)) in init() 1547 …lue(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(bitwiseAndVecScalar)) in init() 1548 …ue(U, 0.0f, 32.0f), notUsed, 0.03f, 0.0f, PRECMASK_MEDIUMP, UINT_VEC_FUNCS(bitwiseAndVecScalar)) in init() 1549 …e(U, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(bitwiseAndVecScalar)); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 185 template<typename T, int Size> inline Vector<T, Size> bitwiseAndVecScalar (const Vector<T, Size>… in bitwiseAndVecScalar() function 1149 DECLARE_IVEC_INT_FUNCS(bitwiseAndVecScalar) in DECLARE_VEC_FLOAT_FUNCS() 1167 DECLARE_UVEC_UINT_FUNCS(bitwiseAndVecScalar) in DECLARE_VEC_FLOAT_FUNCS() 1578 …, -16.0f, 16.0f), notUsed, 0.03f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_VEC_FUNCS(bitwiseAndVecScalar)) in init() 1579 …lue(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(bitwiseAndVecScalar)) in init() 1580 … 0.0f, 32.0f), notUsed, 0.03f, 0.0f, PRECMASK_LOWP_MEDIUMP, UINT_VEC_FUNCS(bitwiseAndVecScalar)) in init() 1581 …e(U, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(bitwiseAndVecScalar)); in init()
|