Searched refs:s_formats (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 2456 static const VkFormat s_formats[] = variable 2543 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++formatNdx) in createImageStoreTests() 2545 const bool hasSpirvFmt = hasSpirvFormat(s_formats[formatNdx]); in createImageStoreTests() 2548 …>addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_format… in createImageStoreTests() 2549 …>addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), "", texture, s_format… in createImageStoreTests() 2552 …groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[for… in createImageStoreTests() 2553 texture, s_formats[formatNdx], in createImageStoreTests() 2559 …ld(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign", "", texture, s… in createImageStoreTests() 2560 …ld(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign", "", texture, s… in createImageStoreTests() 2587 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++formatNdx) in createImageLoadStoreTests() [all …]
|
D | vktImageMutableTests.cpp | 236 static const VkFormat s_formats[] = variable 1743 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests() 1744 for (int viewFormatNdx = 0; viewFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++viewFormatNdx) in createImageMutableTests() 1746 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[v… in createImageMutableTests() 1750 if (upload == UPLOAD_STORE && !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests() 1756 !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests() 1764 s_formats[imageFormatNdx], in createImageMutableTests() 1765 s_formats[viewFormatNdx], in createImageMutableTests() 1773 …std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortStrin… in createImageMutableTests()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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 if (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 if (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
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 408 static const GLenum s_formats[] = in build() local 417 const ImageFormat fmt = { s_formats[i], GL_NONE }; in build()
|