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

  /external/vulkan-validation-layers/loader/
extension_manual.c 542 uint8_t icd_index = phys_dev_term->icd_index; local
546 if (icd_surface->real_icd_surfaces != NULL && (void *)icd_surface->real_icd_surfaces[icd_index] != NULL) {
548 info_copy.surface = icd_surface->real_icd_surfaces[icd_index];
570 if (icd_surface->real_icd_surfaces != NULL && (void *)icd_surface->real_icd_surfaces[icd_index] != NULL) {
571 surface = icd_surface->real_icd_surfaces[icd_index];
603 uint8_t icd_index = phys_dev_term->icd_index; local
607 if (icd_surface->real_icd_surfaces != NULL && (void *)icd_surface->real_icd_surfaces[icd_index] != NULL) {
609 info_copy.surface = icd_surface->real_icd_surfaces[icd_index];
676 uint8_t icd_index = phys_dev_term->icd_index; local
    [all...]
wsi.c 216 if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
218 phys_dev_term->phys_dev, queueFamilyIndex, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSupported);
262 if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
264 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSurfaceCapabilities);
310 if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
312 icd_surface->real_icd_surfaces[phys_dev_term->icd_index],
360 if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
362 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pPresentModeCount, pPresentModes);
383 uint32_t icd_index = 0; local
385 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index);
1363 uint32_t icd_index = 0; local
    [all...]
loader.h 327 uint8_t icd_index; member in struct:loader_physical_device_term
449 struct loader_icd_term *loader_get_icd_and_device(const VkDevice device, struct loader_device **found_dev, uint32_t *icd_index);
loader.c     [all...]

Completed in 6480 milliseconds