Home
last modified time | relevance | path

Searched refs:DE_UNUSED_ATTR (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
DdeDefs.h288 # define DE_UNUSED_ATTR __attribute__((unused)) macro
290 # define DE_UNUSED_ATTR macro
294 #define DE_STATIC_ASSERT(X) typedef char DE_UNIQUE_NAME[(X) ? 1 : -1] DE_UNUSED_ATTR
295 …ASSERT(HEADERTOKEN, X) typedef char DE_HEADER_UNIQUE_NAME(HEADERTOKEN)[(X) ? 1 : -1] DE_UNUSED_ATTR
/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp842 …nstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR = false, ImageViewMinLodParams* minLodParams… in Texture1DView() argument
DtcuTexture.cpp3950 …t ConstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR, ImageViewMinLodParams* minLodParams DE_… in Texture1DArrayView() argument
3984 …t ConstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR, ImageViewMinLodParams* minLodParams DE_… in Texture2DArrayView() argument
4182 …t ConstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR, ImageViewMinLodParams* minLodParams DE_… in TextureCubeArrayView() argument
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp103 …1DView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams DE_UNUSED_ATTR) in getSubView() argument
140 …ew, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams DE_UNUSED_ATTR = DE_NULL) in getSubView() argument