Searched refs:SWR_FORMAT (Results 1 – 25 of 30) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_conversion.h | 36 template <typename SIMD_T, SWR_FORMAT SrcFormat> 82 template <SWR_FORMAT SrcFormat> 88 template <SWR_FORMAT SrcFormat> 99 template <typename SIMD_T, SWR_FORMAT Format> 147 template <SWR_FORMAT Format> 153 template <SWR_FORMAT Format> 164 template <typename SIMD_T, SWR_FORMAT Format> 176 template <SWR_FORMAT Format> 182 template <SWR_FORMAT Format> 193 template <typename SIMD_T, SWR_FORMAT DstFormat> [all …]
|
D | backend_clear.cpp | 40 template <SWR_FORMAT format> 59 template <SWR_FORMAT format>
|
D | api.h | 108 SWR_FORMAT dstFormat, 125 SWR_FORMAT srcFormat,
|
D | state.h | 572 SWR_FORMAT format; // @llvm_enum 1083 SWR_FORMAT depthFormat; // @llvm_enum
|
D | depthstencil.h | 86 template <SWR_FORMAT depthFormatT>
|
D | context.h | 194 SWR_FORMAT type; // index buffer type
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 337 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 370 template<SWR_FORMAT Format> 407 static const SWR_FORMAT SrcFormat = R32G32B32A32_FLOAT; 408 static const SWR_FORMAT DstFormat = B5G6R5_UNORM; 461 static const SWR_FORMAT SrcFormat = R32_FLOAT; 462 static const SWR_FORMAT DstFormat = R24_UNORM_X8_TYPELESS; 507 template<SWR_FORMAT DstFormat> 577 template<SWR_FORMAT DstFormat> 677 template<SWR_FORMAT DstFormat> 740 template<SWR_FORMAT DstFormat> [all …]
|
D | InitMemory.h | 46 SWR_FORMAT dstFormat, 65 SWR_FORMAT srcFormat,
|
D | ClearTile.cpp | 48 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 109 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat>
|
D | SurfaceState.h | 39 SWR_FORMAT format; // @llvm_enum
|
D | TilingFunctions.h | 44 template<SWR_FORMAT HotTileFormat, SWR_FORMAT SrcOrDstFormat> 161 template<SWR_FORMAT HotTileFormat, SWR_FORMAT SrcOrDstFormat>
|
D | LoadTile.h | 57 template<typename TTraits, SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 124 template<typename TTraits, SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 351 SWR_FORMAT dstFormat,
|
D | StoreTile.cpp | 51 SWR_FORMAT srcFormat, in SwrStoreHotTileToSurface()
|
D | LoadTile.cpp | 45 SWR_FORMAT dstFormat, in SwrLoadHotTile()
|
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 | 29 SWR_FORMAT dstFormat, in swr_LoadHotTile() 44 SWR_FORMAT srcFormat, in swr_StoreHotTile()
|
D | swr_screen.cpp | 126 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) in swr_is_format_supported() 142 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) in swr_is_format_supported() 147 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) { in swr_is_format_supported() 385 SWR_FORMAT 388 static const std::map<pipe_format,SWR_FORMAT> mesa2swr = { in mesa_to_swr_format() 600 return (SWR_FORMAT)-1; in mesa_to_swr_format() 769 if (res->swr.format == (SWR_FORMAT)-1) { in swr_texture_layout()
|
D | swr_screen.h | 72 SWR_FORMAT
|
D | swr_state.h | 207 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 | 109 bool IsOddFormat(SWR_FORMAT format); 110 bool IsUniformFormat(SWR_FORMAT format); 111 void UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]); 113 SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4]); 114 void ConvertFormat(SWR_FORMAT format, Value* texels[4]); 323 bool FetchJit::IsOddFormat(SWR_FORMAT format) in IsOddFormat() 334 bool FetchJit::IsUniformFormat(SWR_FORMAT format) in IsUniformFormat() 354 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) in UnpackComponents() 376 SWR_FORMAT format, Value* pMask, Value* xpBase, Value* pOffsets, Value* pResult[4]) in CreateGatherOddFormats() 474 void FetchJit::ConvertFormat(SWR_FORMAT format, Value* texels[4]) in ConvertFormat() [all …]
|
D | fetch_jit.h | 100 SWR_FORMAT indexType;
|
D | blend_jit.cpp | 163 void Clamp(SWR_FORMAT format, Value* src[4]) in Clamp() 192 void ApplyDefaults(SWR_FORMAT format, Value* src[4]) in ApplyDefaults() 211 void ApplyUnusedDefaults(SWR_FORMAT format, Value* src[4]) in ApplyUnusedDefaults() 225 void Quantize(SWR_FORMAT format, Value* src[4]) in Quantize()
|
D | builder_mem.h | 110 void Gather4(const SWR_FORMAT format,
|
/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