Searched refs:SWR_FORMAT (Results 1 - 25 of 49) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | InitMemory.h | 46 SWR_FORMAT dstFormat, 65 SWR_FORMAT srcFormat,
|
| H A D | SurfaceState.h | 39 SWR_FORMAT format; // @llvm_enum
|
| H A 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 DstForma [all...] |
| H A D | LoadTile.cpp | 45 SWR_FORMAT dstFormat,
|
| H A D | StoreTile.cpp | 51 SWR_FORMAT srcFormat,
|
| H A D | ClearTile.cpp | 48 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 109 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_screen.h | 68 SWR_FORMAT
|
| H A D | swr_memory.h | 29 SWR_FORMAT dstFormat, 44 SWR_FORMAT srcFormat,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A 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> 141 template <SWR_FORMAT Format> 147 template <SWR_FORMAT Format> 158 template <typename SIMD_T, SWR_FORMAT Format> 170 template <SWR_FORMAT Format> 176 template <SWR_FORMAT Format> 187 template <typename SIMD_T, SWR_FORMAT DstForma [all...] |
| H A D | api.h | 108 SWR_FORMAT dstFormat, 125 SWR_FORMAT srcFormat, 701 SWR_FORMAT dstFormat, 719 SWR_FORMAT srcFormat,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | blend_jit.h | 81 SWR_FORMAT format; // format of render target being blended 119 format = (SWR_FORMAT)0;
|
| H A D | fetch_jit.h | 100 SWR_FORMAT indexType;
|
| H A 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]); 318 bool FetchJit::IsOddFormat(SWR_FORMAT format) 329 bool FetchJit::IsUniformFormat(SWR_FORMAT format) 349 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) 371 SWR_FORMAT format, Value* pMask, Value* xpBase, Value* pOffsets, Value* pResult[4]) 467 void FetchJit::ConvertFormat(SWR_FORMAT forma [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | blend_jit.h | 81 SWR_FORMAT format; // format of render target being blended 119 format = (SWR_FORMAT)0;
|
| H A D | fetch_jit.h | 100 SWR_FORMAT indexType;
|
| H A 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) 334 bool FetchJit::IsUniformFormat(SWR_FORMAT format) 354 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) 376 SWR_FORMAT format, Value* pMask, Value* xpBase, Value* pOffsets, Value* pResult[4]) 474 void FetchJit::ConvertFormat(SWR_FORMAT forma [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_memory.h | 29 SWR_FORMAT dstFormat, 44 SWR_FORMAT srcFormat,
|
| H A D | swr_screen.h | 72 SWR_FORMAT
|
| H A D | swr_screen.cpp | 126 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) 142 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) 147 if (mesa_to_swr_format(format) == (SWR_FORMAT)-1) { 388 SWR_FORMAT 391 static const std::map<pipe_format,SWR_FORMAT> mesa2swr = { 603 return (SWR_FORMAT)-1; 772 if (res->swr.format == (SWR_FORMAT)-1) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | StoreTile.h | 336 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 369 template<SWR_FORMAT Format> 406 static const SWR_FORMAT SrcFormat = R32G32B32A32_FLOAT; 407 static const SWR_FORMAT DstFormat = B5G6R5_UNORM; 460 static const SWR_FORMAT SrcFormat = R32_FLOAT; 461 static const SWR_FORMAT DstFormat = R24_UNORM_X8_TYPELESS; 506 template<SWR_FORMAT DstFormat> 576 template<SWR_FORMAT DstFormat> 676 template<SWR_FORMAT DstForma [all...] |
| H A D | StoreTile.cpp | 64 SWR_FORMAT srcFormat,
|
| H A D | ClearTile.cpp | 48 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat> 109 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat>
|
| H A D | LoadTile.cpp | 59 SWR_FORMAT dstFormat,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | formats.h | 53 /// SWR_FORMAT 55 enum SWR_FORMAT enum 260 INLINE const SWR_FORMAT_INFO& GetFormatInfo(SWR_FORMAT format)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | formats.h | 53 /// SWR_FORMAT 55 enum SWR_FORMAT enum 260 INLINE const SWR_FORMAT_INFO& GetFormatInfo(SWR_FORMAT format)
|
Completed in 22 milliseconds
12