Searched refs:IMAGE (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | index.rst | 228 using the image non-interactively so we use ``run --rm $IMAGE 229 command`` instead of ``run -it $IMAGE bash`` (which you may also find 235 IMAGE=registry.freedesktop.org/anholt/mesa/debian/android_build:2020-09-11 236 sudo docker pull $IMAGE 237 sudo docker run --rm -v `pwd`:/mesa -w /mesa $IMAGE env PKG_CONFIG_PATH=/usr/local/lib/aarch64-linux-android/pkgconfig/:/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/pkgconfig/ GALLIUM_DRIVERS=freedreno UNWIND=disabled EXTRA_OPTION="-D android-stub=true -D llvm=disabled" DRI_LOADERS="-D glx=disabled -D gbm=disabled -D egl=enabled -D platforms=android" CROSS=aarch64-linux-android ./.gitlab-ci/meson-build.sh 244 sudo docker run --rm -v `pwd`:/mesa $IMAGE ninja -C /mesa/_build
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program.h | 57 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program.h | 57 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_compute.c | 324 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 326 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6);
|
| H A D | nvc0_tex.c | 1137 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 1139 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_compute.c | 324 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 326 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6);
|
| H A D | nvc0_tex.c | 1143 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 1145 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | DisplayList.c | 591 #define IMAGE 39 macro 1548 {"image", DlImage, IMAGE}, 2001 case IMAGE: 2081 case IMAGE:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 59 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_context.h | 65 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 69 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_opcodes.py | 1391 IMAGE = { variable 1406 for (code, name) in IMAGE:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 2517 For these opcodes, the resource can be a BUFFER, IMAGE, or MEMORY. 2607 Example: ``IMG2HND TEMP[0], IMAGE[0]`` 2666 IMAGE, HWATOMIC, or MEMORY. In the case of an image, the offset works
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 2551 For these opcodes, the resource can be a BUFFER, IMAGE, or MEMORY. 2641 Example: ``IMG2HND TEMP[0], IMAGE[0]`` 2700 IMAGE, HWATOMIC, or MEMORY. In the case of an image, the offset works
|
Completed in 25 milliseconds