Searched refs:data_words (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c98 int data_words; local in function:nv50_emit_string_marker
104 data_words = string_words;
106 data_words = string_words + !!(len & 3);
107 BEGIN_NI04(push, SUBC_3D(NV04_GRAPH_NOP), data_words);
110 if (string_words != data_words) {
H A Dnv50_surface.c632 unsigned data_words = data_size / 4; local in function:nv50_clear_buffer_push
665 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words;
666 unsigned nr = nr_data * data_words;
670 PUSH_DATAp(push, data, data_words);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c118 int data_words; local in function:nvc0_emit_string_marker
124 data_words = string_words;
126 data_words = string_words + !!(len & 3);
127 BEGIN_NIC0(push, SUBC_3D(NV04_GRAPH_NOP), data_words);
130 if (string_words != data_words) {
H A Dnvc0_surface.c378 unsigned data_words = data_size / 4; local in function:nvc0_clear_buffer_push_nvc0
381 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words;
382 unsigned nr = nr_data * data_words;
399 PUSH_DATAp(push, data, data_words);
427 unsigned data_words = data_size / 4; local in function:nvc0_clear_buffer_push_nve4
430 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words;
431 unsigned nr = nr_data * data_words;
446 PUSH_DATAp(push, data, data_words);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c115 int data_words; local in function:nv50_emit_string_marker
121 data_words = string_words;
123 data_words = string_words + !!(len & 3);
124 BEGIN_NI04(push, SUBC_3D(NV04_GRAPH_NOP), data_words);
127 if (string_words != data_words) {
H A Dnv50_surface.c652 unsigned data_words = data_size / 4; local in function:nv50_clear_buffer_push
685 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words;
686 unsigned nr = nr_data * data_words;
690 PUSH_DATAp(push, data, data_words);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c165 int data_words; local in function:nvc0_emit_string_marker
171 data_words = string_words;
173 data_words = string_words + !!(len & 3);
174 BEGIN_NIC0(push, SUBC_3D(NV04_GRAPH_NOP), data_words);
177 if (string_words != data_words) {
H A Dnvc0_surface.c385 unsigned data_words = data_size / 4; local in function:nvc0_clear_buffer_push_nvc0
388 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words;
389 unsigned nr = nr_data * data_words;
406 PUSH_DATAp(push, data, data_words);
434 unsigned data_words = data_size / 4; local in function:nvc0_clear_buffer_push_nve4
437 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words;
438 unsigned nr = nr_data * data_words;
453 PUSH_DATAp(push, data, data_words);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c782 bi_index data_words[] = { local in function:bi_emit_axchg_to
788 bi_make_vec_to(b, inout, data_words, NULL, sz / 32, 32);
818 bi_index data_words[] = { local in function:bi_emit_acmpxchg_to
828 bi_make_vec_to(b, inout, data_words, NULL, 2 * (sz / 32), 32);

Completed in 29 milliseconds