| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_program.h | 57 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_program.h | 57 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_compute.c | 324 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 326 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6);
|
| nvc0_tex.c | 1091 * used to check if the given image is bound or not. */ 1098 /* Stick the image dimensions for the imageSize() builtin. */ 1143 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 1145 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6); 1424 /* GM107+ use TIC handles to reference images. As such, image handles are
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_compute.c | 324 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 326 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6);
|
| nvc0_tex.c | 1093 * used to check if the given image is bound or not. */ 1100 /* Stick the image dimensions for the imageSize() builtin. */ 1137 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 1139 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6); 1411 /* GM107+ use TIC handles to reference images. As such, image handles are
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_context.h | 65 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset)) 411 /** Shader Storage Images (image load store) */ 412 struct crocus_image_view image[PIPE_MAX_SHADER_IMAGES]; member in struct:crocus_shader_state 420 /** Bitfield of which image views are bound (non-null). */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_context.h | 69 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset)) 531 /** Shader Storage Images (image load store) */ 532 struct iris_image_view image[PIPE_MAX_SHADER_IMAGES]; member in struct:iris_shader_state 542 /** Bitfield of which image views are bound (non-null). */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_context.h | 59 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset)) 301 /** Shader Storage Images (image load store) */ 302 struct iris_image_view image[PIPE_MAX_SHADER_IMAGES]; member in struct:iris_shader_state 311 /** Bitfield of which image views are bound (non-null). */
|
| /xsrc/external/mit/libXaw/dist/src/ |
| DisplayList.c | 591 #define IMAGE 39 1174 DlString(Widget w, XtPointer args, XtPointer data, Bool image) 1202 if (image) 1451 XawDLImageArgs *image = (XawDLImageArgs *)args; local 1457 width = image->pixmap->width; 1458 height = image->pixmap->height; 1459 xs = X_ARG(image->pos[0]); 1460 ys = Y_ARG(image->pos[1]); 1461 xe = X_ARG(image->pos[2]); 1462 ye = Y_ARG(image->pos[3]) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_opcodes.py | 1391 IMAGE = { 1406 for (code, name) in IMAGE:
|