Searched refs:s_formats (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluFboRenderContext.cpp | 80 static const deUint32 s_formats[] = in chooseColorFormat() local 92 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(s_formats); fmtNdx++) in chooseColorFormat() 94 const deUint32 format = s_formats[fmtNdx]; in chooseColorFormat() 121 static const deUint32 s_formats[] = in chooseDepthStencilFormat() local 131 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(s_formats); fmtNdx++) in chooseDepthStencilFormat() 133 const deUint32 format = s_formats[fmtNdx]; in chooseDepthStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 1266 static const VkFormat s_formats[] = variable 1302 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++formatNdx) in createImageStoreTests() 1304 …>addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_format… in createImageStoreTests() 1305 …>addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_format… in createImageStoreTests() 1308 …groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[for… in createImageStoreTests() 1309 texture, s_formats[formatNdx], in createImageStoreTests() 1336 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++formatNdx) in createImageLoadStoreTests() 1338 …oadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_formats[formatNdx… in createImageLoadStoreTests() 1339 …oadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_formats[formatNdx… in createImageLoadStoreTests() 1342 …ImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_… in createImageLoadStoreTests() [all …]
|
D | vktImageMutableTests.cpp | 234 static const VkFormat s_formats[] = variable 1788 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests() 1789 for (int viewFormatNdx = 0; viewFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++viewFormatNdx) in createImageMutableTests() 1791 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[v… in createImageMutableTests() 1795 if (upload == UPLOAD_STORE && !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests() 1801 !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests() 1809 s_formats[imageFormatNdx], in createImageMutableTests() 1810 s_formats[viewFormatNdx], in createImageMutableTests() 1818 …std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortStrin… in createImageMutableTests()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 95 if (glu::contextSupports(context_type, s_formats[i].required_by_context.getAPI())) in iterate() 109 if (!s_formats[i] in iterate() 115 if (isDepthType(s_formats[i]) || isStencilType(s_formats[i])) in iterate() 121 if ((isDepthType(s_formats[i]) || isStencilType(s_formats[i])) && in iterate() 130 prepareSourceTexture(s_formats[i], s_source_texture_targets[j]); in iterate() 138 is_ok = is_ok & checkSourceTextureSizeAndType(s_formats[i], s_source_texture_targets[j]); in iterate() 144 prepareDestinationTextureAndFramebuffer(s_formats[i], GL_TEXTURE_2D); in iterate() 148 prepareProgram(s_source_texture_targets[j], s_formats[i], ColorChannelSelector(k)); in iterate() 156 is_ok = is_ok & checkDestinationTexture(s_formats[i], ColorChannelSelector(k), in iterate() 1241 const FunctionalTest::TextureInternalFormatDescriptor FunctionalTest::s_formats[] = { member in gl3cts::TextureSizePromotion::FunctionalTest [all …]
|
D | gl3cTextureSizePromotion.hpp | 188 …s_formats[]; //!< List of internal formats (and their descriptions) to be tested by Functional Tes… member in gl3cts::TextureSizePromotion::FunctionalTest
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 395 static const GLenum s_formats[] = in build() local 404 const ImageFormat fmt = { s_formats[i], GL_NONE }; in build()
|