Searched refs:methodNdx (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 1980 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(methods); ++methodNdx) in init() local 1984 …+ ((methods[methodNdx].method == ComputeShaderGeneratedCase::DRAWMETHOD_DRAWARRAYS) ? ("drawarrays… in init() 1985 + ((methods[methodNdx].separateCompute) ? ("_separate") : ("_combined")) in init() 1990 …+ ((methods[methodNdx].method == ComputeShaderGeneratedCase::DRAWMETHOD_DRAWARRAYS) ? ("drawarrays… in init() 1991 …+ " calculating buffers in " + ((methods[methodNdx].separateCompute) ? ("separate") : ("combined")… in init() 1995 …const bool computeIndices = (methods[methodNdx].method == ComputeShaderGeneratedCase::DRAWMETHOD_D… in init() 1997 if (methods[methodNdx].separateCompute) in init() 1998 …derGeneratedSeparateCase(m_context, name.c_str(), desc.c_str(), methods[methodNdx].method, false, … in init() 2000 …derGeneratedCombinedCase(m_context, name.c_str(), desc.c_str(), methods[methodNdx].method, false, … in init()
|
D | es31fDebugTests.cpp | 1975 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(s_clearMethods); ++methodNdx) in iterate() local 1981 …m_testCtx.getLog() << TestLog::Message << "Clearing label " << s_clearMethods[methodNdx].descripti… in iterate() 1982 gl.objectLabel(GL_SHADER, shader, s_clearMethods[methodNdx].length, DE_NULL); in iterate() 2003 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(s_clearMethods); ++methodNdx) in iterate() local 2009 …m_testCtx.getLog() << TestLog::Message << "Clearing label " << s_clearMethods[methodNdx].descripti… in iterate() 2010 gl.objectPtrLabel(sync, s_clearMethods[methodNdx].length, DE_NULL); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 241 const deUint32 methodNdx); 253 const deUint32 methodNdx) in TransferTimestampTestParam() argument 256 DE_ASSERT(methodNdx < (deUint32)TRANSFER_METHOD_LAST); in TransferTimestampTestParam() 258 m_method = (TransferMethod)methodNdx; in TransferTimestampTestParam()
|