Home
last modified time | relevance | path

Searched refs:s_formats (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp2716 static const VkFormat s_formats[] = member in vkt::image::__anon28017::ExtendOperand
2863 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++formatNdx) in createImageStoreTests()
2867 const bool hasSpirvFmt = hasSpirvFormat(s_formats[formatNdx]); in createImageStoreTests()
2872 groupWithFormatByImageViewType->addChild( new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx])); in createImageStoreTests()
2874 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_constant" + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest::FLAG_DECLARE_IMAGE_FORMAT_IN_SHADER | StoreTest::FLAG_STORE_CONSTANT_VALUE)); in createImageStoreTests()
2876 groupWithoutFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx], 0)); in createImageStoreTests()
2879 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNd in createImageStoreTests()
[all...]
H A DvktImageMutableTests.cpp237 static const VkFormat s_formats[] = member
1715 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests()
1716 for (int viewFormatNdx = 0; viewFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++viewFormatNdx) in createImageMutableTests()
1718 if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[viewFormatNdx])) in createImageMutableTests()
1722 if (upload == UPLOAD_STORE && !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests()
1728 !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests()
1736 s_formats[imageFormatNdx], in createImageMutableTests()
1737 s_formats[viewFormatNdx], in createImageMutableTests()
1745 std::string caseName = getFormatShortString(s_formats[imageFormatNd in createImageMutableTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp2684 static const VkFormat s_formats[] = member in vkt::image::__anon29248::ExtendOperand
2823 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++formatNdx) in createImageStoreTests()
2826 const bool hasSpirvFmt = hasSpirvFormat(s_formats[formatNdx]); in createImageStoreTests()
2831 groupWithFormatByImageViewType->addChild( new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx])); in createImageStoreTests()
2833 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_constant" + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest::FLAG_DECLARE_IMAGE_FORMAT_IN_SHADER | StoreTest::FLAG_STORE_CONSTANT_VALUE)); in createImageStoreTests()
2835 groupWithoutFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx], 0)); in createImageStoreTests()
2838 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNd in createImageStoreTests()
[all...]
H A DvktImageMutableTests.cpp237 static const VkFormat s_formats[] = member
1715 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests()
1716 for (int viewFormatNdx = 0; viewFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++viewFormatNdx) in createImageMutableTests()
1718 if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[viewFormatNdx])) in createImageMutableTests()
1722 if (upload == UPLOAD_STORE && !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests()
1728 !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests()
1736 s_formats[imageFormatNdx], in createImageMutableTests()
1737 s_formats[viewFormatNdx], in createImageMutableTests()
1745 std::string caseName = getFormatShortString(s_formats[imageFormatNd in createImageMutableTests()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluFboRenderContext.cpp80 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/
H A Dgl3cTextureSizePromotion.cpp95 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[ in iterate()
1251 const FunctionalTest::TextureInternalFormatDescriptor FunctionalTest::s_formats[] = { global() member in gl3cts::TextureSizePromotion::FunctionalTest
[all...]
H A Dgl3cTextureSizePromotion.hpp188 s_formats[]; //!< List of internal formats (and their descriptions) to be tested by Functional Test. member in gl3cts::TextureSizePromotion::FunctionalTest
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp423 static const GLenum s_formats[] = in build() local
432 const ImageFormat fmt = { s_formats[i], GL_NONE }; in build()

Completed in 19 milliseconds