Searched defs:msg_control (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp45 uint32_t msg_control; local
95 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_DUAL_SOURCE_SUBSPAN01;
97 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD16_SINGLE_SOURCE;
99 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_SINGLE_SOURCE_SUBSPAN01;
107 msg_control,
H A Dbrw_eu_emit.c545 GLuint msg_control,
576 insn->bits3.gen7_dp.msg_control = msg_control;
581 insn->bits3.gen6_dp.msg_control = msg_control;
587 insn->bits3.dp_write_gen5.msg_control = msg_control;
593 insn->bits3.dp_write.msg_control = msg_control;
604 GLuint msg_control,
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
1855 uint32_t msg_control, msg_type; local
1967 uint32_t msg_control; local
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
[all...]
H A Dbrw_wm_emit.c1330 uint32_t msg_control; local
1349 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD16_SINGLE_SOURCE;
1351 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_SINGLE_SOURCE_SUBSPAN01;
1359 msg_control,
H A Dbrw_structs.h1388 GLuint msg_control:4; member in struct:brw_instruction::__anon14624::__anon14641
1401 GLuint msg_control:3; member in struct:brw_instruction::__anon14624::__anon14642
1414 GLuint msg_control:3; member in struct:brw_instruction::__anon14624::__anon14643
1428 GLuint msg_control:3; member in struct:brw_instruction::__anon14624::__anon14644
1442 GLuint msg_control:3; member in struct:brw_instruction::__anon14624::__anon14645
1461 GLuint msg_control:5; member in struct:brw_instruction::__anon14624::__anon14646
1483 GLuint msg_control:3; member in struct:brw_instruction::__anon14624::__anon14647
1506 GLuint msg_control:3; member in struct:brw_instruction::__anon14624::__anon14648
/external/strace/
H A Dnet.c539 tprints(", msg_control=");
611 printcmsghdr(tcp, (unsigned long) msg->msg_control,
627 uint32_t /* void* */ msg_control; member in struct:msghdr32
651 to_msg->msg_control = (void*)(long)from_msg32->msg_control;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h404 void *msg_control; member in struct:__sanitizer::__sanitizer_msghdr
419 void *msg_control; member in struct:__sanitizer::__sanitizer_msghdr
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h201 void *msg_control; member in struct:kernel_msghdr
/external/netperf/src/
H A Dnettest_omni.c2846 char msg_control[512]; local
2856 msg.msg_control = msg_control;
2857 msg.msg_controllen = sizeof(msg_control);
3102 my_header.msg_control = control_buf;
/external/valgrind/include/vki/
H A Dvki-linux.h643 void * msg_control; /* Per protocol magic (eg BSD file descriptor passing) */ member in struct:vki_msghdr
669 #define VKI_CMSG_FIRSTHDR(msg) __VKI_CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
686 return __vki_cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg);

Completed in 292 milliseconds