OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstVec4Var
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsShaderLibraryCase.cpp
188
static void genCompareOp (ostringstream& output, const char*
dstVec4Var
, const ValueBlock& valueBlock, const char* nonFloatNamePrefix, const char* checkVarName)
217
output <<
dstVec4Var
<< " = vec4(1.0);\n"; // \todo [petri] Should we give warning if not expect-failure case?
219
output <<
dstVec4Var
<< " = vec4(RES, RES, RES, 1.0);\n";
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp
201
void genCompareOp (ostringstream& output, const char*
dstVec4Var
, const ValueBlock& valueBlock, const char* checkVarName)
230
output <<
dstVec4Var
<< " = vec4(1.0);\n";
232
output <<
dstVec4Var
<< " = vec4(RES, RES, RES, 1.0);\n";
[
all
...]
Completed in 157 milliseconds