Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.hpp111 …static void WriteTextureLevelInfo(sw::Texture *texture, int level, int width, int height, int dept…
DVkDescriptorSetLayout.cpp383 WriteTextureLevelInfo(texture, 0, width, height, 1, pitchP0, 0, 0, 0); in WriteDescriptorSet()
389 WriteTextureLevelInfo(texture, 1, width / 2, height / 2, 1, pitchP1, 0, 0, 0); in WriteDescriptorSet()
426WriteTextureLevelInfo(texture, mipmapLevel, width, height, depth, pitchP, sliceP, samplePitchP, sa… in WriteDescriptorSet()
501 void DescriptorSetLayout::WriteTextureLevelInfo(sw::Texture *texture, int level, int width, int hei… in WriteTextureLevelInfo() function in vk::DescriptorSetLayout