| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitaluinstruction.cpp | 298 ir->set_flag(alu_last_instr); 375 ir->set_flag(alu_src0_abs); 378 ir->set_flag(alu_src0_neg); 381 ir->set_flag(alu_dst_clamp); 422 if (absolute || instr.src[0].abs) ir->set_flag(alu_src0_abs); 423 if (instr.src[0].negate) ir->set_flag(alu_src0_neg); 424 if (instr.dest.saturate) ir->set_flag(alu_dst_clamp); 426 if (i == (last_slot - 1)) ir->set_flag(alu_last_instr); 435 if (absolute || instr.src[0].abs) ir->set_flag(alu_src0_abs); 436 if (instr.src[0].negate) ir->set_flag(alu_src0_ne [all...] |
| H A D | sfn_shader_fragment.cpp | 418 vtx->set_flag(vtx_vpm); 419 vtx->set_flag(vtx_use_tc); 591 ir->set_flag(alu_last_instr); 602 ir->set_flag(alu_last_instr); 618 getgradh->set_flag(TexInstruction::x_unnormalized); 619 getgradh->set_flag(TexInstruction::y_unnormalized); 620 getgradh->set_flag(TexInstruction::z_unnormalized); 621 getgradh->set_flag(TexInstruction::w_unnormalized); 622 getgradh->set_flag(TexInstruction::grad_fine); 627 getgradv->set_flag(TexInstructio [all...] |
| H A D | sfn_instruction_fetch.cpp | 326 set_flag(vtx_srf_mode); 327 set_flag(vtx_vpm); 352 set_flag(vtx_srf_mode); 353 set_flag(vtx_format_comp_signed);
|
| H A D | sfn_shader_compute.cpp | 102 ir->set_flag(vtx_srf_mode);
|
| H A D | sfn_emittexinstruction.cpp | 93 ir->set_flag(vtx_use_const_field); 209 ir->set_flag(alu_last_instr); 213 tex_ir->set_flag(TexInstruction::z_unnormalized); 470 tex_sample_id_ir->set_flag(TexInstruction::x_unnormalized); 471 tex_sample_id_ir->set_flag(TexInstruction::y_unnormalized); 472 tex_sample_id_ir->set_flag(TexInstruction::z_unnormalized); 473 tex_sample_id_ir->set_flag(TexInstruction::w_unnormalized); 518 ir->set_flag(alu_last_instr); 625 ir->set_flag(TexInstruction::x_unnormalized); 626 ir->set_flag(TexInstructio [all...] |
| H A D | sfn_emitaluinstruction.h | 111 ir->set_flag(alu_last_instr);
|
| H A D | sfn_instruction_alu.h | 103 void set_flag(AluModifiers flag);
|
| H A D | sfn_instruction_tex.h | 93 void set_flag(Flags flag) { function in class:r600::TexInstruction
|
| H A D | sfn_emitssboinstruction.cpp | 375 ir->set_flag(vtx_use_tc); 523 fetch->set_flag(vtx_srf_mode); 524 fetch->set_flag(vtx_use_tc); 525 fetch->set_flag(vtx_vpm); 617 fetch->set_flag(vtx_srf_mode); 618 fetch->set_flag(vtx_use_tc); 619 fetch->set_flag(vtx_vpm); 621 fetch->set_flag(vtx_format_comp_signed);
|
| H A D | sfn_shader_base.cpp | 372 last_emitted_alu->set_flag(alu_last_instr); 476 pred->set_flag(alu_update_exec); 477 pred->set_flag(alu_update_pred); 721 ir->set_flag(alu_last_instr); 732 ir->set_flag(alu_last_instr); 865 ir->set_flag(alu_last_instr); 924 ir->set_flag(alu_last_instr); 942 ir->set_flag(alu_last_instr); 996 ir->set_flag(alu_last_instr);
|
| H A D | sfn_instruction_fetch.h | 105 void set_flag(EVFetchFlagShift flag) {m_flags.set(flag);} function in class:r600::FetchInstruction
|
| H A D | sfn_shader_geometry.cpp | 252 ir->set_flag(alu_last_instr); 255 ir->set_flag(alu_last_instr);
|
| H A D | sfn_instruction_alu.cpp | 139 void AluInstruction::set_flag(AluModifiers flag) function in class:r600::AluInstruction
|
| H A D | sfn_vertexstageexport.cpp | 265 ir->set_flag(alu_last_instr); 431 alu->set_flag(alu_last_instr);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xtraplibp.h | 55 int XETrapSetMaxPacket (XETC *tc , Bool set_flag , CARD16 size ); 56 int XETrapSetCommandKey (XETC *tc , Bool set_flag , KeySym cmd_key , 58 int XETrapSetTimestamps (XETC *tc , Bool set_flag , Bool delta_flag ); 59 int XETrapSetWinXY (XETC *tc , Bool set_flag ); 60 int XETrapSetCursor (XETC *tc , Bool set_flag ); 61 int XETrapSetXInput (XETC *tc , Bool set_flag ); 62 int XETrapSetColorReplies (XETC *tc , Bool set_flag ); 63 int XETrapSetGrabServer (XETC *tc , Bool set_flag ); 64 int XETrapSetStatistics (XETC *tc , Bool set_flag ); 65 int XETrapSetRequests (XETC *tc , Bool set_flag , ReqFlag [all...] |
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XEConTxt.c | 338 int XETrapSetMaxPacket(XETC *tc, Bool set_flag, CARD16 size) 345 XETrapSetCfgFlagMaxPacket(&tcv, data, set_flag); 350 int XETrapSetCommandKey(XETC *tc, Bool set_flag, KeySym cmd_key, Bool mod_flag) 358 XETrapSetCfgFlagCmd(&tcv, data, set_flag); 359 if (set_flag == True) 385 int XETrapSetTimestamps(XETC *tc, Bool set_flag, Bool delta_flag) 392 XETrapSetCfgFlagTimestamp(&tcv, data, set_flag); 398 int XETrapSetWinXY(XETC *tc, Bool set_flag) 405 XETrapSetCfgFlagWinXY(&tcv, data, set_flag); 410 int XETrapSetCursor(XETC *tc, Bool set_flag) 334 XETrapSetMaxPacket(XETC * tc,Bool set_flag,CARD16 size) argument 346 XETrapSetCommandKey(XETC * tc,Bool set_flag,KeySym cmd_key,Bool mod_flag) argument 381 XETrapSetTimestamps(XETC * tc,Bool set_flag,Bool delta_flag) argument 394 XETrapSetWinXY(XETC * tc,Bool set_flag) argument 406 XETrapSetCursor(XETC * tc,Bool set_flag) argument 418 XETrapSetXInput(XETC * tc,Bool set_flag) argument 430 XETrapSetColorReplies(XETC * tc,Bool set_flag) argument 442 XETrapSetGrabServer(XETC * tc,Bool set_flag) argument 454 XETrapSetStatistics(XETC * tc,Bool set_flag) argument 466 XETrapSetRequests(XETC * tc,Bool set_flag,ReqFlags requests) argument 483 XETrapSetEvents(XETC * tc,Bool set_flag,EventFlags events) argument [all...] |