Searched refs:set_flag (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitaluinstruction.cpp298 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 Dsfn_shader_fragment.cpp418 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 Dsfn_instruction_fetch.cpp326 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 Dsfn_shader_compute.cpp102 ir->set_flag(vtx_srf_mode);
H A Dsfn_emittexinstruction.cpp93 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 Dsfn_emitaluinstruction.h111 ir->set_flag(alu_last_instr);
H A Dsfn_instruction_alu.h103 void set_flag(AluModifiers flag);
H A Dsfn_instruction_tex.h93 void set_flag(Flags flag) { function in class:r600::TexInstruction
H A Dsfn_emitssboinstruction.cpp375 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 Dsfn_shader_base.cpp372 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 Dsfn_instruction_fetch.h105 void set_flag(EVFetchFlagShift flag) {m_flags.set(flag);} function in class:r600::FetchInstruction
H A Dsfn_shader_geometry.cpp252 ir->set_flag(alu_last_instr);
255 ir->set_flag(alu_last_instr);
H A Dsfn_instruction_alu.cpp139 void AluInstruction::set_flag(AluModifiers flag) function in class:r600::AluInstruction
H A Dsfn_vertexstageexport.cpp265 ir->set_flag(alu_last_instr);
431 alu->set_flag(alu_last_instr);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtraplibp.h55 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 DXEConTxt.c338 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...]

Completed in 13 milliseconds