Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c180 #define MAX_PLANES 8 macro
182 lp_rast_tri_tab[MAX_PLANES+1] = {
195 lp_rast_32_tri_tab[MAX_PLANES+1] = {
869 int64_t c[MAX_PLANES]; in lp_setup_bin_triangle()
870 int64_t ei[MAX_PLANES]; in lp_setup_bin_triangle()
872 int64_t eo[MAX_PLANES]; in lp_setup_bin_triangle()
873 int64_t xstep[MAX_PLANES]; in lp_setup_bin_triangle()
874 int64_t ystep[MAX_PLANES]; in lp_setup_bin_triangle()
906 int64_t cx[MAX_PLANES]; in lp_setup_bin_triangle()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp83 MAX_PLANES = 3 enumerator
112 Plane planes[MAX_PLANES];
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp79 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
DvktYCbCrUtil.cpp94 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
95 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
114 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
115 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c109 #define MAX_PLANES 3 macro
113 struct plane_info planes[MAX_PLANES];