Searched refs:SWR_FORMAT_INFO (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 235 struct SWR_FORMAT_INFO struct 255 extern const SWR_FORMAT_INFO gFormatInfo[NUM_SWR_FORMATS]; argument 260 INLINE const SWR_FORMAT_INFO& GetFormatInfo(SWR_FORMAT format) in GetFormatInfo()
|
D | formats.cpp | 70 const SWR_FORMAT_INFO gFormatInfo[] = {
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | TilingFunctions.h | 264 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);
|
D | StoreTile.cpp | 108 const SWR_FORMAT_INFO& info = GetFormatInfo(pDstSurface->format); in SwrStoreHotTileToSurface()
|
D | LoadTile.cpp | 147 const SWR_FORMAT_INFO& info = GetFormatInfo(pSrcSurface->format); in SwrLoadHotTile()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.h | 140 void GATHER4PS(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, 146 void GATHER4DD(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, 153 void Shuffle8bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput, Value* vGatherOutput[], b… 154 void Shuffle16bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput[], Value* vGatherOutput[]…
|
D | blend_jit.cpp | 159 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in Clamp() 187 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in ApplyDefaults() 206 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in ApplyUnusedDefaults() 219 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in Quantize() 655 const SWR_FORMAT_INFO& info = GetFormatInfo(state.format); in Create()
|
D | builder_misc.cpp | 1070 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in Gather4() 1081 void Builder::GATHER4PS(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, in GATHER4PS() 1148 void Builder::GATHER4DD(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, in GATHER4DD() 1227 …void Builder::Shuffle16bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput[2], Value* vGat… in Shuffle16bpcGather4() 1321 …void Builder::Shuffle8bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput, Value* vGatherO… in Shuffle8bpcGather4()
|
D | fetch_jit.cpp | 397 const SWR_FORMAT_INFO &info = GetFormatInfo((SWR_FORMAT)ied.Format); in JitLoadVertices() 692 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in IsOddFormat() 703 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in IsUniformFormat() 723 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in UnpackComponents() 744 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in CreateGatherOddFormats() 826 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in ConvertFormat() 929 const SWR_FORMAT_INFO &info = GetFormatInfo((SWR_FORMAT)ied.Format); in JitGatherVertices()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 538 const SWR_FORMAT_INFO &swr_desc = GetFormatInfo( in swr_create_vertex_elements_state() 1678 const SWR_FORMAT_INFO& info = GetFormatInfo(compileState.format); in swr_update_derived()
|