Searched refs:string_words (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 97 int string_words = len / 4; local in function:nv50_emit_string_marker 102 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN); 103 if (string_words == NV04_PFIFO_MAX_PACKET_LEN) 104 data_words = string_words; 106 data_words = string_words + !!(len & 3); 108 if (string_words) 109 PUSH_DATAp(push, str, string_words); 110 if (string_words != data_words) { 112 memcpy(&data, &str[string_words * [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 117 int string_words = len / 4; local in function:nvc0_emit_string_marker 122 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN); 123 if (string_words == NV04_PFIFO_MAX_PACKET_LEN) 124 data_words = string_words; 126 data_words = string_words + !!(len & 3); 128 if (string_words) 129 PUSH_DATAp(push, str, string_words); 130 if (string_words != data_words) { 132 memcpy(&data, &str[string_words * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 114 int string_words = len / 4; local in function:nv50_emit_string_marker 119 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN); 120 if (string_words == NV04_PFIFO_MAX_PACKET_LEN) 121 data_words = string_words; 123 data_words = string_words + !!(len & 3); 125 if (string_words) 126 PUSH_DATAp(push, str, string_words); 127 if (string_words != data_words) { 129 memcpy(&data, &str[string_words * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 164 int string_words = len / 4; local in function:nvc0_emit_string_marker 169 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN); 170 if (string_words == NV04_PFIFO_MAX_PACKET_LEN) 171 data_words = string_words; 173 data_words = string_words + !!(len & 3); 175 if (string_words) 176 PUSH_DATAp(push, str, string_words); 177 if (string_words != data_words) { 179 memcpy(&data, &str[string_words * [all...] |
Completed in 7 milliseconds