OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mipLevelZ
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp
44
const deUint32
mipLevelZ
= std::max(imageSize.z() >> mipLevel, 1u);
64
return tcu::UVec3(mipLevelX, mipLevelY,
mipLevelZ
);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp
43
const deUint32
mipLevelZ
= std::max(imageSize.z() >> mipLevel, 1u);
63
return tcu::UVec3(mipLevelX, mipLevelY,
mipLevelZ
);
Completed in 997 milliseconds