Home
last modified time | relevance | path

Searched refs:SWR_TYPE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h551 template <SWR_TYPE type, uint32_t NumBits>
554 static const SWR_TYPE MyType = type;
574 static const SWR_TYPE MyType = SWR_TYPE_UINT;
594 static const SWR_TYPE MyType = SWR_TYPE_SINT;
614 static const SWR_TYPE MyType = SWR_TYPE_UINT;
634 static const SWR_TYPE MyType = SWR_TYPE_SINT;
654 static const SWR_TYPE MyType = SWR_TYPE_UINT;
674 static const SWR_TYPE MyType = SWR_TYPE_SINT;
694 static const SWR_TYPE MyType = SWR_TYPE_UNORM;
710 static const SWR_TYPE MyType = SWR_TYPE_UNORM;
[all …]
Dblend.h250 template <SWR_TYPE type>
292 template <SWR_TYPE type>
Ddepthstencil.h89 SWR_TYPE depthType = FormatTraits<depthFormatT>::GetType(0); in QuantizeDepth()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h38 enum SWR_TYPE enum
238 SWR_TYPE type[4];
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h240 SWR_TYPE type = FormatTraits<DstFormat>::GetType(comp); in ConvertPixelFromFloat()
428 SWR_TYPE type = FormatTraits<SrcFormat>::GetType(comp); in ConvertPixelToFloat()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp166 SWR_TYPE type = info.type[0]; in Clamp()