Searched refs:dword_count (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_defs.h333 #define WRITE_COMMAND_STRING32(offset, dataptr, dataoffset, dword_count) \
340 _asm { mov ecx, dword_count } \
349 #define WRITE_FB_STRING32(offset, dataptr, dword_count) \
356 _asm { mov ecx, dword_count } \
365 #define WRITE_FB_CONSTANT(offset, value, dword_count) \
368 unsigned long dwords = dword_count; \
381 #define WRITE_HOST_SOURCE_STRING32(dataptr, dataoffset, dword_count) \
388 _asm { mov ecx, dword_count } \
399 #define WRITE_COMMAND_STRING32(offset, dataptr, dataoffset, dword_count) \
404 for (i = 0; i < dword_count;
[all...]
H A Dcim_gp.c1245 unsigned long dword_count, byte_count; local in function:gp_color_bitmap_to_screen_blt
1302 dword_count = (size >> 2);
1338 WRITE_COMMAND_STRING32(8, data, srcoffset, dword_count);
1339 WRITE_COMMAND_STRING8(8 + (dword_count << 2), data,
1340 srcoffset + (dword_count << 2), byte_count);
1392 WRITE_COMMAND_STRING32(8, data, srcoffset, dword_count);
1393 WRITE_COMMAND_STRING8(8 + (dword_count << 2), data,
1394 srcoffset + (dword_count << 2), byte_count);
1420 unsigned long dword_count, byte_count; local in function:gp_color_convert_blt
1475 dword_count
1622 unsigned long dword_count, byte_count; local in function:gp_custom_convert_blt
1920 unsigned long dword_count, byte_count; local in function:gp_mono_bitmap_to_screen_blt
2106 unsigned long dword_count, byte_count; local in function:gp_text_blt
2443 unsigned long dword_count, byte_count; local in function:gp_antialiased_text
2643 unsigned long dword_count, byte_count; local in function:gp_masked_blt
2881 unsigned long dword_count, byte_count; local in function:gp_screen_to_screen_masked
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_error_decode.c287 int dword_count; member in struct:section
396 address < sections[s].gtt_offset + sections[s].dword_count * 4) {
400 .size = sections[s].dword_count * 4,
434 int dword_count = ascii85_decode(line+1, &data, line[0] == ':'); local in function:read_data_file
435 if (dword_count == 0) {
441 sections[num_sections].dword_count = dword_count;
633 (sections[s].dword_count * sizeof(uint32_t));
635 size_t total_size = sections[s].dword_count * sizeof(uint32_t) -
648 sections[s].dword_count
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_error_decode.c291 int dword_count; member in struct:section
388 address < sections[s].gtt_offset + sections[s].dword_count * 4) {
392 .size = sections[s].dword_count * 4,
423 int dword_count = ascii85_decode(line+1, &data, line[0] == ':'); local in function:read_data_file
424 if (dword_count == 0) {
430 sections[num_sections].dword_count = dword_count;
614 sections[s].dword_count * 4,

Completed in 9 milliseconds