| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_nir.h | 44 anv_nir_ssbo_addr_format(const struct anv_physical_device *pdevice, argument 47 if (pdevice->has_a64_buffer_access) { 58 anv_nir_ubo_addr_format(const struct anv_physical_device *pdevice, argument 61 if (pdevice->has_a64_buffer_access) { 73 void anv_nir_apply_pipeline_layout(const struct anv_physical_device *pdevice, 79 void anv_nir_compute_push_layout(const struct anv_physical_device *pdevice,
|
| H A D | anv_device.c | 686 anv_physical_device_init_queue_families(struct anv_physical_device *pdevice) argument 690 if (pdevice->engine_info) { 692 anv_gem_count_engines(pdevice->engine_info, I915_ENGINE_CLASS_RENDER); 699 pdevice->queue.families[family_count++] = (struct anv_queue_family) { 708 pdevice->queue.families[family_count++] = (struct anv_queue_family) { 716 pdevice->queue.families[family_count++] = (struct anv_queue_family) { 729 pdevice->queue.families[family_count++] = (struct anv_queue_family) { 739 pdevice->queue.family_count = family_count; 1141 list_for_each_entry_safe(struct anv_physical_device, pdevice, 1143 anv_physical_device_destroy(pdevice); 1176 struct anv_physical_device *pdevice; local in function:anv_enumerate_physical_devices 1325 anv_get_physical_device_features_1_1(struct anv_physical_device * pdevice,VkPhysicalDeviceVulkan11Features * f) argument 1345 anv_get_physical_device_features_1_2(struct anv_physical_device * pdevice,VkPhysicalDeviceVulkan12Features * f) argument 1958 anv_get_physical_device_properties_1_1(struct anv_physical_device * pdevice,VkPhysicalDeviceVulkan11Properties * p) argument 2012 anv_get_physical_device_properties_1_2(struct anv_physical_device * pdevice,VkPhysicalDeviceVulkan12Properties * p) argument 3612 struct anv_physical_device *pdevice = device->physical; local in function:anv_AllocateMemory [all...] |
| H A D | anv_wsi.c | 32 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); 33 return vk_instance_get_proc_addr_unchecked(&pdevice->instance->vk, pName);
|
| H A D | genX_query.c | 67 const struct anv_physical_device *pdevice = device->physical; local in function:genX 122 &pdevice->perf->query_layout; 136 &pdevice->perf->query_layout; 140 n_passes = intel_perf_get_n_passes(pdevice->perf, 184 intel_perf_get_counters_passes(pdevice->perf, 190 intel_perf_get_n_passes(pdevice->perf, 333 const struct anv_physical_device *pdevice = device->physical; local in function:khr_perf_query_ensure_relocs 337 pdevice->n_perf_query_commands * sizeof(*cmd_buffer->self_mod_locations), 8, 550 const struct anv_physical_device *pdevice = device->physical; local in function:genX 561 anv_perf_write_pass_results(pdevice 938 const struct anv_physical_device *pdevice = cmd_buffer->device->physical; local in function:genX 1126 const struct anv_physical_device *pdevice = cmd_buffer->device->physical; local in function:genX [all...] |
| H A D | anv_nir_compute_push_layout.c | 32 anv_nir_compute_push_layout(const struct anv_physical_device *pdevice, argument 39 const struct brw_compiler *compiler = pdevice->compiler; 87 pdevice->info.verx10 >= 75 &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_nir.h | 44 anv_nir_ssbo_addr_format(const struct anv_physical_device *pdevice, argument 47 if (pdevice->has_a64_buffer_access) { 57 void anv_nir_apply_pipeline_layout(const struct anv_physical_device *pdevice,
|
| H A D | anv_wsi_display.c | 34 ANV_FROM_HANDLE(anv_physical_device, pdevice, physical_device); 38 &pdevice->wsi_device, 49 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); 52 physicalDevice, &pdevice->wsi_device, 62 ANV_FROM_HANDLE(anv_physical_device, pdevice, physical_device); 65 physical_device, &pdevice->wsi_device, 75 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); 78 physicalDevice, &pdevice->wsi_device, 88 ANV_FROM_HANDLE(anv_physical_device, pdevice, physical_device); 91 &pdevice [all...] |
| H A D | anv_device.c | 932 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); 955 .textureCompressionETC2 = pdevice->info.gen >= 8 || 956 pdevice->info.is_baytrail, 957 .textureCompressionASTC_LDR = pdevice->info.gen >= 9, /* FINISHME CHV */ 974 .shaderFloat64 = pdevice->info.gen >= 8 && 975 pdevice->info.has_64bit_types, 976 .shaderInt64 = pdevice->info.gen >= 8 && 977 pdevice->info.has_64bit_types, 978 .shaderInt16 = pdevice->info.gen >= 8, 979 .shaderResourceMinLod = pdevice 2721 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local in function:anv_AllocateMemory 2957 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local in function:anv_GetMemoryFdPropertiesKHR 2991 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local in function:anv_GetMemoryHostPointerPropertiesEXT 3011 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local in function:anv_FreeMemory 3176 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local in function:anv_GetBufferMemoryRequirements 3246 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local in function:anv_GetImageMemoryRequirements 3284 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local in function:anv_GetImageMemoryRequirements2 [all...] |
| H A D | anv_wsi.c | 243 struct anv_physical_device *pdevice = &device->instance->physicalDevice; local in function:anv_AcquireNextImage2KHR 245 VkResult result = wsi_common_acquire_next_image2(&pdevice->wsi_device, 266 struct anv_physical_device *pdevice = local in function:anv_QueuePresentKHR 269 return wsi_common_queue_present(&pdevice->wsi_device,
|
| H A D | anv_nir_apply_pipeline_layout.c | 37 const struct anv_physical_device *pdevice; member in struct:apply_pipeline_layout_state 374 if (state->pdevice->has_a64_buffer_access && 527 anv_descriptor_type_size(state->pdevice, desc_type); 556 if (state->pdevice->has_a64_buffer_access && 660 if (state->pdevice->has_a64_buffer_access) { 735 const bool use_bindless = state->pdevice->has_bindless_images; 934 assert(state->pdevice->info.gen == 7 && !state->pdevice->info.is_haswell); 1005 if (state->pdevice->info.gen == 7 && !state->pdevice 1097 anv_nir_apply_pipeline_layout(const struct anv_physical_device * pdevice,bool robust_buffer_access,struct anv_pipeline_layout * layout,nir_shader * shader,struct brw_stage_prog_data * prog_data,struct anv_pipeline_bind_map * map) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_wsi_display.c | 50 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 54 &pdevice->wsi_device, 64 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 68 &pdevice->wsi_device, 79 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 83 &pdevice->wsi_device, 94 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 98 &pdevice->wsi_device, 109 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 113 &pdevice [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_physical_device.c | 30 vk_physical_device_init(struct vk_physical_device *pdevice, argument 35 memset(pdevice, 0, sizeof(*pdevice)); 36 vk_object_base_init(NULL, &pdevice->base, VK_OBJECT_TYPE_PHYSICAL_DEVICE); 37 pdevice->instance = instance; 40 pdevice->supported_extensions = *supported_extensions; 42 pdevice->dispatch_table = *dispatch_table; 46 &pdevice->dispatch_table, &vk_common_physical_device_entrypoints, false); 77 VK_FROM_HANDLE(vk_physical_device, pdevice, physicalDevice); 81 if (!pdevice [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_wsi.c | 29 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice); 32 func = vk_instance_dispatch_table_get(&pdevice->vk.instance->dispatch_table, pName); 36 func = vk_physical_device_dispatch_table_get(&pdevice->vk.dispatch_table, pName); 75 struct lvp_physical_device *pdevice = device->physical_device; local in function:lvp_AcquireNextImage2KHR 77 VkResult result = wsi_common_acquire_next_image2(&pdevice->wsi_device,
|
| H A D | lvp_device.c | 399 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice); 400 bool indirect = false;//pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_GLSL_FEATURE_LEVEL) >= 400; 405 .imageCubeArray = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_CUBE_MAP_ARRAY) != 0), 407 .geometryShader = (pdevice->pscreen->get_shader_param(pdevice->pscreen, PIPE_SHADER_GEOMETRY, PIPE_SHADER_CAP_MAX_INSTRUCTIONS) != 0), 408 .tessellationShader = (pdevice->pscreen->get_shader_param(pdevice->pscreen, PIPE_SHADER_TESS_EVAL, PIPE_SHADER_CAP_MAX_INSTRUCTIONS) != 0), 409 .sampleRateShading = (pdevice 451 lvp_get_physical_device_features_1_1(struct lvp_physical_device * pdevice,VkPhysicalDeviceVulkan11Features * f) argument 471 lvp_get_physical_device_features_1_2(struct lvp_physical_device * pdevice,VkPhysicalDeviceVulkan12Features * f) argument 829 lvp_get_physical_device_properties_1_1(struct lvp_physical_device * pdevice,VkPhysicalDeviceVulkan11Properties * p) argument 855 lvp_get_physical_device_properties_1_2(struct lvp_physical_device * pdevice,VkPhysicalDeviceVulkan12Properties * p) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_wsi.c | 36 V3DV_FROM_HANDLE(v3dv_physical_device, pdevice, physicalDevice); 39 func = vk_instance_dispatch_table_get(&pdevice->vk.instance->dispatch_table, pName); 43 func = vk_physical_device_dispatch_table_get(&pdevice->vk.dispatch_table, pName); 53 V3DV_FROM_HANDLE(v3dv_physical_device, pdevice, _pdevice); 62 ret = drmGetDevice2(pdevice->display_fd, 0, &display_devinfo); 157 struct v3dv_physical_device *pdevice = &instance->physicalDevice; local in function:v3dv_CreateSwapchainKHR 161 v3dv_physical_device_acquire_display(instance, pdevice, surface); 196 struct v3dv_physical_device *pdevice = &device->instance->physicalDevice; local in function:v3dv_AcquireNextImage2KHR 199 result = wsi_common_acquire_next_image2(&pdevice->wsi_device, _device, 204 drmSyncobjSignal(pdevice [all...] |
| H A D | v3dv_device.c | 512 struct v3dv_physical_device *pdevice) 515 pdevice->display_fd = create_display_fd_wayland(NULL); 519 if (pdevice->display_fd == -1) 520 pdevice->display_fd = create_display_fd_xcb(NULL); 524 if (pdevice->display_fd == - 1 && pdevice->master_fd >= 0) 525 pdevice->display_fd = dup(pdevice->master_fd); 536 struct v3dv_physical_device *pdevice, 546 pdevice 511 acquire_display_device_no_surface(struct v3dv_instance * instance,struct v3dv_physical_device * pdevice) argument 535 acquire_display_device_surface(struct v3dv_instance * instance,struct v3dv_physical_device * pdevice,VkIcdSurfaceBase * surface) argument 568 v3dv_physical_device_acquire_display(struct v3dv_instance * instance,struct v3dv_physical_device * pdevice,VkIcdSurfaceBase * surface) argument 2077 struct v3dv_physical_device *pdevice = &device->instance->physicalDevice; local in function:v3dv_AllocateMemory 2481 struct v3dv_physical_device *pdevice = &device->instance->physicalDevice; local in function:v3dv_GetMemoryFdPropertiesKHR [all...] |
| H A D | v3dv_queue.c | 141 int ret = drmSyncobjWait(device->pdevice->render_fd, 520 int render_fd = device->pdevice->render_fd; 559 int render_fd = device->pdevice->render_fd; 650 int ret = v3dv_ioctl(device->pdevice->render_fd, 681 int ret = v3dv_ioctl(device->pdevice->render_fd, 718 int ret = v3dv_ioctl(device->pdevice->render_fd, 1072 int ret = drmSyncobjCreate(device->pdevice->render_fd, 0, &sem->sync); 1144 int render_fd = device->pdevice->render_fd; 1214 int render_fd = device->pdevice->render_fd; 1245 destroy_syncobj(device->pdevice [all...] |
| H A D | v3dv_formats.c | 91 image_format_features(struct v3dv_physical_device *pdevice, argument 137 if (v3dv_X(pdevice, format_supports_blending)(v3dv_format)) local in function:image_format_features 232 V3DV_FROM_HANDLE(v3dv_physical_device, pdevice, physicalDevice); 233 const struct v3dv_format *v3dv_format = v3dv_X(pdevice, get_format)(format); 237 image_format_features(pdevice, format, v3dv_format, VK_IMAGE_TILING_LINEAR), 239 image_format_features(pdevice, format, v3dv_format, VK_IMAGE_TILING_OPTIMAL),
|
| H A D | v3dv_bo.c | 140 int ret = v3dv_ioctl(device->pdevice->render_fd, DRM_IOCTL_GEM_CLOSE, &c); 237 int ret = v3dv_ioctl(device->pdevice->render_fd, 280 int ret = v3dv_ioctl(device->pdevice->render_fd, 288 device->pdevice->render_fd, map.offset); 310 return v3dv_ioctl(device->pdevice->render_fd,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_wsi.c | 36 VK_FROM_HANDLE(panvk_physical_device, pdevice, physicalDevice); 37 return vk_instance_get_proc_addr_unchecked(&pdevice->instance->vk, pName); 77 struct panvk_physical_device *pdevice = device->physical_device; local in function:panvk_AcquireNextImage2KHR 80 wsi_common_acquire_next_image2(&pdevice->wsi_device, _device,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_wsi.c | 35 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice); 36 return vk_instance_get_proc_addr_unchecked(&pdevice->instance->vk, pName); 76 struct tu_physical_device *pdevice = device->physical_device; local in function:tu_AcquireNextImage2KHR 79 &pdevice->wsi_device, _device, pAcquireInfo, pImageIndex);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_wsi.c | 35 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); 36 return vk_instance_get_proc_addr_unchecked(&pdevice->instance->vk, pName); 80 struct radv_physical_device *pdevice = device->physical_device; local in function:radv_AcquireNextImage2KHR 85 wsi_common_acquire_next_image2(&pdevice->wsi_device, _device, pAcquireInfo, pImageIndex);
|
| H A D | radv_cs.h | 115 radeon_set_sh_reg_idx(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs, argument 123 if (pdevice->rad_info.chip_class < GFX10) 159 radeon_set_uconfig_reg_idx(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs, argument 167 if (pdevice->rad_info.chip_class < GFX9 || 168 (pdevice->rad_info.chip_class == GFX9 && pdevice->rad_info.me_fw_version < 26))
|
| H A D | radv_device.c | 300 radv_get_compiler_string(struct radv_physical_device *pdevice) argument 302 if (!pdevice->use_llvm) { 307 if (driQueryOptionb(&pdevice->instance->dri_options, "radv_report_llvm9_version_string")) { 1010 list_for_each_entry_safe(struct radv_physical_device, pdevice, &instance->physical_devices, link) 1012 radv_physical_device_destroy(pdevice); 1039 struct radv_physical_device *pdevice; local in function:radv_enumerate_physical_devices 1041 result = radv_physical_device_try_create(instance, NULL, &pdevice); 1045 list_addtail(&pdevice->link, &instance->physical_devices); 1065 struct radv_physical_device *pdevice; local in function:radv_enumerate_physical_devices 1066 result = radv_physical_device_try_create(instance, devices[i], &pdevice); 1196 radv_get_physical_device_features_1_1(struct radv_physical_device * pdevice,VkPhysicalDeviceVulkan11Features * f) argument 1216 radv_get_physical_device_features_1_2(struct radv_physical_device * pdevice,VkPhysicalDeviceVulkan12Features * f) argument 1665 radv_uniform_buffer_offset_alignment(const struct radv_physical_device * pdevice) argument 1826 radv_get_physical_device_properties_1_1(struct radv_physical_device * pdevice,VkPhysicalDeviceVulkan11Properties * p) argument 1856 radv_get_physical_device_properties_1_2(struct radv_physical_device * pdevice,VkPhysicalDeviceVulkan12Properties * p) argument 2287 radv_get_physical_device_queue_family_properties(struct radv_physical_device * pdevice,uint32_t * pCount,VkQueueFamilyProperties ** pQueueFamilyProperties) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common.h | 102 VkPhysicalDevice pdevice; member in struct:wsi_device 176 bool (*can_present_on_device)(VkPhysicalDevice pdevice, int fd); 218 VkPhysicalDevice pdevice,
|