| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 98 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 D | nv50_surface.c | 632 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 D | nvc0_context.c | 118 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 D | nvc0_surface.c | 378 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 D | nv50_context.c | 115 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 D | nv50_surface.c | 652 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 D | nvc0_context.c | 165 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 D | nvc0_surface.c | 385 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 D | bifrost_compile.c | 782 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);
|