Searched defs:imgType (Results 1 – 8 of 8) sorted by relevance
321 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local339 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
493 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
211 const auto imgType = m_texture.type(); in checkSupport() local
441 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
251 "imgType": { object539 "imgType": { object980 "imgType": { object1138 "imgType": { object1296 "imgType": { object
1457 …ge> ComputeShaderDerivativeInstance::createImageAndBindMemory(VkFormat format, VkImageType imgType, in createImageAndBindMemory()
772 static unsigned getNumSizeComponents(SPIRVType *imgType) { in getNumSizeComponents()
4121 …def typename details::Sel<Barriers1, Barriers2, Barriers3, VkImageMemoryBarrier2KHR>::type imgType; in makeDependency() typedef