OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBufferCopyRegions
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
142
virtual std::vector<vk::VkBufferImageCopy>
getBufferCopyRegions
(void) const;
vktPipelineImageUtil.cpp
265
std::vector<VkBufferImageCopy> copyRegions = srcTexture.
getBufferCopyRegions
();
306
std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->
getBufferCopyRegions
();
354
std::vector<VkBufferImageCopy> copyRegions = srcTexture.
getBufferCopyRegions
();
399
std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->
getBufferCopyRegions
();
646
std::vector<VkBufferImageCopy> TestTexture::
getBufferCopyRegions
(void) const
[
all
...]
Completed in 284 milliseconds