Home
last modified time | relevance | path

Searched refs:Combo (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp290 NfaStateTy Combo = ComboBitToBitsMap[ResourceMask]; in emitForItineraries() local
291 if (Combo && ((~S & Combo) != Combo)) in emitForItineraries()
294 NfaStateTy ResultingResourceState = S | ResourceMask | Combo; in emitForItineraries()
/external/llvm/include/llvm/Target/
DTargetItinerary.td139 // Combo Function Unit data - This is a map of combo function unit names to
148 // Combo Function Units - This is a list of all combo function unit data.
/external/skia/tools/viewer/
DViewer.cpp1890 if (ImGui::Combo("Pixel Geometry", &pixelGeometryIdx, in drawImGui()
1990 if (ImGui::Combo("Perspective", &perspectiveMode, "Off\0Real\0Fake\0\0")) { in drawImGui()
2006 if (ImGui::Combo("Anti-Alias", &aliasIdx, in drawImGui()
2044 if (ImGui::Combo(label, &itemIndex, items)) { in drawImGui()
2064 if (ImGui::Combo("Style", &styleIdx, in drawImGui()
2099 if (ImGui::Combo("Cap Type", &capIdx, in drawImGui()
2116 if (ImGui::Combo("Join Type", &joinIdx, in drawImGui()
2135 if (ImGui::Combo("Hinting", &hintingIdx, in drawImGui()
2157 if (ImGui::Combo(label, &itemIndex, items)) { in drawImGui()
2202 if (ImGui::Combo("Edging", &edgingIdx, in drawImGui()
[all …]
/external/skqp/tools/viewer/
DViewer.cpp1544 if (ImGui::Combo("Pixel Geometry", &pixelGeometryIdx, in drawImGui()
1636 if (ImGui::Combo("Perspective", &perspectiveMode, "Off\0Real\0Fake\0\0")) { in drawImGui()
1652 if (ImGui::Combo("Anti-Alias", &aliasIdx, in drawImGui()
1704 if (ImGui::Combo(label, &itemIndex, items)) { in drawImGui()
1726 if (ImGui::Combo("Hinting", &hintingIdx, in drawImGui()
1748 if (ImGui::Combo(label, &itemIndex, items)) { in drawImGui()
1788 if (ImGui::Combo("Edging", &edgingIdx, in drawImGui()
1903 if (ImGui::Combo("Primaries", &primariesIdx, in drawImGui()
/external/llvm-project/llvm/include/llvm/Target/
DTargetItinerary.td149 // Combo Function Unit data - This is a map of combo function unit names to
158 // Combo Function Units - This is a list of all combo function unit data.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetItinerary.td149 // Combo Function Unit data - This is a map of combo function unit names to
158 // Combo Function Units - This is a list of all combo function unit data.
/external/mesa3d/src/imgui/
Dimgui.h404 …IMGUI_API bool Combo(const char* label, int* current_item, const char* const items[], int…
405 …IMGUI_API bool Combo(const char* label, int* current_item, const char* items_separated_by…
406 …IMGUI_API bool Combo(const char* label, int* current_item, bool(*items_getter)(void* data…
Dimgui_memory_editor.h512 ImGui::Combo("##combo_endianess", &PreviewEndianess, "LE\0BE\0\0");
Dimgui_widgets.cpp1418 bool ImGui::Combo(const char* label, int* current_item, bool (*items_getter)(void*, int, const char… in Combo() function in ImGui
1459 bool ImGui::Combo(const char* label, int* current_item, const char* const items[], int items_count,… in Combo() function in ImGui
1461 …const bool value_changed = Combo(label, current_item, Items_ArrayGetter, (void*)items, items_count… in Combo()
1466 bool ImGui::Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int h… in Combo() function in ImGui
1475 …bool value_changed = Combo(label, current_item, Items_SingleStringGetter, (void*)items_separated_b… in Combo()
/external/cpuinfo/test/dmesg/
Diconia-one-10.log1183 [ 6.436107] (3)[115:kworker/u8:1][HIF-SDIO][I]hif_sdio_probe:card->info[1]: Combo
1190 [ 6.436572] (3)[115:kworker/u8:1][HIF-SDIO][I]hif_sdio_probe:card->info[1]: Combo
1212 [ 6.459433] (2)[254:mtk_wmtd][WMT-IC][I]mt6630_patch_dwn:Combo Patch:Build Time(20170312130517a…
Dmeizu-pro-7-plus.log4441 [ 8.880717] (0)[579:mtk_wmtd][WMT-IC][I]mt6632_patch_dwn:Combo Patch:Build Time(20170605b00100D…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp9157 SDValue Combo = NewLoad; in LowerMLOAD() local
9161 Combo = DAG.getNode(ISD::VSELECT, dl, VT, Mask, NewLoad, PassThru); in LowerMLOAD()
9162 return DAG.getMergeValues({Combo, NewLoad.getValue(1)}, dl); in LowerMLOAD()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp9513 SDValue Combo = NewLoad; in LowerMLOAD() local
9518 Combo = DAG.getNode(ISD::VSELECT, dl, VT, Mask, NewLoad, PassThru); in LowerMLOAD()
9519 return DAG.getMergeValues({Combo, NewLoad.getValue(1)}, dl); in LowerMLOAD()