HomeSort by relevance Sort by last modified time
    Searched refs:planeRowPitches (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 121 const deUint32* planeRowPitches,
126 const deUint32* planeRowPitches,
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 83 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES];
89 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW;
95 planeRowPitches,
103 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES];
109 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW;
115 planeRowPitches,

Completed in 1055 milliseconds