Searched refs:formatNdx (Results 1 - 20 of 20) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pTextureCountTests.cpp66 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
70 deUint32 format = texFormats[formatNdx].format;
71 deUint32 dataType = texFormats[formatNdx].dataType;
77 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures);
H A Des2pTextureFormatTests.cpp67 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
69 deUint32 format = texFormats[formatNdx].format;
70 deUint32 dataType = texFormats[formatNdx].dataType;
71 string nameBase = texFormats[formatNdx].name;
H A Des2pTextureFilteringTests.cpp82 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
84 deUint32 format = texFormats[formatNdx].format;
85 deUint32 dataType = texFormats[formatNdx].dataType;
92 string name = string(cases[caseNdx].name) + (minify ? "_minify_" : "_magnify_") + texFormats[formatNdx].name;
/external/deqp/modules/gles3/performance/
H A Des3pTextureCountTests.cpp68 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
72 deUint32 format = texFormats[formatNdx].internalFormat;
78 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures);
H A Des3pTextureFormatTests.cpp107 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
109 deUint32 format = texFormats[formatNdx].internalFormat;
110 string nameBase = texFormats[formatNdx].name;
H A Des3pTextureFilteringTests.cpp83 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
85 deUint32 format = texFormats[formatNdx].internalFormat;
92 string name = string(cases[caseNdx].name) + (minify ? "_minify_" : "_magnify_") + texFormats[formatNdx].name;
/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp412 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
414 deUint32 format = texFormats[formatNdx].format;
415 deUint32 dataType = texFormats[formatNdx].dataType;
416 string nameBase = texFormats[formatNdx].name;
494 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedColorFormats); formatNdx++)
496 deUint32 internalFormat = sizedColorFormats[formatNdx]
[all...]
H A Des31fTextureSpecificationTests.cpp848 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
850 const char* fmtName = colorFormats[formatNdx].name;
851 deUint32 format = colorFormats[formatNdx].internalFormat;
889 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
891 const string fmtName = colorFormats[formatNdx].name;
892 const deUint32 format = colorFormats[formatNdx]
[all...]
H A Des31fTextureGatherTests.cpp2123 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
2125 const tcu::TextureFormat& format = formats[formatNdx].format;
2126 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, "");
H A Des31fShaderImageLoadStoreTests.cpp3194 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
3196 const TextureFormat& format = formats[formatNdx];
3197 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]);
/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp382 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
390 formats[formatNdx].format, formats[formatNdx].dataType,
405 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
410 name << width << "x" << height << "_" << formats[formatNdx]
[all...]
H A Des2fTextureSpecificationTests.cpp1557 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
1559 const char* fmtName = texFormats[formatNdx].name;
1560 deUint32 format = texFormats[formatNdx].format;
1561 deUint32 dataType = texFormats[formatNdx].dataType;
1581 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(texFormats)-1); local
1585 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", texFormats[formatNdx].format, texFormats[formatNdx].dataType, MIPMAPS, width, height));
1591 int formatNdx local
[all...]
H A Des2fTextureFormatTests.cpp645 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
647 deUint32 format = texFormats[formatNdx].format;
648 deUint32 dataType = texFormats[formatNdx].dataType;
649 string nameBase = texFormats[formatNdx].name;
/external/deqp/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp382 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
390 formats[formatNdx].format, formats[formatNdx].dataType,
405 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
410 name << width << "x" << height << "_" << formats[formatNdx]
[all...]
H A Des3fTextureFormatTests.cpp1299 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
1301 deUint32 format = texFormats[formatNdx].format;
1302 deUint32 dataType = texFormats[formatNdx].dataType;
1303 string nameBase = texFormats[formatNdx].name;
1387 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedColorFormats); formatNdx++)
1389 deUint32 internalFormat = sizedColorFormats[formatNdx]
[all...]
H A Des3fTextureShadowTests.cpp1033 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
1037 deUint32 format = formats[formatNdx].format;
1043 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name;
1063 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
1067 deUint32 format = formats[formatNdx].format;
1072 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx]
[all...]
H A Des3fTextureSpecificationTests.cpp3461 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3463 const char* fmtName = colorFormats[formatNdx].name;
3464 deUint32 format = colorFormats[formatNdx].internalFormat;
3484 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); local
3488 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, width, height));
3494 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); local
3497 randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, size));
3612 for (int formatNdx
[all...]
H A Des3fTextureStateQueryTests.cpp653 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
654 testSingleFormat(formats[formatNdx]);
657 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(non3dFormats); ++formatNdx)
658 testSingleFormat(non3dFormats[formatNdx]);
H A Des3fPixelBufferObjectTests.cpp697 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(renderbufferFormats); formatNdx++)
703 testSpec.name = string(renderbufferFormatsStr [formatNdx]) + "_" + (trianglesClears == 0 ? "triangles" : "clears"),
708 testSpec.renderbufferFormat = renderbufferFormats[formatNdx];
H A Des3fTextureWrapTests.cpp498 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++)
500 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, "");
510 etc2Formats[formatNdx].format,

Completed in 9796 milliseconds