Searched refs:resourceNdx (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationSingleQueueTests.cpp | 403 for (int resourceNdx = 0; resourceNdx < DE_LENGTH_OF_ARRAY(s_resources); ++resourceNdx) in createTests() local 405 const ResourceDescription& resource = s_resources[resourceNdx]; in createTests()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 549 for (int resourceNdx = 0; resourceNdx < DE_LENGTH_OF_ARRAY(s_resources); ++resourceNdx) in createTests() local 551 const ResourceDescription& resource = s_resources[resourceNdx]; in createTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 1904 glw::GLuint resourceNdx; in queryAndValidateProps() local 1915 resourceNdx = gl.getProgramResourceIndex(programID, glInterface, targetResourceName); in queryAndValidateProps() 1918 if (resourceNdx == GL_INVALID_INDEX) in queryAndValidateProps() 2029 resourceNdx = gl.getProgramResourceIndex(programID, glInterface, simplifiedResourceName.c_str()); in queryAndValidateProps() 2033 if (resourceNdx != GL_INVALID_INDEX) in queryAndValidateProps() 2041 if (resourceNdx == GL_INVALID_INDEX) in queryAndValidateProps() 2045 …gl.getProgramResourceiv(programID, glInterface, resourceNdx, (int)props.size(), &props[0], (int)pr… in queryAndValidateProps() 2068 …message << "For resource index " << resourceNdx << " (\"" << targetResourceName << "\") got follow… in queryAndValidateProps()
|
D | es31fProgramInterfaceQueryTests.cpp | 997 for (int resourceNdx = 0; resourceNdx < numActiveResources; ++resourceNdx) in queryResourceList() local 1001 …gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer… in queryResourceList() 1807 …const glw::GLuint resourceNdx = gl.getProgramResourceIndex(program.getProgram(), programGLInte… in iterate() local 1813 if (resourceNdx == GL_INVALID_INDEX) in iterate() 1827 …gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, DE_LENGTH_OF_A… in iterate() 1861 …gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, DE_LENGTH_OF_A… in iterate() 2072 …const glw::GLuint resourceNdx = gl.getProgramResourceIndex(program.getProgram(), programGLInte… in iterate() local 2078 if (resourceNdx == GL_INVALID_INDEX) in iterate() 2089 …gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, 1, &prop, 1, D… in iterate()
|