Home
last modified time | relevance | path

Searched refs:physical (Results 1 - 25 of 56) sorted by relevance

123

/third_party/mesa3d/src/intel/vulkan/
H A Danv_measure.c90 return cmd_buffer->device->physical->measure_device.config; in config_from_command_buffer()
136 struct anv_physical_device *device = cmd_buffer->device->physical; in anv_measure_start_snapshot()
197 struct anv_physical_device *device = cmd_buffer->device->physical; in anv_measure_end_snapshot()
325 intel_measure_gather(&device->physical->measure_device, in anv_measure_reset()
343 struct anv_physical_device *physical = device->physical; in anv_measure_destroy() local
353 intel_measure_gather(&physical->measure_device, &physical->info); in anv_measure_destroy()
363 return device->physical->measure_device.config; in config_from_device()
389 struct intel_measure_device *measure_device = &cmd_buffer->device->physical in _anv_measure_submit()
[all...]
H A Danv_wsi.c82 wsi_common_acquire_next_image2(&device->physical->wsi_device, in anv_AcquireNextImage2KHR()
100 if (device->physical->memory.need_clflush) { in anv_QueuePresentKHR()
110 result = wsi_common_queue_present(&device->physical->wsi_device, in anv_QueuePresentKHR()
H A Danv_perf.c141 if (intel_perf_has_global_sseu(device->physical->perf) && in anv_device_perf_open()
144 properties[p++] = (uintptr_t) &device->physical->perf->sseu; in anv_device_perf_open()
164 if (!device->physical->perf) in anv_InitializePerformanceApiINTEL()
178 if (!device->physical->perf) in anv_GetPerformanceParameterINTEL()
227 intel_perf_load_configuration(device->physical->perf, device->fd, in anv_AcquirePerformanceConfigurationINTEL()
235 intel_perf_store_configuration(device->physical->perf, device->fd, in anv_AcquirePerformanceConfigurationINTEL()
409 struct intel_perf_config *perf = device->physical->perf; in anv_AcquireProfilingLockKHR()
H A Danv_queue.c36 struct anv_physical_device *pdevice = device->physical; in anv_queue_init()
46 &device->physical->sync_syncobj_type, in anv_queue_init()
H A Danv_utrace.c116 result = vk_sync_create(&device->vk, &device->physical->sync_syncobj_type, in anv_device_utrace_flush_cmd_buffers()
230 device->physical->cmd_emit_timestamp(&cmd_buffer->batch, device, in anv_utrace_record_ts()
288 device->physical->local_minor - 128, in anv_device_utrace_init()
H A Danv_allocator.c385 pool->use_relocations = anv_use_relocations(device->physical); in anv_block_pool_init()
1587 struct anv_physical_device *pdevice = device->physical; in anv_bo_alloc_flags_to_bo_flags()
1670 anv_perf_warn(VK_LOG_NO_OBJS(&device->physical->instance->vk.base), in anv_device_alloc_bo()
1673 if (!device->physical->has_implicit_ccs) in anv_device_alloc_bo()
1699 if (anv_physical_device_has_vram(device->physical)) { in anv_device_alloc_bo()
1705 regions[nregions++] = device->physical->vram_non_mappable.region; in anv_device_alloc_bo()
1707 regions[nregions++] = device->physical->sys.region; in anv_device_alloc_bo()
1714 regions[nregions++] = device->physical->sys.region; in anv_device_alloc_bo()
1847 (device->physical->has_implicit_ccs && device->info.has_aux_map)); in anv_device_import_bo_from_host_ptr()
1937 (device->physical in anv_device_import_bo()
[all...]
H A DgenX_query.c69 const struct anv_physical_device *pdevice = device->physical; in CreateQueryPool()
339 const struct anv_physical_device *pdevice = device->physical; in khr_perf_query_ensure_relocs()
558 const struct anv_physical_device *pdevice = device->physical; in GetQueryPoolResults()
579 const struct intel_perf_query_info *query = &device->physical->perf->queries[0]; in GetQueryPoolResults()
870 &cmd_buffer->device->physical->perf->query_layout; in emit_perf_intel_query()
974 const struct anv_physical_device *pdevice = cmd_buffer->device->physical; in CmdBeginQueryIndexedEXT()
1177 const struct anv_physical_device *pdevice = cmd_buffer->device->physical; in CmdEndQueryIndexedEXT()
H A Danv_util.c54 VK_LOG_NO_OBJS(device->physical->instance), file, line, in __anv_perf_warn()
H A Danv_measure.h59 if (unlikely(device->physical->measure_device.config)) \
H A Danv_descriptor_set.c310 const struct anv_physical_device *pdevice = device->physical; in anv_GetDescriptorSetLayoutSupport()
540 anv_descriptor_data_for_mutable_type(device->physical, mutable_info, b) : in anv_CreateDescriptorSetLayout()
541 anv_descriptor_data_for_type(device->physical, binding->descriptorType); in anv_CreateDescriptorSetLayout()
595 anv_descriptor_size_for_mutable_type(device->physical, mutable_info, b) : in anv_CreateDescriptorSetLayout()
882 anv_descriptor_data_for_mutable_type(device->physical, mutable_info, i) : in anv_CreateDescriptorPool()
883 anv_descriptor_data_for_type(device->physical, pCreateInfo->pPoolSizes[i].type); in anv_CreateDescriptorPool()
890 anv_descriptor_size_for_mutable_type(device->physical, mutable_info, i) : in anv_CreateDescriptorPool()
1438 anv_descriptor_data_for_type(device->physical, type) : in anv_descriptor_set_write_image_view()
1540 anv_descriptor_data_for_type(device->physical, type) : in anv_descriptor_set_write_buffer_view()
1618 anv_descriptor_data_for_type(device->physical, typ in anv_descriptor_set_write_buffer()
[all...]
H A Danv_pipeline.c56 const struct anv_physical_device *pdevice = device->physical; in anv_shader_stage_to_nir()
310 device->physical->instance->limit_trig_input_range; in populate_base_prog_key()
484 if (device->physical->instance->sample_mask_out_opengl_behaviour) in populate_wm_prog_key()
593 const bool afs = device->physical->instance->assume_full_subgroups; in anv_pipeline_hash_compute()
655 pipeline->device->physical->compiler; in anv_pipeline_stage_get_nir()
696 const struct anv_physical_device *pdevice = pipeline->device->physical; in anv_pipeline_lower_nir()
1234 intel_disassemble(&pipeline->device->physical->compiler->isa, in anv_pipeline_add_executable()
1515 const struct brw_compiler *compiler = pipeline->base.device->physical->compiler; in anv_graphics_pipeline_compile()
1793 const struct brw_compiler *compiler = device->physical->compiler; in anv_pipeline_compile_cs()
1863 if (device->physical in anv_pipeline_compile_cs()
[all...]
H A Danv_gem.c149 if (device->physical->has_mmap_offset) in anv_gem_mmap()
179 if (device->physical->has_userptr_probe) in anv_gem_userptr()
H A Danv_batch_chain.c488 if (anv_use_relocations(cmd_buffer->device->physical)) { in anv_batch_bo_link()
623 assert(!anv_use_relocations(cmd_buffer_from->device->physical)); in anv_cmd_buffer_record_chain_submit()
653 assert(!anv_use_relocations(cmd_buffer->device->physical)); in anv_cmd_buffer_record_end_submit()
1013 } else if (cmd_buffer->device->physical->use_call_secondary) { in anv_cmd_buffer_end_batch_buffer()
1688 if (anv_use_relocations(cmd_buffer->device->physical)) { in setup_execbuf_for_cmd_buffer()
1769 if (!anv_use_relocations(device->physical)) { in setup_execbuf_for_cmd_buffers()
1897 if (!anv_use_relocations(device->physical)) in setup_execbuf_for_cmd_buffers()
1914 if (device->physical->memory.need_clflush) { in setup_execbuf_for_cmd_buffers()
2001 if (device->physical->memory.need_clflush) in setup_utrace_execbuf()
2438 if (device->physical in anv_queue_submit_simple_batch()
[all...]
H A Danv_device.c100 UNUSED struct anv_instance *instance = device->physical->instance; in compiler_debug_log()
1201 /* Error creating the physical device, report the error. */ in anv_enumerate_physical_devices()
2965 if (device->physical->memory.need_clflush) in anv_device_init_trivial_batch()
3042 assert(device->physical->supports_48bit_addresses && in intel_aux_map_buffer_alloc()
3043 device->physical->use_softpin); in intel_aux_map_buffer_alloc()
3162 device->physical = physical_device; in anv_CreateDevice()
3179 if (device->physical->engine_info) { in anv_CreateDevice()
3236 uint32_t exec_flags = device->physical->engine_info ? in anv_CreateDevice()
3628 if (!anv_use_relocations(device->physical)) in anv_DestroyDevice()
3639 if (!anv_use_relocations(device->physical)) { in anv_DestroyDevice()
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c339 struct disk_cache *disk_cache = cache->base.device->physical->disk_cache; in vk_pipeline_cache_lookup_object()
424 struct disk_cache *disk_cache = cache->base.device->physical->disk_cache; in vk_pipeline_cache_add_object()
558 find_ops_for_type(cache->base.device->physical, type); in vk_pipeline_cache_load()
595 device->physical->dispatch_table.GetPhysicalDeviceProperties( in vk_pipeline_cache_create()
596 vk_physical_device_to_handle(device->physical), &pdevice_props); in vk_pipeline_cache_create()
711 int32_t type = find_type_for_ops(device->physical, object->ops); in vk_common_GetPipelineCacheData()
H A Dvk_fence.c112 get_fence_sync_type(device->physical, handle_types); in vk_fence_create()
115 assert(get_fence_sync_type(device->physical, 0) != NULL); in vk_fence_create()
363 get_fence_sync_type(device->physical, handle_type); in vk_common_ImportFenceFdKHR()
H A Dvk_semaphore.c144 get_semaphore_sync_type(device->physical, semaphore_type, handle_types); in vk_common_CreateSemaphore()
147 assert(get_semaphore_sync_type(device->physical, semaphore_type, 0) != NULL); in vk_common_CreateSemaphore()
417 get_semaphore_sync_type(device->physical, semaphore->type, handle_type); in vk_common_ImportSemaphoreFdKHR()
/third_party/python/Lib/msilib/
H A D__init__.py227 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None):
233 None), the path to the physical directory, and a logical directory name.
246 self.physical = physical
254 self.absolute = os.path.join(basedir.absolute, physical)
257 self.absolute = physical
/third_party/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_free_list_only.c39 .physical = &physical_device, in main()
H A Dstate_pool.c40 .physical = &physical_device, in main()
H A Dblock_pool_grow_first.c33 .physical = &physical_device, in main()
H A Dstate_pool_padding.c33 .physical = &physical_device, in main()
H A Dstate_pool_no_free.c60 .physical = &physical_device, in run_test()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c38 container_of(device->vk.physical->instance, struct dzn_instance, vk); in dzn_meta_compile_shader()
118 container_of(device->vk.physical->instance, struct dzn_instance, vk); in dzn_meta_indirect_draw_init()
268 container_of(device->vk.physical->instance, struct dzn_instance, vk); in dzn_meta_triangle_fan_rewrite_index_init()
744 container_of(device->vk.physical->instance, struct dzn_instance, vk); in dzn_meta_blits_init()
/third_party/skia/src/sfnt/
H A DSkOTUtils.cpp157 unsigned char* physical = data + originalDataSize + nameTablePhysicalSize; in RenameFont() local
158 for (; logical < physical; ++logical) { in RenameFont()

Completed in 29 milliseconds

123