Home
last modified time | relevance | path

Searched refs:methodNdx (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawTests.cpp1985 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(methods); ++methodNdx) in init() local
1989 …+ ((methods[methodNdx].method == ComputeShaderGeneratedCase::DRAWMETHOD_DRAWARRAYS) ? ("drawarrays… in init()
1990 + ((methods[methodNdx].separateCompute) ? ("_separate") : ("_combined")) in init()
1995 …+ ((methods[methodNdx].method == ComputeShaderGeneratedCase::DRAWMETHOD_DRAWARRAYS) ? ("drawarrays… in init()
1996 …+ " calculating buffers in " + ((methods[methodNdx].separateCompute) ? ("separate") : ("combined")… in init()
2000 …const bool computeIndices = (methods[methodNdx].method == ComputeShaderGeneratedCase::DRAWMETHOD_D… in init()
2002 if (methods[methodNdx].separateCompute) in init()
2003 …derGeneratedSeparateCase(m_context, name.c_str(), desc.c_str(), methods[methodNdx].method, false, … in init()
2005 …derGeneratedCombinedCase(m_context, name.c_str(), desc.c_str(), methods[methodNdx].method, false, … in init()
Des31fDebugTests.cpp1983 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(s_clearMethods); ++methodNdx) in iterate() local
1989 …m_testCtx.getLog() << TestLog::Message << "Clearing label " << s_clearMethods[methodNdx].descripti… in iterate()
1990 gl.objectLabel(GL_SHADER, shader, s_clearMethods[methodNdx].length, DE_NULL); in iterate()
2011 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(s_clearMethods); ++methodNdx) in iterate() local
2017 …m_testCtx.getLog() << TestLog::Message << "Clearing label " << s_clearMethods[methodNdx].descripti… in iterate()
2018 gl.objectPtrLabel(sync, s_clearMethods[methodNdx].length, DE_NULL); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp334 const deUint32 methodNdx,
348 const deUint32 methodNdx, in TransferTimestampTestParam() argument
352 DE_ASSERT(methodNdx < (deUint32)TRANSFER_METHOD_LAST); in TransferTimestampTestParam()
354 m_method = (TransferMethod)methodNdx; in TransferTimestampTestParam()