HomeSort by relevance Sort by last modified time
    Searched refs:outVarName (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 306 const std::string outVarName = outputPrefix + output.name;
307 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
339 decl.name = outVarName + "_" + de::toString(vecNdx);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 217 const std::string outVarName = outputPrefix + output.name;
218 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
250 decl.name = outVarName + "_" + de::toString(vecNdx);
    [all...]

Completed in 50 milliseconds