OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sequenceSideEffCase0
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
166
inline Vec4
sequenceSideEffCase0
(const Vec4& in0, const Vec4& in1, const Vec4& in2) { DE_UNREF(in1); return in0 + 1.0f + in2; }
179
void evalSequenceSideEffCase0 (ShaderEvalContext& ctx) { ctx.color =
sequenceSideEffCase0
(ctx.in[0].swizzle(1, 2, 3, 0), ctx.in[1].swizzle(3, 2, 1, 0), ctx.in[2].swizzle(0, 3, 2, 1)); }
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
209
inline Vec4
sequenceSideEffCase0
(const Vec4& in0, const Vec4& in1, const Vec4& in2) { DE_UNREF(in1); return in0 + 1.0f + in2; }
222
void evalSequenceSideEffCase0 (ShaderEvalContext& ctx) { ctx.color =
sequenceSideEffCase0
(ctx.in[0].swizzle(1, 2, 3, 0), ctx.in[1].swizzle(3, 2, 1, 0), ctx.in[2].swizzle(0, 3, 2, 1)); }
[
all
...]
Completed in 106 milliseconds