OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heightDivisor
(Results
1 - 8
of
8
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp
87
deUint8
heightDivisor
;
vkNullDriver.cpp
937
const deUint32 planeH = extent.height / desc.planes[planeNdx].
heightDivisor
;
[
all
...]
vkImageUtil.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp
60
const deUint32 planeH = size.y() / m_description.planes[planeNdx].
heightDivisor
;
367
? imageData.getSize().y() / formatDesc.planes[planeNdx].
heightDivisor
454
const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].
heightDivisor
;
611
? imageData->getSize().y() / formatDesc.planes[planeNdx].
heightDivisor
759
const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].
heightDivisor
;
vktYCbCrViewTests.cpp
483
size.y() / formatInfo.planes[params.planeNdx].
heightDivisor
);
vktYCbCrImageQueryTests.cpp
322
maxDivisor.y() = de::max<deUint32>(maxDivisor.y(), formatDesc.planes[ndx].
heightDivisor
);
vktYCbCrCopyTests.cpp
597
return UVec2(size.x() / info.planes[planeNdx].widthDivisor, size.y() / info.planes[planeNdx].
heightDivisor
);
[
all
...]
vktYCbCrConversionTests.cpp
578
DE_ASSERT(size.y() % formatInfo.planes[planeNdx].
heightDivisor
== 0);
581
const deUint32 accessHeight = size.y() / formatInfo.planes[planeNdx].
heightDivisor
;
[
all
...]
Completed in 681 milliseconds