| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | usage.rst | 14 To build with GNU automake, select building the swr driver at 17 configure --with-gallium-drivers=swrast,swr 32 build/linux-x86_64/gallium/drivers/swr/libswrAVX.so 33 build/linux-x86_64/gallium/drivers/swr/libswrAVX2.so 39 GALLIUM_DRIVER=swr
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_screen.cpp | 662 const unsigned width = align(res->swr.width, res->swr.halign); 663 const unsigned height = align(res->swr.height, res->swr.valign); 679 res->swr.xpBaseAddress = (gfxptr_t)map; 741 * surface. For compressed formats that swr is unaware of, we will use an 744 * This surface is stored inside res->swr. For depth/stencil textures, 751 res->swr.width = pt->width0; 752 res->swr.height = pt->height0; 753 res->swr [all...] |
| H A D | swr_resource.h | 44 SWR_SURFACE_STATE swr; member in struct:swr_resource 98 return (uint8_t*)(swr_r->swr.xpBaseAddress);
|
| H A D | swr_context.cpp | 140 pt->stride = spr->swr.pitch; 141 pt->layer_stride = spr->swr.qpitch * spr->swr.pitch; 149 zbase = (z * spr->swr.qpitch + box->y) * spr->swr.pitch + 156 ((uint8_t*)(spr->swr.xpBaseAddress))[zbase + 4 * x + 3] = 160 ((uint8_t*)(spr->swr.xpBaseAddress))[zbase + 8 * x + 4] = 163 zbase += spr->swr.pitch; 175 return (void*)(spr->swr.xpBaseAddress + offset + spr->mip_offsets[level]); 196 zbase = (z * spr->swr [all...] |
| H A D | swr_state.cpp | 783 SWR_SURFACE_STATE *swr = &swr_res->swr; local in function:swr_update_texture_state 787 swr = &swr_res->secondary; 793 jit_tex->base_ptr = (uint8_t*)swr->xpBaseAddress; 803 swr->qpitch * swr->pitch; 814 jit_tex->row_stride[level] = swr->pitch; 815 jit_tex->img_stride[level] = swr->qpitch * swr->pitch; 912 const struct swr_resource *swr local in function:swr_change_rt 1861 struct swr_context *swr = swr_context(pipe); local in function:swr_set_so_targets [all...] |
| H A D | swr_clear.cpp | 141 SWR_SURFACE_STATE &swr_buffer = buf->swr;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_screen.cpp | 614 const unsigned width = align(res->swr.width, res->swr.halign); 615 const unsigned height = align(res->swr.height, res->swr.valign); 631 res->swr.xpBaseAddress = (gfxptr_t)map; 693 * surface. For compressed formats that swr is unaware of, we will use an 696 * This surface is stored inside res->swr. For depth/stencil textures, 703 res->swr.width = pt->width0; 704 res->swr.height = pt->height0; 705 res->swr [all...] |
| H A D | swr_resource.h | 45 SWR_SURFACE_STATE swr; member in struct:swr_resource 99 return (uint8_t*)(swr_r->swr.xpBaseAddress);
|
| H A D | swr_context.cpp | 140 pt->stride = spr->swr.pitch; 141 pt->layer_stride = spr->swr.qpitch * spr->swr.pitch; 149 zbase = (z * spr->swr.qpitch + box->y) * spr->swr.pitch + 156 ((uint8_t*)(spr->swr.xpBaseAddress))[zbase + 4 * x + 3] = 160 ((uint8_t*)(spr->swr.xpBaseAddress))[zbase + 8 * x + 4] = 163 zbase += spr->swr.pitch; 175 return (void*)(spr->swr.xpBaseAddress + offset + spr->mip_offsets[level]); 196 zbase = (z * spr->swr [all...] |
| H A D | swr_state.cpp | 895 SWR_SURFACE_STATE *swr = &swr_res->swr; local in function:swr_update_texture_state 899 swr = &swr_res->secondary; 905 jit_tex->base_ptr = (uint8_t*)swr->xpBaseAddress; 906 jit_tex->num_samples = swr->numSamples; 917 swr->qpitch * swr->pitch; 928 jit_tex->row_stride[level] = swr->pitch; 929 jit_tex->img_stride[level] = swr->qpitch * swr 1036 const struct swr_resource *swr = swr_resource(sf->texture); local in function:swr_change_rt 2143 struct swr_context *swr = swr_context(pipe); local in function:swr_set_so_targets 2168 struct swr_context *swr = swr_context(pipe); local in function:swr_set_patch_vertices [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | usage.rst | 14 To build with GNU automake, select building the swr driver at 17 configure --with-gallium-drivers=swrast,swr 33 GALLIUM_DRIVER=swr
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 12.0.5.rst | 107 - swr: [rasterizer jitter] cleanup supporting different llvm versions 108 - swr: [rasterizer jitter] fix llvm-3.7 compile 109 - swr: [rasterizer] add support for llvm-3.9
|
| H A D | 18.2.4.rst | 32 - swr fail to build with llvm-libs 6.0.1 50 - swr/rast: ignore CreateElementUnorderedAtomicMemCpy 51 - swr/rast: fix intrinsic/function for LLVM 7 compatibility
|
| H A D | 17.1.6.rst | 87 - swr: don't forget to link AVX/AVX2 against pthreads 91 - cherry-ignore: add "swr/rast: non-regex knob fallback code for gcc < 93 - cherry-ignore: add "swr: fix transform feedback logic" 103 - swr: remove unneeded fallback strcasecmp define 178 - swr/rast: quit using linux-specific gettid() 179 - swr/rast: fix scons gen_knobs.h dependency
|
| H A D | 17.1.5.rst | 78 - swr: Limit memory held by defer deleted resources. 152 - swr/rast: \_mm*_undefined_\* implementations for gcc<4.9 153 - swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned
|
| H A D | 17.1.7.rst | 49 - cherry-ignore: add "swr: use the correct variable for no undefined 52 - cherry-ignore: add "configure: remove trailing "-a" in swr 121 - swr/rast: Fix invalid casting for calls to Interlocked\* functions
|
| H A D | 19.0.6.rst | 45 - gallium/swr: Param defaults for unhandled PIPE_CAPs 84 - swr/rast: fix 32-bit compilation on Linux
|
| H A D | 21.3.3.rst | 35 - [21.3 regression] swr: Build failure with MSVC 86 - swr: Fix MSVC build
|
| H A D | 17.0.6.rst | 91 - travis: add "scons swr" to the build matrix 92 - travis: add "make swr" to the build matrix
|
| H A D | 17.2.2.rst | 36 - swr fail to build with llvm-5.0.0 160 - swr/rast: remove llvm fence/atomics from generated files
|
| H A D | 18.1.6.rst | 80 - swr: don't export swr_create_screen_internal 150 - swr: Remove unnecessary memset call
|
| H A D | 18.3.3.rst | 66 - gallium/swr: Fix multi-context sync fence deadlock. 87 - meson: fix swr KNL build
|
| H A D | 20.1.2.rst | 98 - gallium/swr: Fix building swr with MSVC
|
| /xsrc/external/mit/MesaLib/dist/android/ |
| H A D | Android.mk | 46 ifneq ($(filter swr swrast,$(BOARD_MESA3D_GALLIUM_DRIVERS) $(BOARD_MESA3D_VULKAN_DRIVERS)),) 79 # Required for swr gallium target
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | history.rst | 85 software driver ("swr") based on LLVM and developed by Intel. 91 driver), llvmpipe (LLVM/JIT-based high-speed rasterizer) and swr
|