/external/clang/test/SemaCXX/ |
D | discrim-union.cpp | 101 typedef either<int, char, double> icd; typedef 102 constexpr icd icd1 = an<int>(4); 103 constexpr icd icd2 = a<char>('x'); 104 constexpr icd icd3 = a<double>(6.5); 114 constexpr either<const icd*, non_triv> icd4 = a<const icd*>(&icd2); 115 constexpr either<const icd*, non_triv> icd5 = a<non_triv>(); 117 static_assert(icd4.get<const icd*>()->get<char>() == 'x', "");
|
/external/vulkan-headers/include/vulkan/ |
D | vk_icd.h | 29 // Loader-ICD version negotiation API. Versions add the following features: 33 // Version 2 - Add Loader/ICD Interface version negotiation 35 // Version 3 - Add ICD creation/destruction of KHR_surface objects. 40 // structure during vkCreateInstance. This will tell the ICD 49 // This is defined in vk_layer.h which will be found by the loader, but if an ICD is building again… 56 * The ICD must reserve space for a pointer for the loader's dispatch 58 * The ICD must initialize this variable using the SET_LOADER_MAGIC_VALUE macro.
|
/external/swiftshader/include/vulkan/ |
D | vk_icd.h | 29 // Loader-ICD version negotiation API. Versions add the following features: 33 // Version 2 - Add Loader/ICD Interface version negotiation 35 // Version 3 - Add ICD creation/destruction of KHR_surface objects. 40 // structure during vkCreateInstance. This will tell the ICD 49 // This is defined in vk_layer.h which will be found by the loader, but if an ICD is building again… 56 * The ICD must reserve space for a pointer for the loader's dispatch 58 * The ICD must initialize this variable using the SET_LOADER_MAGIC_VALUE macro.
|
/external/skqp/infra/bots/assets/opencl_ocl_icd_linux/ |
D | create.py | 19 # Use libOpenCL.so from the ocl-icd-opencl-dev Debian package. 21 'ocl-icd-opencl-dev', 22 'ocl-icd-libopencl1',
|
/external/skia/infra/bots/assets/opencl_ocl_icd_linux/ |
D | create.py | 19 # Use libOpenCL.so from the ocl-icd-opencl-dev Debian package. 21 'ocl-icd-opencl-dev', 22 'ocl-icd-libopencl1',
|
/external/mesa3d/include/vulkan/ |
D | vk_icd.h | 29 * Loader-ICD version negotiation API 35 * The ICD must reserve space for a pointer for the loader's dispatch 37 * The ICD must initialize this variable using the SET_LOADER_MAGIC_VALUE macro.
|
/external/mesa3d/src/gallium/targets/opencl/ |
D | Makefile.am | 45 EXTRA_DIST = mesa.icd opencl.sym meson.build 49 icd_DATA = mesa.icd
|
D | meson.build | 68 input : 'mesa.icd.in', 69 output : 'mesa.icd',
|
D | .gitignore | 1 /mesa.icd
|
/external/skqp/infra/bots/recipes/compute_test.expected/ |
D | Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json | 30 "[START_DIR]/tmp/OpenCL/vendors/neo.icd" 37 "name": "write NEO OpenCL ICD"
|
/external/skia/infra/bots/recipes/compute_test.expected/ |
D | Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json | 30 "[START_DIR]/tmp/OpenCL/vendors/neo.icd" 37 "name": "write NEO OpenCL ICD"
|
/external/vulkan-validation-layers/ |
D | BUILD.md | 790 These test require a manual path to an ICD to run properly on MacOS. 794 - MoltenVK ICD 795 - Mock ICD 797 #### Using MoltenVK ICD 801 You will have to direct the loader from Vulkan-Loader to the MoltenVK ICD: 805 #### Using Mock ICD 809 You will have to direct the loader from Vulkan-Loader to the Mock ICD: 811 export VK_ICD_FILENAMES=<path to Vulkan-Tools repository>/build/icd/VkICD_mock_icd.json
|
/external/mesa3d/ |
D | meson_options.txt | 132 choices : ['icd', 'standalone', 'disabled'], 155 'vulkan-icd-dir', 158 …ption : 'Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan/icd.d'
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 33 * These functions implement the WGL API, on top of the ICD DDI, so that the 37 * These functions never get called for ICD drivers, which use exclusively the 38 * ICD DDI, i.e., the Drv* entrypoints.
|
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | use.tests | 10 …441,U+11443:[E_dv.alt=0+275|Ga.icd=0+367|Gha.diag=0@100,0+386|AA_dv.alt=0+208|Candrabindu=0@17,-8+…
|
/external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/ |
D | Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json | 166 "[START_DIR]/tmp/OpenCL/vendors/neo.icd" 169 "name": "write NEO OpenCL ICD"
|
/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
D | Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json | 166 "[START_DIR]/tmp/OpenCL/vendors/neo.icd" 169 "name": "write NEO OpenCL ICD"
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | default.py | 188 # Generate vendors dir contaning the ICD file pointing to the NEO OpenCL 192 self.m.file.write_raw('write NEO OpenCL ICD', 193 vendors_dir.join('neo.icd'),
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
D | default.py | 188 # Generate vendors dir contaning the ICD file pointing to the NEO OpenCL 192 self.m.file.write_raw('write NEO OpenCL ICD', 193 vendors_dir.join('neo.icd'),
|
/external/libxcam/ |
D | README.md | 52 * install ocl-icd-dev, ocl-icd-opencl-dev
|
/external/mesa3d/docs/relnotes/ |
D | 10.6.4.html | 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=73512">Bug 73512</a> - [clover] mesa.icd.… 101 <li>opencl: use versioned .so in mesa.icd</li>
|
/external/mesa3d/src/egl/main/ |
D | 50_mesa.json | 3 "ICD" : { object
|
/external/mesa3d/src/amd/vulkan/ |
D | dev_icd.json.in | 3 "ICD": { object
|
D | radeon_icd.json.in | 3 "ICD": { object
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader_icd.json | 3 "ICD": { object
|