HomeSort by: relevance | last modified time | path
    Searched refs:array_offset (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
gfx_defs.h 158 * array_offset - offset into the array from which to pull the first
162 #define WRITE_SCRATCH_STRING(dwords, bytes, array, array_offset) \
166 _asm { add esi, array_offset } \
184 * array_offset - offset into the array from which to pull the first
188 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \
196 _asm { add esi, array_offset } \
212 * array_offset - offset into the array from which to pull the first
216 #define WRITE_SCRATCH_STRING(dword_bytes, bytes_extra, array, array_offset) \
219 unsigned long aroffset = (unsigned long)array + (array_offset); \
247 * array_offset - offset into the array from which to pull the first
    [all...]
rndr_gu1.c 1018 long array_offset; local
1066 array_offset =
1078 array_offset);
1081 array_offset += pitch;
1130 long array_offset; local
1198 array_offset =
1209 array_offset);
1212 array_offset += pitch;
1255 long array_offset; local
1321 array_offset = (unsigned long) srcy *(long) pitch + ((long) srcx >> 3)
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
gfx_defs.h 258 * array_offset - offset into the array from which to pull the first character.
261 #define WRITE_SCRATCH_STRING(dwords, bytes, array, array_offset) \
265 _asm { add esi, array_offset } \
283 * array_offset - offset into the array from which to pull the first character.
286 #define WRITE_FRAME_BUFFER_STRING32(fboffset, bytes, array, array_offset) \
294 _asm { add esi, array_offset } \
310 * array_offset - offset into the array from which to pull the first character.
313 #define WRITE_SCRATCH_STRING(dword_bytes, bytes_extra, array, array_offset) \
316 unsigned long aroffset = (unsigned long)array + (array_offset); \
343 * array_offset - offset into the array from which to pull the first character
    [all...]
rndr_gu1.c 1164 long array_offset; local
1212 array_offset =
1223 array_offset);
1226 array_offset += pitch;
1275 long array_offset; local
1343 array_offset =
1354 array_offset);
1357 array_offset += pitch;
1400 long array_offset; local
1465 array_offset = (unsigned long)srcy *(long)pitch + ((long)srcx >> 3)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_blt.c 71 ASSERTED uint32_t z_offset_el, array_offset; local
80 &z_offset_el, &array_offset);
82 assert(array_offset == 0);
328 ASSERTED uint32_t z_offset_el, array_offset; local
337 &z_offset_el, &array_offset);
339 assert(array_offset == 0);
351 &z_offset_el, &array_offset);
353 assert(array_offset == 0);
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_regacc.c 152 counter, array, array_offset, temp) \
154 temp = (unsigned long)array + (array_offset); \
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_regacc.c 238 #define WRITE_GPREG_STRING32_SWP(regoffset, dwords, counter, array, array_offset, temp) \
240 temp = (unsigned long)array + (array_offset); \
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl.c 2693 uint32_t *array_offset)
2705 *array_offset = 0;
2712 *array_offset = 0;
2719 *array_offset = 0;
2726 *array_offset = 0;
2742 uint32_t *array_offset)
2758 array_offset);
2817 uint32_t z_offset_el, array_offset; local
2831 &array_offset);
2833 assert(array_offset == 0)
    [all...]
isl.h 2548 uint32_t *array_offset);
2566 uint32_t *array_offset);
2703 * @param[out] array_offset The array offset within the tile
2721 uint32_t *array_offset);
2744 * @param[out] array_offset The array offset within the tile
2762 uint32_t *array_offset)
2786 z_offset_sa, array_offset);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_blit.c 171 ASSERTED uint32_t z_offset_el, array_offset; local
180 &z_offset_el, &array_offset);
182 assert(array_offset == 0);
brw_mipmap_tree.c 1135 uint32_t x_offset_sa, y_offset_sa, z_offset_sa, array_offset; local
1154 &z_offset_sa, &array_offset);
1159 assert(array_offset == 0);
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_decoder.h 123 uint32_t array_offset; /* <group> specific */ member in struct:intel_group
intel_decoder.c 207 &group->array_offset,
351 field->start = field->array->array_offset;
888 offset += group->array_offset + array_idx * group->array_item_size;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
link_varyings.cpp 1194 unsigned array_offset = this->array_subscript * 4 * dmul; local
1198 array_offset + struct_offset;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_varyings.cpp 1142 unsigned array_offset = this->array_subscript * 4 * dmul; local
1146 array_offset + struct_offset;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 5723 unsigned array_offset = 0;
5735 array_remap_info[i] = this->next_temp + array_offset;
5736 array_offset += array_sizes[i - 1];
5759 this->next_temp += array_offset;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 5582 unsigned array_offset = 0;
5594 array_remap_info[i] = this->next_temp + array_offset;
5595 array_offset += array_sizes[i - 1];
5618 this->next_temp += array_offset;

Completed in 45 milliseconds