OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textureImage
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp
138
vk::VkImage getImage (void) { return *
m_textureImage
; }
153
vk::Move<vk::VkImage>
m_textureImage
;
vktTextureTestUtil.cpp
368
m_textureImage
= createImage(vkd, vkDevice, &imageParams);
369
m_textureImageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *
m_textureImage
), MemoryRequirement::Any);
370
VK_CHECK(vkd.bindImageMemory(vkDevice, *
m_textureImage
, m_textureImageMemory->getMemory(), m_textureImageMemory->getOffset()));
374
pipeline::uploadTestTexture(vkd, vkDevice, queue, queueFamilyIndex, allocator, *m_textureData, *
m_textureImage
);
391
*
m_textureImage
, // VkImage image;
[
all
...]
Completed in 47 milliseconds