HomeSort by: relevance | last modified time | path
    Searched defs:OFFSET (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
gen_matypes.c 93 #define OFFSET( s, t, m ) \
118 OFFSET( "CTX_LIGHT_ENABLED ", struct gl_context, Light.Enabled );
119 OFFSET( "CTX_LIGHT_SHADE_MODEL ", struct gl_context, Light.ShadeModel );
120 OFFSET( "CTX_LIGHT_COLOR_MAT_FACE ", struct gl_context, Light.ColorMaterialFace );
121 OFFSET( "CTX_LIGHT_COLOR_MAT_MODE ", struct gl_context, Light.ColorMaterialMode );
122 OFFSET( "CTX_LIGHT_COLOR_MAT_MASK ", struct gl_context, Light._ColorMaterialBitmask );
123 OFFSET( "CTX_LIGHT_COLOR_MAT_ENABLED ", struct gl_context, Light.ColorMaterialEnabled );
124 OFFSET( "CTX_LIGHT_ENABLED_LIGHTS ", struct gl_context, Light._EnabledLights );
125 OFFSET( "CTX_LIGHT_NEED_VERTS ", struct gl_context, Light._NeedVertices );
126 OFFSET( "CTX_LIGHT_BASE_COLOR ", struct gl_context, Light._BaseColor )
    [all...]
assyntax.h 899 #define OFFSET
942 #define OFFSET offset
992 #define P_ADDR(a) OFFSET a
993 #define X_ADDR(a) OFFSET a
994 #define D_ADDR(a) OFFSET a
995 #define L_ADDR(a) OFFSET a
996 #define W_ADDR(a) OFFSET a
997 #define B_ADDR(a) OFFSET a
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxmotion.c 50 #define OFFSET(offset,element) ((offset) * (numAxes + 1) + (element))
88 if (dmxLocal->history[OFFSET(i,0)] >= stop) break;
89 if (dmxLocal->history[OFFSET(i,0)] >= start) {
91 c[OFFSET(count,j)] = dmxLocal->history[OFFSET(i,j)];
123 dmxLocal->history[OFFSET(dmxLocal->tail,0)] = time;
130 dmxLocal->history[OFFSET(dmxLocal->tail,i+1)]
133 dmxLocal->history[OFFSET(dmxLocal->tail,i+1)] = 0
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
pan_tiling.c 153 * dest_start precomputes the offset to the beginning of the first horizontal
167 * image equals the byte offset of that top-left corner of the block this row
289 #define OFFSET(src, _x, _y) (void *) ((uint8_t *) src + ((_y) - orig_y) * src_stride + (((_x) - orig_x) * (bpp / 8)))
323 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, y),
338 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, last_full_tile_y),
349 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, y),
364 panfrost_access_tiled_image_generic(dst, OFFSET(src, last_full_tile_x, y),
372 panfrost_access_tiled_image_uint8_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
374 panfrost_access_tiled_image_uint16_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
376 panfrost_access_tiled_image_uint32_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta_blit.c 57 /** Return offset in bytes of the field within a vertex struct */
58 #define OFFSET(FIELD) ((void *) offsetof(struct vertex, FIELD))
meta.c 95 /** Return offset in bytes of the field within a vertex struct */
96 #define OFFSET(FIELD) ((void *) offsetof(struct vertex, FIELD))
2466 * drawing a 2D texture image or slice of a cube/3D texture. The offset
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta_blit.c 55 /** Return offset in bytes of the field within a vertex struct */
56 #define OFFSET(FIELD) ((void *) offsetof(struct vertex, FIELD))
meta.c 94 /** Return offset in bytes of the field within a vertex struct */
95 #define OFFSET(FIELD) ((void *) offsetof(struct vertex, FIELD))
2499 * drawing a 2D texture image or slice of a cube/3D texture. The offset
  /xsrc/external/mit/xf86-video-ati/dist/src/
cayman_shader.h 229 #define OFFSET(x) (x)
242 #define VTX_DWORD2(offset, es, cbns, alt_const, bim) \
243 cpu_to_le32((((offset) << 0) | ((es) << 16) | ((cbns) << 18) | ((alt_const) << 20) | ((bim) << 21)))
evergreen_shader.h 229 #define OFFSET(x) (x)
243 #define VTX_DWORD2(offset, es, cbns, mf, alt_const, bim) \
244 cpu_to_le32((((offset) << 0) | ((es) << 16) | ((cbns) << 18) | ((mf) << 19) | ((alt_const) << 20) | ((bim) << 21)))
r600_shader.h 296 #define OFFSET(x) (x)
312 #define VTX_DWORD2(offset, es, cbns, mf) \
313 cpu_to_le32((((offset) << 0) | ((es) << 16) | ((cbns) << 18) | ((mf) << 19)))
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
cayman_shader.h 229 #define OFFSET(x) (x)
242 #define VTX_DWORD2(offset, es, cbns, alt_const, bim) \
243 cpu_to_le32((((offset) << 0) | ((es) << 16) | ((cbns) << 18) | ((alt_const) << 20) | ((bim) << 21)))
evergreen_shader.h 229 #define OFFSET(x) (x)
243 #define VTX_DWORD2(offset, es, cbns, mf, alt_const, bim) \
244 cpu_to_le32((((offset) << 0) | ((es) << 16) | ((cbns) << 18) | ((mf) << 19) | ((alt_const) << 20) | ((bim) << 21)))
r600_shader.h 296 #define OFFSET(x) (x)
312 #define VTX_DWORD2(offset, es, cbns, mf) \
313 cpu_to_le32((((offset) << 0) | ((es) << 16) | ((cbns) << 18) | ((mf) << 19)))
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
assyntax.h 899 #define OFFSET
942 #define OFFSET offset
992 #define P_ADDR(a) OFFSET a
993 #define X_ADDR(a) OFFSET a
994 #define D_ADDR(a) OFFSET a
995 #define L_ADDR(a) OFFSET a
996 #define W_ADDR(a) OFFSET a
997 #define B_ADDR(a) OFFSET a

Completed in 30 milliseconds