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

  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 68 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::ri::ShaderProgram& shaderProgram, int programNdx)
70 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx);
102 int programNdx = 0;
117 writeShaderProgram(cmdLine, casePath, static_cast<const xe::ri::ShaderProgram&>(curItem), programNdx);
118 programNdx += 1;
127 if (programNdx == 0)
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp     [all...]

Completed in 75 milliseconds