Searched refs:msg_control (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.h464 unsigned msg_control)
472 return (desc | SET_BITS(msg_control, 13, 8) |
475 return (desc | SET_BITS(msg_control, 13, 8) |
478 return (desc | SET_BITS(msg_control, 12, 8) |
519 unsigned msg_control,
524 return brw_dp_desc(devinfo, binding_table_index, msg_type, msg_control);
527 SET_BITS(msg_control, 10, 8) |
532 SET_BITS(msg_control, 11, 8) |
568 unsigned msg_control,
574 return brw_dp_desc(devinfo, binding_table_index, msg_type, msg_control) |
461 brw_dp_desc(const struct intel_device_info * devinfo,unsigned binding_table_index,unsigned msg_type,unsigned msg_control) argument
517 brw_dp_read_desc(const struct intel_device_info * devinfo,unsigned binding_table_index,unsigned msg_control,unsigned msg_type,unsigned target_cache) argument
566 brw_dp_write_desc(const struct intel_device_info * devinfo,unsigned binding_table_index,unsigned msg_control,unsigned msg_type,unsigned send_commit_msg) argument
620 brw_dp_surface_desc(const struct intel_device_info * devinfo,unsigned msg_type,unsigned msg_control) argument
648 const unsigned msg_control = local in function:brw_dp_untyped_atomic_desc
668 const unsigned msg_control = local in function:brw_dp_untyped_atomic_float_desc
722 const unsigned msg_control = local in function:brw_dp_untyped_surface_rw_desc
758 const unsigned msg_control = local in function:brw_dp_byte_scattered_rw_desc
789 const unsigned msg_control = local in function:brw_dp_dword_scattered_rw_desc
810 const unsigned msg_control = local in function:brw_dp_oword_block_rw_desc
833 const unsigned msg_control = local in function:brw_dp_a64_untyped_surface_rw_desc
854 unsigned msg_control = local in function:brw_dp_a64_oword_block_rw_desc
892 const unsigned msg_control = local in function:brw_dp_a64_byte_scattered_rw_desc
917 const unsigned msg_control = local in function:brw_dp_a64_untyped_atomic_desc
943 const unsigned msg_control = local in function:brw_dp_a64_untyped_atomic_float_desc
976 const unsigned msg_control = local in function:brw_dp_typed_atomic_desc
1013 unsigned msg_control; local in function:brw_dp_typed_surface_rw_desc
1036 brw_fb_desc(const struct intel_device_info * devinfo,unsigned binding_table_index,unsigned msg_type,unsigned msg_control) argument
1083 brw_fb_read_desc(const struct intel_device_info * devinfo,unsigned binding_table_index,unsigned msg_control,unsigned exec_size,bool per_sample) argument
1099 brw_fb_write_desc(const struct intel_device_info * devinfo,unsigned binding_table_index,unsigned msg_control,bool last_render_target,bool coarse_write) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu.h385 unsigned msg_control)
393 return (desc | SET_BITS(msg_control, 13, 8) |
396 return (desc | SET_BITS(msg_control, 13, 8) |
399 return (desc | SET_BITS(msg_control, 12, 8) |
440 unsigned msg_control,
445 return brw_dp_desc(devinfo, binding_table_index, msg_type, msg_control);
448 SET_BITS(msg_control, 10, 8) |
453 SET_BITS(msg_control, 11, 8) |
488 unsigned msg_control,
495 return brw_dp_desc(devinfo, binding_table_index, msg_type, msg_control) |
382 brw_dp_desc(const struct gen_device_info * devinfo,unsigned binding_table_index,unsigned msg_type,unsigned msg_control) argument
438 brw_dp_read_desc(const struct gen_device_info * devinfo,unsigned binding_table_index,unsigned msg_control,unsigned msg_type,unsigned target_cache) argument
486 brw_dp_write_desc(const struct gen_device_info * devinfo,unsigned binding_table_index,unsigned msg_control,unsigned msg_type,unsigned last_render_target,unsigned send_commit_msg) argument
552 brw_dp_surface_desc(const struct gen_device_info * devinfo,unsigned msg_type,unsigned msg_control) argument
580 const unsigned msg_control = local in function:brw_dp_untyped_atomic_desc
600 const unsigned msg_control = local in function:brw_dp_untyped_atomic_float_desc
647 const unsigned msg_control = local in function:brw_dp_untyped_surface_rw_desc
683 const unsigned msg_control = local in function:brw_dp_byte_scattered_rw_desc
707 const unsigned msg_control = local in function:brw_dp_a64_untyped_surface_rw_desc
744 const unsigned msg_control = local in function:brw_dp_a64_byte_scattered_rw_desc
765 const unsigned msg_control = local in function:brw_dp_a64_untyped_atomic_desc
785 const unsigned msg_control = local in function:brw_dp_a64_untyped_atomic_float_desc
817 const unsigned msg_control = local in function:brw_dp_typed_atomic_desc
854 unsigned msg_control; local in function:brw_dp_typed_surface_rw_desc
[all...]
H A Dbrw_fs_generator.cpp300 uint32_t msg_control; local in function:fs_generator::fire_fb_write
317 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD16_SINGLE_SOURCE_REPLICATED;
323 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_DUAL_SOURCE_SUBSPAN01;
325 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_DUAL_SOURCE_SUBSPAN23;
333 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD16_SINGLE_SOURCE;
335 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_SINGLE_SOURCE_SUBSPAN01;
349 msg_control,
/xsrc/external/mit/libxcb/dist/
H A Dconfigure.ac100 # XPG4v2/UNIX95 added msg_control - check to see if we need to define
102 AC_CHECK_MEMBER([struct msghdr.msg_control], [], [],
111 AC_CHECK_MEMBER([struct msghdr.msg_control],
113 [Defined if needed to expose struct msghdr.msg_control])
124 AC_CHECK_MEMBER([struct msghdr.msg_control],
126 [Defined if needed to expose struct msghdr.msg_control])
/xsrc/external/mit/xtrans/dist/
H A Dxtrans.m464 # XPG4v2/UNIX95 added msg_control - check to see if we need to define
66 AC_CHECK_MEMBER([struct msghdr.msg_control], [], [],
75 AC_CHECK_MEMBER([struct msghdr.msg_control],
77 [Defined if needed to expose struct msghdr.msg_control])
88 AC_CHECK_MEMBER([struct msghdr.msg_control],
90 [Defined if needed to expose struct msghdr.msg_control])
H A DXtranssock.c2130 .msg_control = cmsgbuf.buf,
2171 .msg_control = cmsgbuf.buf,
2215 .msg_control = cmsgbuf.buf,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu_emit.c524 unsigned msg_control,
554 insn->bits3.gen7_dp.msg_control = msg_control;
559 insn->bits3.gen6_dp.msg_control = msg_control;
565 insn->bits3.dp_write_gen5.msg_control = msg_control;
571 insn->bits3.dp_write.msg_control = msg_control;
582 unsigned msg_control,
521 brw_set_dp_write_message(struct brw_compile * p,struct brw_instruction * insn,unsigned binding_table_index,unsigned msg_control,unsigned msg_type,unsigned msg_length,bool header_present,bool last_render_target,unsigned response_length,bool end_of_thread,bool send_commit_msg) argument
579 brw_set_dp_read_message(struct brw_compile * p,struct brw_instruction * insn,unsigned binding_table_index,unsigned msg_control,unsigned msg_type,unsigned target_cache,unsigned msg_length,unsigned response_length) argument
1369 uint32_t msg_control, msg_type; local in function:brw_oword_block_write_scratch
1477 uint32_t msg_control; local in function:brw_oword_block_read_scratch
1737 brw_fb_WRITE(struct brw_compile * p,int dispatch_width,unsigned msg_reg_nr,struct brw_reg src0,unsigned msg_control,unsigned binding_table_index,unsigned msg_length,unsigned response_length,bool eot,bool header_present) argument
[all...]
H A Dbrw_eu.h972 unsigned msg_control:4; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2108
985 unsigned msg_control:3; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2208
998 unsigned msg_control:3; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2308
1012 unsigned msg_control:3; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2408
1026 unsigned msg_control:3; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2508
1045 unsigned msg_control:5; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2608
1067 unsigned msg_control:3; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2708
1090 unsigned msg_control:3; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2808
2082 unsigned msg_control,
2091 unsigned msg_control,
[all...]
H A Dbrw_disasm.c968 inst->bits3.gen6_dp.msg_control,
974 inst->bits3.dp_read_gen5.msg_control,
979 inst->bits3.dp_read.msg_control,
994 inst->bits3.gen7_dp.msg_control,
1005 inst->bits3.gen6_dp.msg_control,
1012 inst->bits3.dp_write.msg_control,
1044 inst->bits3.gen7_dp.msg_control,
H A Dbrw_wm.c171 unsigned msg_control, msg_type, msg_len; local in function:brw_fb_write
177 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD16_SINGLE_SOURCE;
181 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_SINGLE_SOURCE_SUBSPAN01;
214 msg_control, msg_type, msg_len,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu_emit.c524 unsigned msg_control,
554 insn->bits3.gen7_dp.msg_control = msg_control;
559 insn->bits3.gen6_dp.msg_control = msg_control;
565 insn->bits3.dp_write_gen5.msg_control = msg_control;
571 insn->bits3.dp_write.msg_control = msg_control;
582 unsigned msg_control,
521 brw_set_dp_write_message(struct brw_compile * p,struct brw_instruction * insn,unsigned binding_table_index,unsigned msg_control,unsigned msg_type,unsigned msg_length,bool header_present,bool last_render_target,unsigned response_length,bool end_of_thread,bool send_commit_msg) argument
579 brw_set_dp_read_message(struct brw_compile * p,struct brw_instruction * insn,unsigned binding_table_index,unsigned msg_control,unsigned msg_type,unsigned target_cache,unsigned msg_length,unsigned response_length) argument
1369 uint32_t msg_control, msg_type; local in function:brw_oword_block_write_scratch
1477 uint32_t msg_control; local in function:brw_oword_block_read_scratch
1737 brw_fb_WRITE(struct brw_compile * p,int dispatch_width,unsigned msg_reg_nr,struct brw_reg src0,unsigned msg_control,unsigned binding_table_index,unsigned msg_length,unsigned response_length,bool eot,bool header_present) argument
[all...]
H A Dbrw_eu.h972 unsigned msg_control:4; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112108
985 unsigned msg_control:3; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112208
998 unsigned msg_control:3; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112308
1012 unsigned msg_control:3; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112408
1026 unsigned msg_control:3; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112508
1045 unsigned msg_control:5; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112608
1067 unsigned msg_control:3; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112708
1090 unsigned msg_control:3; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112808
2082 unsigned msg_control,
2091 unsigned msg_control,
[all...]
H A Dbrw_disasm.c968 inst->bits3.gen6_dp.msg_control,
974 inst->bits3.dp_read_gen5.msg_control,
979 inst->bits3.dp_read.msg_control,
994 inst->bits3.gen7_dp.msg_control,
1005 inst->bits3.gen6_dp.msg_control,
1012 inst->bits3.dp_write.msg_control,
1044 inst->bits3.gen7_dp.msg_control,
H A Dbrw_wm.c171 unsigned msg_control, msg_type, msg_len; local in function:brw_fb_write
177 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD16_SINGLE_SOURCE;
181 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_SINGLE_SOURCE_SUBSPAN01;
214 msg_control, msg_type, msg_len,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c650 unsigned msg_control,
663 assert((msg_control & 0x3f) == msg_control);
668 binding_table_index | msg_type << 14 | msg_control << 8);
1048 unsigned msg_control, msg_len; local in function:fb_write
1052 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD16_SINGLE_SOURCE;
1055 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_SINGLE_SOURCE_SUBSPAN01;
1058 msg_control |= 1 << 4; /* Last Render Target */
1073 msg_control,
646 __gen8_set_dp_message(struct gen8_instruction * inst,enum brw_message_target sfid,unsigned binding_table_index,unsigned msg_type,unsigned msg_control,unsigned mlen,unsigned rlen,bool header_present,bool end_of_thread) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen8_eu.c650 unsigned msg_control,
663 assert((msg_control & 0x3f) == msg_control);
668 binding_table_index | msg_type << 14 | msg_control << 8);
1048 unsigned msg_control, msg_len; local in function:fb_write
1052 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD16_SINGLE_SOURCE;
1055 msg_control = BRW_DATAPORT_RENDER_TARGET_WRITE_SIMD8_SINGLE_SOURCE_SUBSPAN01;
1058 msg_control |= 1 << 4; /* Last Render Target */
1073 msg_control,
646 __gen8_set_dp_message(struct gen8_instruction * inst,enum brw_message_target sfid,unsigned binding_table_index,unsigned msg_type,unsigned msg_control,unsigned mlen,unsigned rlen,bool header_present,bool end_of_thread) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dstub.c156 msg.msg_control = buf.bytes;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dstub.c145 msg.msg_control = buf.bytes;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_structs.h1351 unsigned int msg_control:4; member in struct:brw_instruction::__anon375735ed5b0a::__anon375735ed6308
1363 unsigned int msg_control:3; member in struct:brw_instruction::__anon375735ed5b0a::__anon375735ed6408
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_structs.h1351 unsigned int msg_control:4; member in struct:brw_instruction::__anon5c4f4f865b0a::__anon5c4f4f866308
1363 unsigned int msg_control:3; member in struct:brw_instruction::__anon5c4f4f865b0a::__anon5c4f4f866408
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_structs.h1351 unsigned int msg_control:4; member in struct:brw_instruction::__anon4ebdd7215b0a::__anon4ebdd7216308
1363 unsigned int msg_control:3; member in struct:brw_instruction::__anon4ebdd7215b0a::__anon4ebdd7216408
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_structs.h1351 unsigned int msg_control:4; member in struct:brw_instruction::__anonbf125d3a5b0a::__anonbf125d3a6308
1363 unsigned int msg_control:3; member in struct:brw_instruction::__anonbf125d3a5b0a::__anonbf125d3a6408
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_structs.h1346 unsigned int msg_control:4; member in struct:brw_instruction::__anonfa77c8dc5b0a::__anonfa77c8dc6308
1358 unsigned int msg_control:3; member in struct:brw_instruction::__anonfa77c8dc5b0a::__anonfa77c8dc6408
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_conn.c276 .msg_control = cmsgbuf.buf,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c89 msgh.msg_control = buf;

Completed in 139 milliseconds

123