Home
last modified time | relevance | path

Searched refs:MAX_PLANES (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp72 MAX_PLANES = 3 enumerator
101 Plane planes[MAX_PLANES];
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c183 #define MAX_PLANES 8 macro
185 lp_rast_tri_tab[MAX_PLANES+1] = {
198 lp_rast_32_tri_tab[MAX_PLANES+1] = {
861 int64_t c[MAX_PLANES]; in lp_setup_bin_triangle()
862 int64_t ei[MAX_PLANES]; in lp_setup_bin_triangle()
864 int64_t eo[MAX_PLANES]; in lp_setup_bin_triangle()
865 int64_t xstep[MAX_PLANES]; in lp_setup_bin_triangle()
866 int64_t ystep[MAX_PLANES]; in lp_setup_bin_triangle()
898 int64_t cx[MAX_PLANES]; in lp_setup_bin_triangle()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp82 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
83 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
102 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
103 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
DvktYCbCrUtil.hpp70 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];