Searched refs:msg_length (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h929 GLuint msg_length:4; member in struct:brw_urb_immediate
1244 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14181
1266 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14182
1280 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14183
1297 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14184
1309 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14185
1321 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14186
1336 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14187
1348 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14188
1366 GLuint msg_length member in struct:brw_instruction::__anon14174::__anon14189
1380 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14190
1392 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14191
1405 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14192
1420 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14193
1433 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14194
1449 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14195
1466 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14196
1491 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14197
1514 GLuint msg_length:4; member in struct:brw_instruction::__anon14174::__anon14198
[all...]
H A Dbrw_eu_emit.c396 unsigned msg_length,
408 inst->bits3.generic_gen5.msg_length = msg_length;
421 inst->bits3.generic.msg_length = msg_length;
436 unsigned msg_length; local
445 msg_length = 2;
448 msg_length = 1;
465 msg_length, response_length, false, false);
504 GLuint msg_length,
393 brw_set_message_descriptor(struct brw_compile *p, struct brw_instruction *inst, enum brw_message_target sfid, unsigned msg_length, unsigned response_length, bool header_present, bool end_of_thread) argument
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
542 brw_set_dp_write_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint msg_length, bool header_present, GLuint last_render_target, GLuint response_length, GLuint end_of_thread, GLuint send_commit_msg) argument
601 brw_set_dp_read_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint target_cache, GLuint msg_length, GLuint response_length) argument
658 brw_set_sampler_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint sampler, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2235 brw_fb_WRITE(struct brw_compile *p, int dispatch_width, GLuint msg_reg_nr, struct brw_reg src0, GLuint msg_control, GLuint binding_table_index, GLuint msg_length, GLuint response_length, bool eot, bool header_present) argument
2297 brw_SAMPLE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, GLuint binding_table_index, GLuint sampler, GLuint writemask, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
[all...]
H A Dbrw_eu.h896 GLuint msg_length,
907 GLuint msg_length,
915 GLuint msg_length,
928 GLuint msg_length,
956 GLuint msg_length,
970 GLuint msg_length,
H A Dbrw_optimize.c271 length = inst->bits3.generic_gen5.msg_length*REG_SIZE;
273 length = inst->bits3.generic.msg_length*REG_SIZE;
H A Dbrw_disasm.c1298 inst->bits3.generic_gen5.msg_length);
1303 inst->bits3.generic.msg_length);
/external/boringssl/src/ssl/
H A Ds3_srvr.c644 size_t msg_length, rand_len, len; local
653 msg_length = ((p[0] & 0x7f) << 8) | p[1];
654 if (msg_length > (1024 * 4)) {
658 if (msg_length < SSL3_RT_HEADER_LENGTH - 2) {
667 ret = ssl_read_buffer_extend_to(ssl, 2 + msg_length);
671 assert(ssl_read_buffer_len(ssl) == msg_length + 2);
672 CBS_init(&v2_client_hello, ssl_read_buffer(ssl) + 2, msg_length);
762 ssl_read_buffer_consume(ssl, 2 + msg_length);
/external/webrtc/webrtc/p2p/base/
H A Dstun.cc138 uint16_t msg_length = rtc::GetBE16(&data[2]); local
139 if (size != (msg_length + kStunHeaderSize)) {

Completed in 235 milliseconds