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