Home
last modified time | relevance | path

Searched refs:SWR_FORMAT_INFO (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h233 struct SWR_FORMAT_INFO struct
253 extern const SWR_FORMAT_INFO gFormatInfo[NUM_SWR_FORMATS]; argument
258 INLINE const SWR_FORMAT_INFO& GetFormatInfo(SWR_FORMAT format) in GetFormatInfo()
Dformats.cpp70 const SWR_FORMAT_INFO gFormatInfo[] = {
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h109 void GATHER4PS(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets,
113 void GATHER4DD(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets,
120 void Shuffle8bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput, Value* vGatherOutput[], b…
121 void Shuffle16bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput[], Value* vGatherOutput[]…
Dblend_jit.cpp160 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in Clamp()
188 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in ApplyDefaults()
207 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in ApplyUnusedDefaults()
220 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in Quantize()
657 const SWR_FORMAT_INFO& info = GetFormatInfo(state.format); in Create()
Dfetch_jit.cpp261 const SWR_FORMAT_INFO &info = GetFormatInfo((SWR_FORMAT)ied.Format); in JitLoadVertices()
521 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in IsOddFormat()
532 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in IsUniformFormat()
552 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in UnpackComponents()
573 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in CreateGatherOddFormats()
633 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in ConvertFormat()
719 const SWR_FORMAT_INFO &info = GetFormatInfo((SWR_FORMAT)ied.Format); in JitGatherVertices()
Dbuilder_misc.cpp1008 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in Gather4()
1023 void Builder::GATHER4PS(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, in GATHER4PS()
1098 void Builder::GATHER4DD(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, in GATHER4DD()
1185 …void Builder::Shuffle16bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput[2], Value* vGat… in Shuffle16bpcGather4()
1279 …void Builder::Shuffle8bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput, Value* vGatherO… in Shuffle8bpcGather4()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DTilingFunctions.h264 const SWR_FORMAT_INFO& info,
305 const SWR_FORMAT_INFO& info,
344 const SWR_FORMAT_INFO& info,
395 const SWR_FORMAT_INFO &info = GetFormatInfo(pState->format);
534 const SWR_FORMAT_INFO &info = GetFormatInfo(pState->format);
566 const SWR_FORMAT_INFO &info = GetFormatInfo(pState->format);
DStoreTile.cpp108 const SWR_FORMAT_INFO& info = GetFormatInfo(pDstSurface->format); in StoreHotTileToSurface()
DLoadTile.cpp147 const SWR_FORMAT_INFO& info = GetFormatInfo(pSrcSurface->format); in LoadHotTile()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp492 const SWR_FORMAT_INFO &swr_desc = GetFormatInfo( in swr_create_vertex_elements_state()
1418 const SWR_FORMAT_INFO& info = GetFormatInfo(compileState.format); in swr_update_derived()