Home
last modified time | relevance | path

Searched refs:formatNdx (Results 1 – 22 of 22) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pTextureFormatTests.cpp67 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
69 deUint32 format = texFormats[formatNdx].format; in init()
70 deUint32 dataType = texFormats[formatNdx].dataType; in init()
71 string nameBase = texFormats[formatNdx].name; in init()
Des2pTextureCountTests.cpp66 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
70 deUint32 format = texFormats[formatNdx].format; in init()
71 deUint32 dataType = texFormats[formatNdx].dataType; in init()
77 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures); in init()
Des2pTextureFilteringTests.cpp82 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
84 deUint32 format = texFormats[formatNdx].format; in init()
85 deUint32 dataType = texFormats[formatNdx].dataType; in init()
92 … = string(cases[caseNdx].name) + (minify ? "_minify_" : "_magnify_") + texFormats[formatNdx].name; in init()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp412 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
414 deUint32 format = texFormats[formatNdx].format; in init()
415 deUint32 dataType = texFormats[formatNdx].dataType; in init()
416 string nameBase = texFormats[formatNdx].name; in init()
494 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedColorFormats); formatNdx++) in init() local
496 deUint32 internalFormat = sizedColorFormats[formatNdx].internalFormat; in init()
497 string nameBase = sizedColorFormats[formatNdx].name; in init()
504 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedDepthStencilFormats); formatNdx++) in init() local
506 deUint32 internalFormat = sizedDepthStencilFormats[formatNdx].internalFormat; in init()
507 string nameBase = sizedDepthStencilFormats[formatNdx].name; in init()
[all …]
Des31fTextureSpecificationTests.cpp848 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
850 const char* fmtName = colorFormats[formatNdx].name; in init()
851 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
889 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
891 const string fmtName = colorFormats[formatNdx].name; in init()
892 const deUint32 format = colorFormats[formatNdx].internalFormat; in init()
1044 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
1046 const char* fmtName = colorFormats[formatNdx].name; in init()
1047 deUint32 internalFormat = colorFormats[formatNdx].internalFormat; in init()
1056 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++) in init() local
[all …]
Des31fTextureBorderClampTests.cpp2380 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2382 const deUint32 format = formats[formatNdx].format; in init()
2383 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2386 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init()
2453 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2456 const deUint32 format = formats[formatNdx].format; in init()
2457 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2458 …:string caseName = std::string() + s_filters[filterNdx].name + "_" + formats[formatNdx].name; in init()
2493 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2495 const deUint32 format = formats[formatNdx].format; in init()
[all …]
Des31fTextureGatherTests.cpp2122 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
2124 const tcu::TextureFormat& format = formats[formatNdx].format; in init()
2125 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, ""); in init()
Des31fShaderImageLoadStoreTests.cpp3188 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
3190 const TextureFormat& format = formats[formatNdx]; in init()
3191 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]); in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCountTests.cpp68 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
72 deUint32 format = texFormats[formatNdx].internalFormat; in init()
78 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures); in init()
Des3pTextureFormatTests.cpp107 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
109 deUint32 format = texFormats[formatNdx].internalFormat; in init()
110 string nameBase = texFormats[formatNdx].name; in init()
Des3pTextureFilteringTests.cpp83 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
85 deUint32 format = texFormats[formatNdx].internalFormat; in init()
92 … = string(cases[caseNdx].name) + (minify ? "_minify_" : "_magnify_") + texFormats[formatNdx].name; in init()
/external/deqp/modules/gles2/functional/
Des2fTextureSizeTests.cpp382 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()
390 formats[formatNdx].format, formats[formatNdx].dataType, in init()
405 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()
413 formats[formatNdx].format, formats[formatNdx].dataType, in init()
Des2fTextureSpecificationTests.cpp1556 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
1558 const char* fmtName = texFormats[formatNdx].name; in init()
1559 deUint32 format = texFormats[formatNdx].format; in init()
1560 deUint32 dataType = texFormats[formatNdx].dataType; in init()
1580 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(texFormats)-1); in init() local
1584 …ring("2d_") + de::toString(ndx)).c_str(), "", texFormats[formatNdx].format, texFormats[formatNdx].… in init()
1590 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(texFormats)-1); in init() local
1593 …ng("cube_") + de::toString(ndx)).c_str(), "", texFormats[formatNdx].format, texFormats[formatNdx].… in init()
1643 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
1645 const char* fmtName = texFormats[formatNdx].name; in init()
[all …]
Des2fTextureFormatTests.cpp645 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
647 deUint32 format = texFormats[formatNdx].format; in init()
648 deUint32 dataType = texFormats[formatNdx].dataType; in init()
649 string nameBase = texFormats[formatNdx].name; in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSizeTests.cpp382 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()
390 formats[formatNdx].format, formats[formatNdx].dataType, in init()
405 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()
413 formats[formatNdx].format, formats[formatNdx].dataType, in init()
Des3fTextureFormatTests.cpp1300 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local
1302 deUint32 format = texFormats[formatNdx].format; in init()
1303 deUint32 dataType = texFormats[formatNdx].dataType; in init()
1304 string nameBase = texFormats[formatNdx].name; in init()
1388 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedColorFormats); formatNdx++) in init() local
1390 deUint32 internalFormat = sizedColorFormats[formatNdx].internalFormat; in init()
1391 string nameBase = sizedColorFormats[formatNdx].name; in init()
1404 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedDepthStencilFormats); formatNdx++) in init() local
1406 deUint32 internalFormat = sizedDepthStencilFormats[formatNdx].internalFormat; in init()
1407 string nameBase = sizedDepthStencilFormats[formatNdx].name; in init()
[all …]
Des3fTextureSpecificationTests.cpp3473 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
3475 const char* fmtName = colorFormats[formatNdx].name; in init()
3476 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
3496 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init() local
3500 …_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat,… in init()
3506 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init() local
3509 …ontext, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat,… in init()
3624 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
3626 const string fmtName = colorFormats[formatNdx].name; in init()
3627 const deUint32 format = colorFormats[formatNdx].internalFormat; in init()
[all …]
Des3fTextureShadowTests.cpp1033 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
1037 deUint32 format = formats[formatNdx].format; in init()
1043 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name; in init()
1063 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
1067 deUint32 format = formats[formatNdx].format; in init()
1072 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name; in init()
1092 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local
1096 deUint32 format = formats[formatNdx].format; in init()
1103 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name; in init()
Des3fPixelBufferObjectTests.cpp699 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(renderbufferFormats); formatNdx++) in init() local
705 …testSpec.name = string(renderbufferFormatsStr [formatNdx]) + "_" + (trianglesClears == 0 ? "tr… in init()
710 testSpec.renderbufferFormat = renderbufferFormats[formatNdx]; in init()
Des3fTextureWrapTests.cpp499 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++) in init() local
501 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init()
511 etc2Formats[formatNdx].format, in init()
Des3fNegativeTextureApiTests.cpp506 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_astcFormats); formatNdx++) in init()
508 const GLuint format = s_astcFormats[formatNdx]; in init()
2687 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_astcFormats); formatNdx++) in init()
2689 const GLuint format = s_astcFormats[formatNdx]; in init()
3000 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_astcFormats); formatNdx++) in init()
3002 const GLuint format = s_astcFormats[formatNdx]; in init()
3143 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_astcFormats); formatNdx++) in init()
3145 const GLuint format = s_astcFormats[formatNdx]; in init()
/external/deqp/modules/egl/
DteglImageTests.cpp523 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(androidFormats); ++formatNdx) in init() local
524 …d(new Image::CreateImageGLES2(m_eglTestCtx, EGL_NATIVE_BUFFER_ANDROID, androidFormats[formatNdx])); in init()