Home
last modified time | relevance | path

Searched refs:isBC (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h64 static const bool isBC{ false };
83 static const bool isBC{ false };
105 static const bool isBC{ false };
127 static const bool isBC{ false };
149 static const bool isBC{ false };
171 static const bool isBC{ false };
193 static const bool isBC{ false };
215 static const bool isBC{ false };
237 static const bool isBC{ false };
259 static const bool isBC{ false };
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DTilingFunctions.h279 if (info.isBC)
291 if (info.isSubsampled || info.isBC)
320 if (info.isBC)
328 if (info.isSubsampled || info.isBC)
361 if (info.isBC)
373 if (info.isBC)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h246 bool isBC; member