Home
last modified time | relevance | path

Searched defs:initImageViews (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp408 void initImageViews(const DeviceInterface &vkd, VkDevice device, const std::vector<VkImage> &images… in initImageViews() function
H A DvktWsiDisplayTimingTests.cpp341 void initImageViews(const vk::DeviceInterface &vkd, vk::VkDevice device, const std::vector<vk::VkIm… in initImageViews() function
H A DvktWsiIncrementalPresentTests.cpp395 void initImageViews(const vk::DeviceInterface &vkd, vk::VkDevice device, const std::vector<vk::VkIm… in initImageViews() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp4080 angle::Result TextureVk::initImageViews(ContextVk *contextVk, uint32_t levelCount) in initImageViews() function in rx::TextureVk