Searched refs:is2DViewOf3D (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 90 inline VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format, const bool is2DViewOf3D) in makeImageCreateInfo() argument 97 else if (is2DViewOf3D) in makeImageCreateInfo() 100 DE_UNREF(is2DViewOf3D); in makeImageCreateInfo() 131 tcu::IVec3 getExpectedImageSizeResult (const Texture& texture, const bool is2DViewOf3D) in getExpectedImageSizeResult() argument 156 if (is2DViewOf3D) in getExpectedImageSizeResult() 184 const bool is2DViewOf3D); 203 const bool is2DViewOf3D) in SizeTest() 209 , m_2DViewOf3D (is2DViewOf3D) in SizeTest() 278 std::string getCaseName (const Texture& texture, const deUint32 flags, const bool is2DViewOf3D) in getCaseName() argument 284 if (is2DViewOf3D) in getCaseName() 198 SizeTest(tcu::TestContext& testCtx, const std::string& name, const Texture& texture, const VkFormat format, const deUint32 flags, const bool is2DViewOf3D) SizeTest() argument 318 SizeTestInstance(Context& context, const Texture& texture, const VkFormat format, const bool is2DViewOf3D) SizeTestInstance() argument 411 ImageSizeTestInstance(Context& context, const Texture& texture, const VkFormat format, const bool is2DViewOf3D) ImageSizeTestInstance() argument 585 const bool is2DViewOf3D = (boolIdx > 0); createImageSizeTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 90 inline VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format, const bool is2DViewOf3D) in makeImageCreateInfo() argument 97 else if (is2DViewOf3D) in makeImageCreateInfo() 100 DE_UNREF(is2DViewOf3D); in makeImageCreateInfo() 131 tcu::IVec3 getExpectedImageSizeResult (const Texture& texture, const bool is2DViewOf3D) in getExpectedImageSizeResult() argument 156 if (is2DViewOf3D) in getExpectedImageSizeResult() 185 const bool is2DViewOf3D); 205 const bool is2DViewOf3D) in SizeTest() 211 , m_2DViewOf3D (is2DViewOf3D) in SizeTest() 280 std::string getCaseName (const Texture& texture, const deUint32 flags, const bool is2DViewOf3D) in getCaseName() argument 286 if (is2DViewOf3D) in getCaseName() 199 SizeTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const Texture& texture, const VkFormat format, const deUint32 flags, const bool is2DViewOf3D) SizeTest() argument 320 SizeTestInstance(Context& context, const Texture& texture, const VkFormat format, const bool is2DViewOf3D) SizeTestInstance() argument 413 ImageSizeTestInstance(Context& context, const Texture& texture, const VkFormat format, const bool is2DViewOf3D) ImageSizeTestInstance() argument 587 const bool is2DViewOf3D = (boolIdx > 0); createImageSizeTests() local [all...] |
Completed in 3 milliseconds