Searched refs:s_formats (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 2397 static const VkFormat s_formats[] = variable 2483 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++formatNdx) in createImageStoreTests() 2485 …>addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_format… in createImageStoreTests() 2486 …>addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_format… in createImageStoreTests() 2489 …groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[for… in createImageStoreTests() 2490 texture, s_formats[formatNdx], in createImageStoreTests() 2495 …ld(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign", "", texture, s… in createImageStoreTests() 2496 …ld(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign", "", texture, s… in createImageStoreTests() 2523 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++formatNdx) in createImageLoadStoreTests() 2525 …oadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_formats[formatNdx… in createImageLoadStoreTests() [all …]
|
D | vktImageMutableTests.cpp | 236 static const VkFormat s_formats[] = variable 1731 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests() 1732 for (int viewFormatNdx = 0; viewFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++viewFormatNdx) in createImageMutableTests() 1734 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[v… in createImageMutableTests() 1738 if (upload == UPLOAD_STORE && !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests() 1744 !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests() 1752 s_formats[imageFormatNdx], in createImageMutableTests() 1753 s_formats[viewFormatNdx], in createImageMutableTests() 1761 …std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortStrin… in createImageMutableTests()
|
/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/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() 1251 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()
|