Home
last modified time | relevance | path

Searched refs:is3DSlice (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkImage.hpp94 bool is3DSlice() const;
DVkImage.cpp912 bool Image::is3DSlice() const in is3DSlice() function in vk::Image
919 if(is3DSlice()) in getLayerOffset()
/external/swiftshader/src/Device/
DBlitter.cpp139 if(renderArea && dest->is3DSlice()) in clear()
266 if(dest->is3DSlice()) in fastClear()