Home | History | Annotate | Download | only in functional

Lines Matching refs:Vec4

105 static inline tcu::Vec4 vec4FromPtr (const float* const ptr)
107 tcu::Vec4 result;
118 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color)
1087 { { dataTypeEquals<glu::TYPE_FLOAT_VEC4>, dataTypeIsMatrixWithNRows<4> }, "mediump float compare_vec4 (mediump vec4 a, mediump vec4 b) { return compare_float(a.x, b.x)*compare_float(a.y, b.y)*compare_float(a.z, b.z)*compare_float(a.w, b.w); }" },
1150 result << "attribute highp vec4 a_position;\n"
1190 result << " gl_FragColor = vec4(result, result, result, 1.0);\n"
1202 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor[0]);