OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_imageExtent
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp
95
const VkExtent3D
m_imageExtent
;
130
,
m_imageExtent
(makeExtent3D(m_renderSize.x(), m_renderSize.y(), 1u))
158
m_imageExtent
, // VkExtent3D extent;
526
const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u),
m_imageExtent
);
564
return tcu::ConstPixelBufferAccess(mapVkFormat(m_colorFormat),
m_imageExtent
.width,
m_imageExtent
.height,
m_imageExtent
.depth, alloc.getHostPtr());
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp
[
all
...]
Completed in 138 milliseconds