Home
last modified time | relevance | path

Searched refs:Selects (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c368 struct src_select Selects[5]; member
382 select = &data->Selects[data->SelectCount++]; in can_use_presub_data_add_select()
484 unsigned int src_type = d.Selects[i].SrcType; in rc_inst_can_use_presub()
486 if (d.Selects[i].File == d.Selects[j].File in rc_inst_can_use_presub()
487 && d.Selects[i].Index == d.Selects[j].Index) { in rc_inst_can_use_presub()
488 src_type &= ~d.Selects[j].SrcType; in rc_inst_can_use_presub()
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat7 event type = Selects the type of trigger event.
15 channel = Selects the MIDI channel for the event.
20 track = Selects the MIDI track (not the channel) for the event.
46 midi file = Selects the source MIDI file from which the segment will be created.
47 quantize = Selects the quantization amount for the segment. Use 0 for no quantization.
68 dls file = Selects the source DLS file, if any, for the given segment.
/external/openssh/
Dscp.038 -B Selects batch mode (prevents asking for passwords or
45 Selects the cipher to use for encrypting the data transfer. This
53 Selects the file from which the identity (private key) for public
Dsftp.072 Selects the cipher to use for encrypting the data transfers.
88 Selects the file from which the identity (private key) for public
Dssh.072 Selects the cipher specification for encrypting the session.
142 Selects a file from which the identity (private key) for public
/external/iptables/extensions/
Dlibxt_policy.man20 Selects whether to match the exact policy or match if any rule of
/external/llvm/test/Analysis/BasicAA/
Dphi-and-select.ll3 ; BasicAA should detect NoAliases in PHIs and Selects.
/external/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td910 // Selects.
/external/jpeg/
Dlibjpeg.doc816 Selects an appropriate JPEG colorspace based on cinfo->in_color_space,
877 Selects the algorithm used for the DCT step. Choices are:
1101 Selects color dithering method. Supported values are:
1131 Selects the algorithm used for the DCT step. Choices are the same
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td605 /// OpSize - Selects whether the instruction needs a 0x66 prefix based on