Home
last modified time | relevance | path

Searched refs:getClearFormat (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkImage.hpp133 VkFormat getClearFormat() const;
DVkImage.cpp1001 VkFormat Image::getClearFormat() const in getClearFormat() function in vk::Image
1036 …device->getBlitter()->clear((void *)color.float32, getClearFormat(), this, format, subresourceRang… in clear()
1067 …clear((void *)(clearValue.color.float32), getClearFormat(), viewFormat, subresourceRange, renderAr… in clear()