Searched refs:convertToTypeVec (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 62 tcu::Vector<T1, S1> convertToTypeVec (const tcu::Vector<T2, S2>& v) in convertToTypeVec() function 104 value = convertToTypeVec<Type, COMPONENTS>(v); \ 107 return convertToTypeVec<float, 4>(value); \ 138 value = convertToTypeVec<Type, COMPONENTS>(v); \ 141 return convertToTypeVec<float, 4>(value); \ 172 value = convertToTypeVec<Type, COMPONENTS>(v); \ 175 return convertToTypeVec<float, 4>(value); \ 206 value = convertToTypeVec<Type, COMPONENTS>(v); \ 209 return convertToTypeVec<float, 4>(value); \
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 60 tcu::Vector<T1, S1> convertToTypeVec (const tcu::Vector<T2, S2>& v) in convertToTypeVec() function 102 value = convertToTypeVec<Type, COMPONENTS>(v); \ 105 return convertToTypeVec<float, 4>(value); \ 136 value = convertToTypeVec<Type, COMPONENTS>(v); \ 139 return convertToTypeVec<float, 4>(value); \
|