Home
last modified time | relevance | path

Searched refs:DEVICE (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dextensions_data.txt25 VK_KHR_swapchain DEVICE
26 VK_KHR_swapchain_mutable_format DEVICE
27 VK_KHR_display_swapchain DEVICE
28 VK_KHR_sampler_mirror_clamp_to_edge DEVICE 1_2_0
29 VK_KHR_multiview DEVICE 1_1_0
30 VK_KHR_device_group DEVICE 1_1_0
31 VK_KHR_shader_draw_parameters DEVICE 1_1_0
32 VK_KHR_maintenance1 DEVICE 1_1_0
33 VK_KHR_external_memory DEVICE 1_1_0
34 VK_KHR_external_memory_win32 DEVICE
[all …]
/third_party/mindspore/scripts/build/
Dparse_device.sh22 if [[ "X$RUN_TESTCASES" == "Xon" && "X$DEVICE" != "X" ]]; then
24 DEVICE=""
29 if [[ "X$DEVICE" == "Xgpu" ]]; then
43 elif [[ "X$DEVICE" == "Xd" || "X$DEVICE" == "Xascend" ]]; then
62 elif [[ "X$DEVICE" == "Xcpu" ]]; then
64 elif [[ "X$DEVICE" == "X" ]]; then
67 echo "Invalid value ${DEVICE} for option -e"
Ddefault_options.sh60 export DEVICE=""
Dprocess_options.sh72 export DEVICE=$OPTARG ;;
/third_party/ltp/testcases/kernel/fs/mongo/
Drun_mongo16 DEVICE=$1
20 echo "WARNING : All data will be erased on device=$DEVICE "
34 ./mongo.pl reiserfs $DEVICE /testfs reiserfs $NPROC
35 ./mongo.pl ext2 $DEVICE /testfs ext2 $NPROC
Dmongo.pl80 $DEVICE = $ARGV[1];
194 unless ( -b $DEVICE ) {
195 print "mongo.pl: not valid device: ${DEVICE} \n";
216 system("echo y | mkreiserfs $DEVICE") ;
217 system("mount -t reiserfs $DEVICE $TESTDIR") ;
221 system("mke2fs $DEVICE") ;
222 system("mount $DEVICE $TESTDIR") ;
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
Dbuild.sh41 DEVICE="GPU"
52 DEVICE=$OPTARG
53 if [[ "X${DEVICE}" == "Xgpu" ]]; then
55 elif [[ "X${DEVICE}" == "Xnpu" ]]; then
94 if [[ "X${DEVICE}" == "Xnpu" ]]; then
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderClockTests.cpp71 DEVICE enumerator
160 const auto realTimeTest = (m_operation.testClockType == DEVICE); in checkSupport()
196 if (m_operation.testClockType == DEVICE) in initShaderSpec()
238 {DEVICE, BIT_64, "clockRealtimeEXT"}, in addShaderClockTests()
239 {DEVICE, BIT_32, "clockRealtime2x32EXT"} in addShaderClockTests()
/third_party/alsa-lib/src/conf/cards/
Dpistachio-card.conf38 @args.DEVICE {
57 device $DEVICE
DHDA-Intel.conf169 @args [ CARD DEVICE CTLINDEX AES0 AES1 AES2 AES3 ]
173 @args.DEVICE {
195 device $DEVICE
214 hint.device $DEVICE
/third_party/ffmpeg/doc/
Ddevices.texi2 @c man begin DEVICE OPTIONS
18 @c man end DEVICE OPTIONS
/third_party/e2fsprogs/contrib/
Dpopulate-extfs.sh70 DEVICE=$2
166 } | $DEBUGFS -w -f - $DEVICE
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.h49 DEVICE enumerator
/third_party/skia/tools/skqp/
Ddocker_run_apk.sh31 --env=DEVICE="Samsung Galaxy S6" \
Ddocker_build_universal_apk.sh27 --env=DEVICE="Samsung Galaxy S6" \
/third_party/flutter/skia/tools/skqp/
Ddocker_run_apk.sh31 --env=DEVICE="Samsung Galaxy S6" \
Ddocker_build_universal_apk.sh27 --env=DEVICE="Samsung Galaxy S6" \
/third_party/python/Tools/unicode/python-mappings/
DCP273.TXT18 0x11 0x0011 #DEVICE CONTROL ONE (DC1)
19 0x12 0x0012 #DEVICE CONTROL TWO (DC2)
20 0x13 0x0013 #DEVICE CONTROL THREE (DC3)
49 0x30 0x0090 #DEVICE CONTROL STRING (DCS)
61 0x3C 0x0014 #DEVICE CONTROL FOUR (DC4)
DTIS-620.TXT54 0x11 0x0011 # DEVICE CONTROL ONE
55 0x12 0x0012 # DEVICE CONTROL TWO
56 0x13 0x0013 # DEVICE CONTROL THREE
57 0x14 0x0014 # DEVICE CONTROL FOUR
DCP1140.TXT52 0x11 0x0011 #DEVICE CONTROL ONE
53 0x12 0x0012 #DEVICE CONTROL TWO
54 0x13 0x0013 #DEVICE CONTROL THREE
95 0x3C 0x0014 #DEVICE CONTROL FOUR
DKOI8-U.TXT52 0x11 0x0011 # DEVICE CONTROL ONE
53 0x12 0x0012 # DEVICE CONTROL TWO
54 0x13 0x0013 # DEVICE CONTROL THREE
55 0x14 0x0014 # DEVICE CONTROL FOUR
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hiTraceChain.js45 DEVICE: 3 property
/third_party/ltp/
Drunltp114 -v [ -w CMDFILEADDR ] [ -x INSTANCES ] [ -b DEVICE ] [-B LTP_DEV_FS_TYPE]
168 -b DEVICE Some tests require an unmounted block device
942 if [ -n "$DEVICE" ]; then
943 export LTP_DEV=$DEVICE
/third_party/flutter/skia/infra/skqp/docker/
DREADME.md31 -e DEVICE="Samsung Galaxy S6" \
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_v2_p_info.h77 std::string target_ = DEVICE;

1234567