OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outTypeName
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp
121
const char*
outTypeName
= getDataTypeName(outType);
133
<< " " << precName << " " <<
outTypeName
<< " outputValues[" << numValues << "];\n"
134
<< " " << (isSSBO ? "coherent " : "") << precName << " " <<
outTypeName
<< " groupValues[" << product(m_numWorkGroups) << "];\n"
156
const string castBeg = outType != m_type ? (string(
outTypeName
) + "(") : string("");
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp
69
const char*
outTypeName
= glu::getDataTypeName(outType);
80
<< "layout(location = 0) out highp " <<
outTypeName
<< " o_out;\n";
[
all
...]
es3fShaderOperatorTests.cpp
788
const char*
outTypeName
= getDataTypeName(m_spec.output);
793
op <<
outTypeName
<< " res = " <<
outTypeName
<< "(0.0);\n\n";
[
all
...]
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
509
const char*
outTypeName
= getDataTypeName(spec.output);
514
op <<
outTypeName
<< " res = " <<
outTypeName
<< "(0.0);\n\n";
[
all
...]
Completed in 304 milliseconds