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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
formats.cpp 175 { SWR_TYPE_FLOAT, SWR_TYPE_FLOAT, SWR_TYPE_FLOAT, SWR_TYPE_UNUSED },
    [all...]
formats.h 41 SWR_TYPE_UNUSED,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_traits.h 162 ComponentTraits<SWR_TYPE_FLOAT, 32, SWR_TYPE_FLOAT, 32, SWR_TYPE_FLOAT, 32, SWR_TYPE_UNUSED, 32>,
558 ComponentTraits<SWR_TYPE_FLOAT, 32, SWR_TYPE_UNUSED, 32>,
580 ComponentTraits<SWR_TYPE_UINT, 32, SWR_TYPE_UNUSED, 32>,
646 ComponentTraits<SWR_TYPE_UNORM, 16, SWR_TYPE_UNORM, 16, SWR_TYPE_UNORM, 16, SWR_TYPE_UNUSED, 16>,
668 ComponentTraits<SWR_TYPE_FLOAT, 16, SWR_TYPE_FLOAT, 16, SWR_TYPE_FLOAT, 16, SWR_TYPE_UNUSED, 16>,
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 211 if (info.type[c] == SWR_TYPE_UNUSED)
223 if (info.bpc[c] <= QUANTIZE_THRESHOLD && info.type[c] != SWR_TYPE_UNUSED)
669 if (info.type[i] == SWR_TYPE_UNUSED)
718 if (info.type[i] == SWR_TYPE_UNUSED)
fetch_jit.cpp 432 case SWR_TYPE_UNUSED:
640 if (info.type[c] == SWR_TYPE_UNUSED)
    [all...]

Completed in 70 milliseconds