Searched refs:FLAG_STORE_CONSTANT_VALUE (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 478 FLAG_STORE_CONSTANT_VALUE = 0x8, //!< Store constant value enumerator 515 , m_storeConstantValue ((flags & FLAG_STORE_CONSTANT_VALUE) != 0) in StoreTest() 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 477 FLAG_STORE_CONSTANT_VALUE = 0x8, //!< Store constant value enumerator 516 , m_storeConstantValue ((flags & FLAG_STORE_CONSTANT_VALUE) != 0) in StoreTest() 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()
|
Completed in 15 milliseconds