Searched refs:swr (Results 1 - 25 of 72) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dusage.rst14 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 Dswr_screen.cpp662 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 Dswr_resource.h44 SWR_SURFACE_STATE swr; member in struct:swr_resource
98 return (uint8_t*)(swr_r->swr.xpBaseAddress);
H A Dswr_context.cpp140 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 Dswr_state.cpp783 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 Dswr_clear.cpp141 SWR_SURFACE_STATE &swr_buffer = buf->swr;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_screen.cpp614 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 Dswr_resource.h45 SWR_SURFACE_STATE swr; member in struct:swr_resource
99 return (uint8_t*)(swr_r->swr.xpBaseAddress);
H A Dswr_context.cpp140 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 Dswr_state.cpp895 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 Dusage.rst14 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 D12.0.5.rst107 - 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 D18.2.4.rst32 - 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 D17.1.6.rst87 - 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 D17.1.5.rst78 - 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 D17.1.7.rst49 - 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 D19.0.6.rst45 - gallium/swr: Param defaults for unhandled PIPE_CAPs
84 - swr/rast: fix 32-bit compilation on Linux
H A D21.3.3.rst35 - [21.3 regression] swr: Build failure with MSVC
86 - swr: Fix MSVC build
H A D17.0.6.rst91 - travis: add "scons swr" to the build matrix
92 - travis: add "make swr" to the build matrix
H A D17.2.2.rst36 - swr fail to build with llvm-5.0.0
160 - swr/rast: remove llvm fence/atomics from generated files
H A D18.1.6.rst80 - swr: don't export swr_create_screen_internal
150 - swr: Remove unnecessary memset call
H A D18.3.3.rst66 - gallium/swr: Fix multi-context sync fence deadlock.
87 - meson: fix swr KNL build
H A D20.1.2.rst98 - gallium/swr: Fix building swr with MSVC
/xsrc/external/mit/MesaLib/dist/android/
H A DAndroid.mk46 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 Dhistory.rst85 software driver ("swr") based on LLVM and developed by Intel.
91 driver), llvmpipe (LLVM/JIT-based high-speed rasterizer) and swr

Completed in 16 milliseconds

123