/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-property-probe.c | 120 const gchar * device_handle, gchar ** device_name) in gst_oss4_property_probe_find_device_name() 165 const gchar * device_handle, gchar ** device_name) in gst_oss4_property_probe_find_device_name_nofd()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_device.c | 146 amdgpu_device_handle *device_handle) in amdgpu_device_initialize() 288 drm_public int amdgpu_device_get_fd(amdgpu_device_handle device_handle) in amdgpu_device_get_fd()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window_dummy.cpp | 256 ID3D11Device *device_handle = in gst_d3d11_window_dummy_setup_fallback_texture() local 336 ID3D11Device *device_handle; in gst_d3d11_window_dummy_open_shared_handle() local 468 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device); in gst_d3d11_window_dummy_release_shared_handle() local
|
D | plugin.cpp | 177 ID3D11Device *device_handle; in plugin_init() local
|
D | gstd3d11shader.cpp | 96 ID3D11Device *device_handle; in compile_shader() local 160 ID3D11Device *device_handle; in gst_d3d11_create_pixel_shader() local 191 ID3D11Device *device_handle; in gst_d3d11_create_vertex_shader() local
|
D | gstd3d11screencapture.cpp | 257 ID3D11Device *device_handle; in Init() local 365 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device); in DrawMouse() local 549 ID3D11Device *device_handle = nullptr; in CopyToTexture() local 671 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device); in InitShader() local 779 ID3D11Device *device_handle = in GetMouse() local 808 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device_); in GetFrame() local 988 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device_); in CopyMove() local 1178 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device_); in CopyDirty() local 1312 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device_); in ProcessMonoMask() local
|
D | gstd3d11upload.cpp | 374 ID3D11Device *device_handle; in gst_d3d11_upload_decide_allocation() local 476 ID3D11Device *device_handle = in gst_d3d11_upload_can_use_staging_buffer() local
|
D | gstd3d11window.cpp | 287 ID3D11Device *device_handle; in gst_d3d11_window_on_resize_default() local 441 ID3D11Device *device_handle; in gst_d3d11_window_prepare_default() local 891 ID3D11Device *device_handle = in gst_d3d111_window_present() local
|
D | gstd3d11window_win32.cpp | 82 HDC device_handle; member 888 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device); in create_swap_chain() local 912 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device); in create_swap_chain_for_hwnd() local
|
D | gstd3d11overlaycompositor.cpp | 127 ID3D11Device *device_handle; in gst_d3d11_composition_overlay_new() local 321 ID3D11Device *device_handle; in gst_d3d11_overlay_compositor_setup_shader() local
|
D | gstd3d11convert.cpp | 1176 ID3D11Device *device_handle; in gst_d3d11_base_convert_propose_allocation() local 1300 ID3D11Device *device_handle; in gst_d3d11_base_convert_decide_allocation() local 1397 ID3D11Device *device_handle; in create_shader_input_resource() local 1607 ID3D11Device *device_handle; in create_shader_output_resource() local 2036 ID3D11Device *device_handle; in gst_d3d11_base_convert_transform() local
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | plugin.c | 119 ID3D11Device *device_handle; in get_d3d11_devices() local
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | d3d11device.cpp | 124 ID3D11Device *device_handle, *device_handle_clone; in GST_START_TEST() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11memory.cpp | 298 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device); in gst_d3d11_allocate_staging_texture() local 647 ID3D11Device *device_handle; in create_shader_resource_views() local 815 ID3D11Device *device_handle; in create_render_target_views() local 1261 ID3D11Device *device_handle = gst_d3d11_device_get_device_handle (device); in gst_d3d11_memory_copy() local 1423 ID3D11Device *device_handle; in gst_d3d11_allocator_alloc_internal() local 1597 ID3D11Device *device_handle; in gst_d3d11_pool_allocator_start() local
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_application.cc | 221 for (auto device_handle : GetPhysicalDevices()) { in AcquireFirstCompatibleLogicalDevice() local
|
/third_party/vulkan-loader/tests/framework/layer/ |
D | test_layer.h | 180 VkDevice device_handle = VK_NULL_HANDLE; member
|
/third_party/libdrm/tests/amdgpu/ |
D | basic_tests.c | 45 static amdgpu_device_handle device_handle; variable 1452 amdgpu_test_exec_cs_helper_raw(amdgpu_device_handle device_handle, in amdgpu_test_exec_cs_helper_raw() 2635 static void amdgpu_memset_dispatch_test(amdgpu_device_handle device_handle, in amdgpu_memset_dispatch_test() 2781 static void amdgpu_memcpy_dispatch_test(amdgpu_device_handle device_handle, in amdgpu_memcpy_dispatch_test() 2997 void amdgpu_dispatch_hang_helper(amdgpu_device_handle device_handle, uint32_t ip_type) in amdgpu_dispatch_hang_helper() 3021 static void amdgpu_memcpy_dispatch_hang_slow_test(amdgpu_device_handle device_handle, in amdgpu_memcpy_dispatch_hang_slow_test() 3178 void amdgpu_dispatch_hang_slow_helper(amdgpu_device_handle device_handle, uint32_t ip_type) in amdgpu_dispatch_hang_slow_helper() 3719 void amdgpu_memset_draw(amdgpu_device_handle device_handle, in amdgpu_memset_draw() 3833 static void amdgpu_memset_draw_test(amdgpu_device_handle device_handle, in amdgpu_memset_draw_test() 3875 static void amdgpu_memcpy_draw(amdgpu_device_handle device_handle, in amdgpu_memcpy_draw() [all …]
|
D | vm_tests.c | 30 static amdgpu_device_handle device_handle; variable
|
D | bo_tests.c | 35 static amdgpu_device_handle device_handle; variable
|
D | ras_tests.c | 367 amdgpu_device_handle device_handle; member 481 static uint32_t amdgpu_ras_lookup_capability(amdgpu_device_handle device_handle) in amdgpu_ras_lookup_capability() 534 static amdgpu_device_handle device_handle; variable 906 amdgpu_device_handle device_handle; in suite_ras_tests_enable() local 938 amdgpu_device_handle device_handle; in suite_ras_tests_init() local
|
D | amdgpu_test.h | 344 amdgpu_device_handle device_handle, in gpu_mem_alloc()
|
D | syncobj_tests.c | 32 static amdgpu_device_handle device_handle; variable
|
D | amdgpu_stress.c | 138 amdgpu_device_handle device_handle; variable
|
D | cs_tests.c | 38 static amdgpu_device_handle device_handle; variable
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_dxva2.c | 63 HANDLE device_handle; member 73 HANDLE device_handle; member
|