Searched refs:SWR_FORMAT (Results 1 – 25 of 27) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_memory.h | 28 SWR_FORMAT dstFormat, 35 SWR_FORMAT srcFormat, 50 SWR_FORMAT dstFormat, in swr_LoadHotTile() 64 SWR_FORMAT srcFormat, in swr_StoreHotTile()
|
D | swr_screen.cpp | 116 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) in swr_is_format_supported() 132 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) in swr_is_format_supported() 381 SWR_FORMAT 384 static const std::map<pipe_format,SWR_FORMAT> mesa2swr = { in mesa_to_swr_format() 596 return (SWR_FORMAT)-1; in mesa_to_swr_format() 757 if (res->swr.format == (SWR_FORMAT)-1) { in swr_texture_layout()
|
D | swr_screen.h | 50 SWR_FORMAT
|
D | swr_state.h | 170 static INLINE SWR_FORMAT
|
D | swr_state.cpp | 848 SWR_FORMAT fmt = mesa_to_swr_format(sf->format); in swr_change_rt() 1152 SWR_FORMAT index_type = R32_UINT; /* Default for non-indexed draws */ in swr_update_derived()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_conversion.h | 36 template<SWR_FORMAT SrcFormat> 81 template<SWR_FORMAT Format> 127 template<SWR_FORMAT Format> 143 template<SWR_FORMAT DstFormat> 204 template<SWR_FORMAT SrcFormat> 249 template<SWR_FORMAT Format> 295 template<SWR_FORMAT Format> 311 template<SWR_FORMAT DstFormat>
|
D | state.h | 490 SWR_FORMAT format; // @llvm_enum 534 SWR_FORMAT format; // @llvm_enum 959 SWR_FORMAT depthFormat; // @llvm_enum
|
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,
|
D | depthstencil.h | 83 template<SWR_FORMAT depthFormatT>
|
D | backend.cpp | 98 template<SWR_FORMAT format> 117 template<SWR_FORMAT format> 136 template<SWR_FORMAT format> 337 SWR_FORMAT srcFormat; in ProcessStoreTileBE()
|
D | context.h | 188 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 | 344 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 393 template<SWR_FORMAT Format> 441 static const SWR_FORMAT SrcFormat = R32G32B32A32_FLOAT; 442 static const SWR_FORMAT DstFormat = B5G6R5_UNORM; 485 static const SWR_FORMAT SrcFormat = R32G32B32A32_FLOAT; 486 static const SWR_FORMAT DstFormat = B5G6R5_UNORM; 536 static const SWR_FORMAT SrcFormat = R32_FLOAT; 537 static const SWR_FORMAT DstFormat = R24_UNORM_X8_TYPELESS; 620 template<SWR_FORMAT DstFormat> 691 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 StoreHotTileToSurface()
|
D | LoadTile.cpp | 58 SWR_FORMAT dstFormat, in LoadHotTile()
|
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/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 | 81 bool IsOddFormat(SWR_FORMAT format); 82 bool IsUniformFormat(SWR_FORMAT format); 83 void UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]); 84 …void CreateGatherOddFormats(SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* … 85 void ConvertFormat(SWR_FORMAT format, Value *texels[4]); 261 const SWR_FORMAT_INFO &info = GetFormatInfo((SWR_FORMAT)ied.Format); in JitLoadVertices() 519 bool FetchJit::IsOddFormat(SWR_FORMAT format) in IsOddFormat() 530 bool FetchJit::IsUniformFormat(SWR_FORMAT format) in IsUniformFormat() 550 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) in UnpackComponents() 571 void FetchJit::CreateGatherOddFormats(SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets… in CreateGatherOddFormats() [all …]
|
D | fetch_jit.h | 99 SWR_FORMAT indexType;
|
D | blend_jit.cpp | 158 void Clamp(SWR_FORMAT format, Value* src[4]) in Clamp() 186 void ApplyDefaults(SWR_FORMAT format, Value* src[4]) in ApplyDefaults() 205 void ApplyUnusedDefaults(SWR_FORMAT format, Value* src[4]) in ApplyUnusedDefaults() 218 void Quantize(SWR_FORMAT format, Value* src[4]) in Quantize()
|
D | builder_misc.h | 105 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 258 INLINE const SWR_FORMAT_INFO& GetFormatInfo(SWR_FORMAT format) in GetFormatInfo()
|
12