OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outScalarSize
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
522
int
outScalarSize
= getDataTypeScalarSize(spec.output);
525
op << "\tcolor." << s_outSwizzles[
outScalarSize
-1] << " = ";
527
if (!isResFloatVec &&
outScalarSize
== 1)
530
op << "vec" <<
outScalarSize
<< "(res)";
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
801
int
outScalarSize
= getDataTypeScalarSize(m_spec.output);
804
op << "\tcolor." << s_outSwizzles[
outScalarSize
-1] << " = ";
806
if (!isResFloatVec &&
outScalarSize
== 1)
809
op << "vec" <<
outScalarSize
<< "(res)";
821
if (resultScale != 1.0f) op << " * " << twoValuedVec4(de::toString(resultScale), "1.0", s_outSwizzleChannelMasks[
outScalarSize
-1]);
822
if (resultBias != 0.0f) op << " + " << twoValuedVec4(de::floatToString(resultBias, 2), "0.0", s_outSwizzleChannelMasks[
outScalarSize
-1]);
[
all
...]
Completed in 273 milliseconds