Searched defs:end_of_thread (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_asm.h76 unsigned end_of_thread:1; member in struct:options
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_disasm.c295 static const char *end_of_thread[2] = { variable in typeref:typename:const char * [2]
H A Dbrw_eu_emit.c378 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
465 brw_set_ff_sync_message(struct brw_compile * p,struct brw_instruction * insn,bool allocate,unsigned response_length,bool end_of_thread) argument
482 brw_set_urb_message(struct brw_compile * p,struct brw_instruction * insn,bool allocate,bool used,unsigned msg_length,unsigned response_length,bool end_of_thread,bool complete,unsigned offset,unsigned swizzle_control) argument
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
[all...]
H A Dbrw_eu.h702 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d090a::__anon0c137b5d0e08
818 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1708
839 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1808
854 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1908
870 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1a08
883 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1b08
895 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1c08
909 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1d08
921 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1e08
936 unsigned end_of_thread member in struct:brw_instruction::__anon0c137b5d100a::brw_urb_immediate
952 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d1f08
966 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2008
979 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2108
992 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2208
1006 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2308
1020 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2408
1035 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2508
1052 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2608
1077 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2708
1100 unsigned end_of_thread:1; member in struct:brw_instruction::__anon0c137b5d100a::__anon0c137b5d2808
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c589 __gen8_set_message_descriptor(struct gen8_instruction * inst,enum brw_message_target sfid,unsigned msg_length,unsigned response_length,bool header_present,bool end_of_thread) argument
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
H A Dgen4_render.h2162 unsigned int end_of_thread:1; member in struct:gen4_urb_immediate
2395 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon5ecad36c5b0a::__anon5ecad36c6108
2407 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon5ecad36c5b0a::__anon5ecad36c6208
2421 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon5ecad36c5b0a::__anon5ecad36c6308
2434 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon5ecad36c5b0a::__anon5ecad36c6408
2443 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon5ecad36c5b0a::__anon5ecad36c6508
H A Dgen5_render.h2242 unsigned int end_of_thread:1; member in struct:gen5_urb_immediate
2475 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon62d5648d5b0a::__anon62d5648d6108
2487 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon62d5648d5b0a::__anon62d5648d6208
2501 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon62d5648d5b0a::__anon62d5648d6308
2514 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon62d5648d5b0a::__anon62d5648d6408
2523 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon62d5648d5b0a::__anon62d5648d6508
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_disasm.c295 static const char *end_of_thread[2] = { variable in typeref:typename:const char * [2]
H A Dbrw_eu_emit.c378 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
465 brw_set_ff_sync_message(struct brw_compile * p,struct brw_instruction * insn,bool allocate,unsigned response_length,bool end_of_thread) argument
482 brw_set_urb_message(struct brw_compile * p,struct brw_instruction * insn,bool allocate,bool used,unsigned msg_length,unsigned response_length,bool end_of_thread,bool complete,unsigned offset,unsigned swizzle_control) argument
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
[all...]
H A Dbrw_eu.h702 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611090a::__anon2bd0c6110e08
818 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111708
839 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111808
854 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111908
870 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111a08
883 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111b08
895 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111c08
909 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111d08
921 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111e08
936 unsigned end_of_thread member in struct:brw_instruction::__anon2bd0c611100a::brw_urb_immediate
952 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6111f08
966 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112008
979 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112108
992 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112208
1006 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112308
1020 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112408
1035 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112508
1052 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112608
1077 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112708
1100 unsigned end_of_thread:1; member in struct:brw_instruction::__anon2bd0c611100a::__anon2bd0c6112808
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen8_eu.c589 __gen8_set_message_descriptor(struct gen8_instruction * inst,enum brw_message_target sfid,unsigned msg_length,unsigned response_length,bool header_present,bool end_of_thread) argument
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
H A Dgen4_render.h2162 unsigned int end_of_thread:1; member in struct:gen4_urb_immediate
2395 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon763174a05b0a::__anon763174a06108
2407 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon763174a05b0a::__anon763174a06208
2421 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon763174a05b0a::__anon763174a06308
2434 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon763174a05b0a::__anon763174a06408
2443 unsigned int end_of_thread:1; member in struct:gen4_instruction::__anon763174a05b0a::__anon763174a06508
H A Dgen5_render.h2242 unsigned int end_of_thread:1; member in struct:gen5_urb_immediate
2475 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon7a3c05c15b0a::__anon7a3c05c16108
2487 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon7a3c05c15b0a::__anon7a3c05c16208
2501 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon7a3c05c15b0a::__anon7a3c05c16308
2514 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon7a3c05c15b0a::__anon7a3c05c16408
2523 unsigned int end_of_thread:1; member in struct:gen5_instruction::__anon7a3c05c15b0a::__anon7a3c05c16508
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm.c283 static const char *const end_of_thread[2] = { variable in typeref:typename:const char * const[2]
H A Dbrw_eu_emit.c481 brw_set_ff_sync_message(struct brw_codegen * p,brw_inst * insn,bool allocate,unsigned response_length,bool end_of_thread) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_disasm.c286 static const char *const end_of_thread[2] = { variable in typeref:typename:const char * const[2]
H A Dbrw_eu_emit.c517 brw_set_ff_sync_message(struct brw_codegen * p,brw_inst * insn,bool allocate,unsigned response_length,bool end_of_thread) argument
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_structs.h1094 unsigned int end_of_thread:1; member in struct:brw_urb_immediate
1327 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonfa77c8dc5b0a::__anonfa77c8dc6108
1339 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonfa77c8dc5b0a::__anonfa77c8dc6208
1353 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonfa77c8dc5b0a::__anonfa77c8dc6308
1366 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonfa77c8dc5b0a::__anonfa77c8dc6408
1375 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonfa77c8dc5b0a::__anonfa77c8dc6508
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_structs.h1099 unsigned int end_of_thread:1; member in struct:brw_urb_immediate
1332 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon375735ed5b0a::__anon375735ed6108
1344 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon375735ed5b0a::__anon375735ed6208
1358 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon375735ed5b0a::__anon375735ed6308
1371 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon375735ed5b0a::__anon375735ed6408
1380 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon375735ed5b0a::__anon375735ed6508
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_structs.h1099 unsigned int end_of_thread:1; member in struct:brw_urb_immediate
1332 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon5c4f4f865b0a::__anon5c4f4f866108
1344 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon5c4f4f865b0a::__anon5c4f4f866208
1358 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon5c4f4f865b0a::__anon5c4f4f866308
1371 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon5c4f4f865b0a::__anon5c4f4f866408
1380 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon5c4f4f865b0a::__anon5c4f4f866508
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_structs.h1099 unsigned int end_of_thread:1; member in struct:brw_urb_immediate
1332 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon4ebdd7215b0a::__anon4ebdd7216108
1344 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon4ebdd7215b0a::__anon4ebdd7216208
1358 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon4ebdd7215b0a::__anon4ebdd7216308
1371 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon4ebdd7215b0a::__anon4ebdd7216408
1380 unsigned int end_of_thread:1; member in struct:brw_instruction::__anon4ebdd7215b0a::__anon4ebdd7216508
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_structs.h1099 unsigned int end_of_thread:1; member in struct:brw_urb_immediate
1332 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonbf125d3a5b0a::__anonbf125d3a6108
1344 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonbf125d3a5b0a::__anonbf125d3a6208
1358 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonbf125d3a5b0a::__anonbf125d3a6308
1371 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonbf125d3a5b0a::__anonbf125d3a6408
1380 unsigned int end_of_thread:1; member in struct:brw_instruction::__anonbf125d3a5b0a::__anonbf125d3a6508

Completed in 351 milliseconds