HomeSort by relevance Sort by last modified time
    Searched refs:icd (Results 1 - 17 of 17) sorted by null

  /external/vulkan-validation-layers/loader/
debug_report.c 312 const struct loader_icd *icd; local
339 for (icd = inst->icds; icd; icd = icd->next) {
340 if (!icd->CreateDebugReportCallbackEXT) {
344 res = icd->CreateDebugReportCallbackEXT(
345 icd->instance, pCreateInfo, pAllocator, &icd_info[storage_idx]);
391 for (icd = inst->icds; icd; icd = icd->next)
436 const struct loader_icd *icd; local
462 const struct loader_icd *icd; local
    [all...]
wsi.c 33 // The first ICD/Loader interface that support querying the SurfaceKHR from
124 // enumerated instance extensions. This solves the issue where an ICD or layer
173 struct loader_icd *icd = &ptr_instance->icds[i]; local
174 if (NULL != icd->DestroySurfaceKHR &&
176 icd->DestroySurfaceKHR(
177 icd->instance, icd_surface->real_icd_surfaces[i],
182 // The real_icd_surface for any ICD not supporting the
229 struct loader_icd *icd = phys_dev->this_icd; local
235 assert(icd->GetPhysicalDeviceSurfaceSupportKHR &&
236 "loader: null GetPhysicalDeviceSurfaceSupportKHR ICD pointer")
284 struct loader_icd *icd = phys_dev->this_icd; local
339 struct loader_icd *icd = phys_dev->this_icd; local
395 struct loader_icd *icd = phys_dev->this_icd; local
433 struct loader_icd *icd = loader_get_icd_and_device(device, &dev, &icd_index); local
588 struct loader_icd *icd = &ptr_instance->icds[i]; local
607 struct loader_icd *icd = &ptr_instance->icds[i]; local
655 struct loader_icd *icd = phys_dev->this_icd; local
716 struct loader_icd *icd = &ptr_instance->icds[i]; local
735 struct loader_icd *icd = &ptr_instance->icds[i]; local
785 struct loader_icd *icd = phys_dev->this_icd; local
847 struct loader_icd *icd = &ptr_instance->icds[i]; local
866 struct loader_icd *icd = &ptr_instance->icds[i]; local
917 struct loader_icd *icd = phys_dev->this_icd; local
979 struct loader_icd *icd = &ptr_instance->icds[i]; local
998 struct loader_icd *icd = &ptr_instance->icds[i]; local
1049 struct loader_icd *icd = phys_dev->this_icd; local
1110 struct loader_icd *icd = &ptr_instance->icds[i]; local
1129 struct loader_icd *icd = &ptr_instance->icds[i]; local
1178 struct loader_icd *icd = phys_dev->this_icd; local
1269 struct loader_icd *icd = phys_dev->this_icd; local
1309 struct loader_icd *icd = phys_dev->this_icd; local
1349 struct loader_icd *icd = phys_dev->this_icd; local
1386 struct loader_icd *icd = phys_dev->this_icd; local
1425 struct loader_icd *icd = phys_dev->this_icd; local
1462 struct loader_icd *icd = phys_dev->this_icd; local
    [all...]
extensions.c 56 struct loader_icd *icd = phys_dev->this_icd; local
58 if (!icd->GetPhysicalDeviceExternalImageFormatPropertiesNV) {
63 if (!icd->GetPhysicalDeviceImageFormatProperties) {
71 return icd->GetPhysicalDeviceImageFormatProperties(
76 return icd->GetPhysicalDeviceExternalImageFormatPropertiesNV(
loader.c 415 struct loader_icd *icd = loader_get_icd_and_device(device, &dev, NULL); local
417 if (!icd) {
1360 struct loader_icd *icd; local
1376 struct loader_icd *icd; local
3255 struct loader_icd *icd = loader_get_icd_and_device(device, &dev, NULL); local
3272 struct loader_icd *icd = loader_get_icd_and_device(device, &dev, NULL); local
3309 struct loader_icd *icd = &inst->icds[i]; local
3340 struct loader_icd *icd; local
4111 struct loader_icd *icd; local
4408 struct loader_icd *icd; local
4502 struct loader_icd *icd = phys_dev->this_icd; local
4513 struct loader_icd *icd = phys_dev->this_icd; local
4525 struct loader_icd *icd = phys_dev->this_icd; local
4536 struct loader_icd *icd = phys_dev->this_icd; local
4548 struct loader_icd *icd = phys_dev->this_icd; local
4562 struct loader_icd *icd = phys_dev->this_icd; local
4580 struct loader_icd *icd = phys_dev->this_icd; local
4605 struct loader_icd *icd = phys_dev->this_icd; local
    [all...]
loader.h 169 VkDevice device; // device object from the icd
178 /* per ICD structure */
184 VkInstance instance; // instance object from the icd
251 // per ICD library structure
287 VkInstance instance; // layers/ICD instance returned to trampoline
320 * driver (multiple ICD/gpu case). This can be accomplished by wrapping the
343 VkPhysicalDevice phys_dev; // object from ICD
393 "Incompatible ICD, first dword must be initialized to "
524 struct loader_icd *icd,
527 struct loader_icd *icd,
    [all...]
table_ops.h 34 struct loader_icd *icd = loader_get_icd_and_device(dev, &found_dev, NULL); local
36 if (icd)
37 loader_log(icd->this_instance, VK_DEBUG_REPORT_ERROR_BIT_EXT, 0,
    [all...]
trampoline.c 69 // Device extensions are returned if a layer or ICD supports the extension.
174 /* Scan/discover all ICD libraries */
180 /* get extensions from all ICD's, merge so no duplicates */
365 /* Scan/discover all ICD libraries */
372 /* get extensions from all ICD's, merge so no duplicates, then validate */
664 /* Get the physical device (ICD) extensions */
728 // to passing the work along to the ICD.
759 struct loader_icd *icd = loader_get_icd_and_device(device, &dev, NULL); local
760 const struct loader_instance *inst = icd->this_instance;
765 loader_remove_logical_device(inst, icd, dev, pAllocator)
    [all...]
  /external/clang/test/SemaCXX/
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/fio/
io_u.c 1135 static void lat_fatal(struct thread_data *td, struct io_completion_data *icd,
1141 icd->error = ETIMEDOUT;
1760 struct io_completion_data icd; local
1789 struct io_completion_data icd; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 1743 int icd; \/* member of this class (index) *\/ member in struct:quick_procedure
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.0/
auto-value-1.0.jar 

Completed in 602 milliseconds