Home
last modified time | relevance | path

Searched defs:is2DViewOf3D (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageSizeTests.cpp90 …ateInfo makeImageCreateInfo(const Texture &texture, const VkFormat format, const bool is2DViewOf3D) in makeImageCreateInfo()
130 tcu::IVec3 getExpectedImageSizeResult(const Texture &texture, const bool is2DViewOf3D) in getExpectedImageSizeResult()
194 const uint32_t flags, const bool is2DViewOf3D) in SizeTest()
272 std::string getCaseName(const Texture &texture, const uint32_t flags, const bool is2DViewOf3D) in getCaseName()
312 const bool is2DViewOf3D) in SizeTestInstance()
411 const bool is2DViewOf3D) in ImageSizeTestInstance()
592 const bool is2DViewOf3D = (boolIdx > 0); in createImageSizeTests() local