OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:planeH
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp
60
const deUint32
planeH
= size.y() / m_description.planes[planeNdx].heightDivisor;
61
const deUint32 planeSize = m_description.planes[planeNdx].elementSizeBytes * planeW *
planeH
;
366
const deUint32
planeH
= (formatDesc.numPlanes > 1)
376
makeExtent3D(planeW,
planeH
, 1u),
454
const deUint32
planeH
= imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor;
465
for (deUint32 row = 0; row <
planeH
; ++row)
467
const size_t rowSize = planeSize /
planeH
;
610
const deUint32
planeH
= (formatDesc.numPlanes > 1)
620
makeExtent3D(planeW,
planeH
, 1u),
759
const deUint32
planeH
= imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor
[
all
...]
/external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp
937
const deUint32
planeH
= extent.height / desc.planes[planeNdx].heightDivisor;
941
totalSize += planeW *
planeH
* elementSize;
[
all
...]
Completed in 1082 milliseconds