Searched refs:SWR_FORMAT (Results 1 – 25 of 28) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_conversion.h | 36 template<SWR_FORMAT SrcFormat> 81 template<SWR_FORMAT Format> 128 template<SWR_FORMAT Format> 145 template<SWR_FORMAT DstFormat> 206 template<SWR_FORMAT SrcFormat> 251 template<SWR_FORMAT Format> 298 template<SWR_FORMAT Format> 315 template<SWR_FORMAT DstFormat>
|
D | api.h | 118 typedef void(SWR_API *PFN_LOAD_TILE)(HANDLE hPrivateContext, SWR_FORMAT dstFormat, 130 typedef void(SWR_API *PFN_STORE_TILE)(HANDLE hPrivateContext, SWR_FORMAT srcFormat, 718 SWR_FORMAT dstFormat, 732 SWR_FORMAT srcFormat,
|
D | backend_clear.cpp | 40 template<SWR_FORMAT format> 59 template<SWR_FORMAT format> 78 template<SWR_FORMAT format>
|
D | state.h | 523 SWR_FORMAT format; // @llvm_enum 569 SWR_FORMAT format; // @llvm_enum 1064 SWR_FORMAT depthFormat; // @llvm_enum
|
D | depthstencil.h | 83 template<SWR_FORMAT depthFormatT>
|
D | backend.cpp | 112 SWR_FORMAT srcFormat; in ProcessStoreTileBE()
|
D | context.h | 187 SWR_FORMAT type; // index buffer type
|
D | tilemgr.cpp | 136 SWR_FORMAT format; in GetHotTile()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 346 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 395 template<SWR_FORMAT Format> 443 static const SWR_FORMAT SrcFormat = R32G32B32A32_FLOAT; 444 static const SWR_FORMAT DstFormat = B5G6R5_UNORM; 487 static const SWR_FORMAT SrcFormat = R32G32B32A32_FLOAT; 488 static const SWR_FORMAT DstFormat = B5G6R5_UNORM; 538 static const SWR_FORMAT SrcFormat = R32_FLOAT; 539 static const SWR_FORMAT DstFormat = R24_UNORM_X8_TYPELESS; 622 template<SWR_FORMAT DstFormat> 693 template<SWR_FORMAT DstFormat> [all …]
|
D | ClearTile.cpp | 48 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 109 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat>
|
D | TilingFunctions.h | 43 template<SWR_FORMAT HotTileFormat, SWR_FORMAT SrcOrDstFormat> 161 template<SWR_FORMAT HotTileFormat, SWR_FORMAT SrcOrDstFormat>
|
D | StoreTile.cpp | 63 SWR_FORMAT srcFormat, in SwrStoreHotTileToSurface()
|
D | LoadTile.cpp | 58 SWR_FORMAT dstFormat, in SwrLoadHotTile()
|
D | LoadTile.h | 57 template<typename TTraits, SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 140 template<typename TTraits, SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat>
|
D | Convert.h | 230 template<SWR_FORMAT DstFormat> 392 template<SWR_FORMAT SrcFormat> 558 SWR_FORMAT format, in ConvertPixelFromFloat()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_memory.h | 28 SWR_FORMAT dstFormat, in swr_LoadHotTile() 42 SWR_FORMAT srcFormat, in swr_StoreHotTile()
|
D | swr_screen.cpp | 120 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) in swr_is_format_supported() 136 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) in swr_is_format_supported() 411 SWR_FORMAT 414 static const std::map<pipe_format,SWR_FORMAT> mesa2swr = { in mesa_to_swr_format() 626 return (SWR_FORMAT)-1; in mesa_to_swr_format() 795 if (res->swr.format == (SWR_FORMAT)-1) { in swr_texture_layout()
|
D | swr_screen.h | 68 SWR_FORMAT
|
D | swr_state.h | 185 static INLINE SWR_FORMAT
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.h | 81 SWR_FORMAT format; // format of render target being blended 119 format = (SWR_FORMAT)0; in Canonicalize()
|
D | fetch_jit.cpp | 124 bool IsOddFormat(SWR_FORMAT format); 125 bool IsUniformFormat(SWR_FORMAT format); 126 void UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]); 127 …void CreateGatherOddFormats(SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* … 128 void ConvertFormat(SWR_FORMAT format, Value *texels[4]); 397 const SWR_FORMAT_INFO &info = GetFormatInfo((SWR_FORMAT)ied.Format); in JitLoadVertices() 690 bool FetchJit::IsOddFormat(SWR_FORMAT format) in IsOddFormat() 701 bool FetchJit::IsUniformFormat(SWR_FORMAT format) in IsUniformFormat() 721 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) in UnpackComponents() 742 void FetchJit::CreateGatherOddFormats(SWR_FORMAT format, Value* pMask, Value* pBase, Value* pOffset… in CreateGatherOddFormats() [all …]
|
D | fetch_jit.h | 100 SWR_FORMAT indexType;
|
D | blend_jit.cpp | 157 void Clamp(SWR_FORMAT format, Value* src[4]) in Clamp() 185 void ApplyDefaults(SWR_FORMAT format, Value* src[4]) in ApplyDefaults() 204 void ApplyUnusedDefaults(SWR_FORMAT format, Value* src[4]) in ApplyUnusedDefaults() 217 void Quantize(SWR_FORMAT format, Value* src[4]) in Quantize()
|
D | builder_misc.h | 134 void Gather4(const SWR_FORMAT format, Value* pSrcBase, Value* byteOffsets,
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 55 enum SWR_FORMAT enum 260 INLINE const SWR_FORMAT_INFO& GetFormatInfo(SWR_FORMAT format) in GetFormatInfo()
|
12