Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h113 bool hasEmulatedImageChannels() const;
DSemaphoreVk.cpp147 image.getFormat().hasEmulatedImageChannels()); in wait()
Dvk_format_utils.cpp232 bool Format::hasEmulatedImageChannels() const in hasEmulatedImageChannels() function in rx::vk::Format
Dvk_helpers.cpp715 format.hasEmulatedImageChannels() ? kEmulatedInitColorValue : kRobustInitColorValue; in GetRobustResourceClearValue()
6092 if (!mFormat->hasEmulatedImageChannels() || isRobustResourceInitEnabled) in stageClearIfEmulatedFormat()