Home
last modified time | relevance | path

Searched refs:programNdx (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp77 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::ri::ShaderProgram& shaderProgram, int programNdx) in writeShaderProgram() argument
79 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx); in writeShaderProgram()
111 int programNdx = 0; in extractShaderPrograms() local
126 writeShaderProgram(cmdLine, casePath, static_cast<const xe::ri::ShaderProgram&>(curItem), programNdx); in extractShaderPrograms()
127 programNdx += 1; in extractShaderPrograms()
136 if (programNdx == 0) in extractShaderPrograms()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp800 for (int programNdx = 0; programNdx < (int)pipelinePrograms.size(); ++programNdx)
804 const int loc = gl.getUniformLocation(pipelinePrograms[programNdx], name.c_str());
817 gl.useProgram(pipelinePrograms[programNdx]);
868 for (int programNdx = 0; programNdx < (int)spec.programs.size(); ++programNdx)
869 if (spec.programs[programNdx].activeStages & tessellationBits)
1039 for (size_t programNdx
[all...]
H A DglsStateChangePerfTestCases.cpp530 for (int programNdx = 0; programNdx < (int)m_programs.size(); programNdx++) in deinit()
532 delete m_programs[programNdx]; in deinit()
533 m_programs[programNdx] = NULL; in deinit()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp3710 const int programNdx = (int)m_programs.size();
3784 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Program" + de::toString(programNdx), "Program " + de::toString(programNdx));
3786 if (programNdx == 0 || !m_programs.back().program->isOk())
3792 if (programNdx > 0)
3793 m_testCtx.getLog() << TestLog::Message << "Note: program " << programNdx << " is similar to above, except some constants are different, and: " << m_programs.back().description() << TestLog::EndMessage;
3855 for (int programNdx = 0; programNdx < (int)m_programs.size(); programNdx++)
3857 const deUint32 programGL = m_programs[programNdx]
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp2406 for (int programNdx = 0; programNdx < m_threads[threadNdx]->context->resourceManager->getProgramCount(); programNdx++) in addRandomOperation()
2408 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->getProgram(programNdx); in addRandomOperation()
2415 detachableProgramNdx = programNdx; in addRandomOperation()
2426 detachableProgramNdx = programNdx; in addRandomOperation()
2441 unusedVertexAttachmentProgramNdx = programNdx; in addRandomOperation()
2443 unusedVertexAttachmentProgramNdx = programNdx; in addRandomOperation()
2450 unusedFragmentAttachmentProgramNdx = programNdx; in addRandomOperation()
2452 unusedFragmentAttachmentProgramNdx = programNdx; in addRandomOperation()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp1472 int programNdx = 0; in iterate() local
1553 if (programNdx == 0 && subTessLevelCaseNdx == 0) in iterate()
1563 << " - case B: program " << programNdx << ", tessellation levels: " << getTessellationLevelsString(tessLevels, m_caseDef.primitiveType) in iterate()
1570 ++programNdx; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp1455 int programNdx = 0; in iterate() local
1536 if (programNdx == 0 && subTessLevelCaseNdx == 0) in iterate()
1546 << " - case B: program " << programNdx << ", tessellation levels: " << getTessellationLevelsString(tessLevels, m_caseDef.primitiveType) in iterate()
1553 ++programNdx; in iterate()

Completed in 22 milliseconds