/third_party/NuttX/drivers/video/ |
D | fb.c | 50 struct fb_vtable_s *vtable; /* Framebuffer interface */ member 101 struct fb_vtable_s *vtable; in fb_mmap() local 111 vtable = fb->vtable; in fb_mmap() 112 if (vtable == NULL) in fb_mmap() 117 if (vtable->fb_mmap != NULL) in fb_mmap() 119 ret = vtable->fb_mmap(vtable, region); in fb_mmap() 137 struct fb_vtable_s *vtable; in fb_open() local 148 vtable = fb->vtable; in fb_open() 149 if (vtable == NULL) in fb_open() 154 if (vtable->fb_open) in fb_open() [all …]
|
/third_party/spirv-tools/test/opt/ |
D | value_table_test.cpp | 52 ValueNumberTable vtable(context.get()); in TEST_F() local 54 EXPECT_EQ(vtable.GetValueNumber(inst), vtable.GetValueNumber(inst)); in TEST_F() 79 ValueNumberTable vtable(context.get()); in TEST_F() local 82 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 109 ValueNumberTable vtable(context.get()); in TEST_F() local 112 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 137 ValueNumberTable vtable(context.get()); in TEST_F() local 140 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 167 ValueNumberTable vtable(context.get()); in TEST_F() local 170 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | value_table_test.cpp | 52 ValueNumberTable vtable(context.get()); in TEST_F() local 54 EXPECT_EQ(vtable.GetValueNumber(inst), vtable.GetValueNumber(inst)); in TEST_F() 79 ValueNumberTable vtable(context.get()); in TEST_F() local 82 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 109 ValueNumberTable vtable(context.get()); in TEST_F() local 112 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 137 ValueNumberTable vtable(context.get()); in TEST_F() local 140 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 167 ValueNumberTable vtable(context.get()); in TEST_F() local 170 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | value_table_test.cpp | 52 ValueNumberTable vtable(context.get()); in TEST_F() local 54 EXPECT_EQ(vtable.GetValueNumber(inst), vtable.GetValueNumber(inst)); in TEST_F() 79 ValueNumberTable vtable(context.get()); in TEST_F() local 82 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 109 ValueNumberTable vtable(context.get()); in TEST_F() local 112 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 137 ValueNumberTable vtable(context.get()); in TEST_F() local 140 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 167 ValueNumberTable vtable(context.get()); in TEST_F() local 170 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() [all …]
|
/third_party/NuttX/include/nuttx/video/ |
D | fb.h | 477 int (*getvideoinfo)(struct fb_vtable_s *vtable, 479 int (*getplaneinfo)(struct fb_vtable_s *vtable, int planeno, 487 int (*getcmap)(struct fb_vtable_s *vtable, 489 int (*putcmap)(struct fb_vtable_s *vtable, 498 int (*getcursor)(struct fb_vtable_s *vtable, 500 int (*setcursor)(struct fb_vtable_s *vtable, 509 int (*waitforvsync)(struct fb_vtable_s *vtable); 517 int (*getoverlayinfo)(struct fb_vtable_s *vtable, int overlayno, 524 int (*settransp)(struct fb_vtable_s *vtable, 531 int (*setchromakey)(struct fb_vtable_s *vtable, [all …]
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 52 struct vk_instance_dispatch_table vtable; member 81 struct vk_device_dispatch_table vtable; member 350 instance_data->vtable.EnumeratePhysicalDevices(instance_data->instance, in instance_data_map_physical_devices() 355 instance_data->vtable.EnumeratePhysicalDevices(instance_data->instance, in instance_data_map_physical_devices() 397 VK_CHECK(device_data->vtable.CreateFence(device_data->device, in new_queue_data() 411 device_data->vtable.DestroyFence(device_data->device, data->queries_fence, NULL); in destroy_queue() 438 data->vtable.GetDeviceQueue(data->device, in device_map_queues() 521 if (draw && device_data->vtable.GetFenceStatus(device_data->device, draw->fence) == VK_SUCCESS) { in get_overlay_draw() 523 VK_CHECK(device_data->vtable.ResetFences(device_data->device, in get_overlay_draw() 536 VK_CHECK(device_data->vtable.AllocateCommandBuffers(device_data->device, in get_overlay_draw() [all …]
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
D | intel_nullhw.c | 42 struct vk_instance_dispatch_table vtable; member 51 struct vk_device_dispatch_table vtable; member 115 VK_CHECK(device_data->vtable.CreateCommandPool(device, in override_queue() 127 VK_CHECK(device_data->vtable.AllocateCommandBuffers(device, in override_queue() 135 device_data->vtable.BeginCommandBuffer(cmd_buffer, &buffer_begin_info); in override_queue() 142 device_data->vtable.CmdSetPerformanceOverrideINTEL(cmd_buffer, &override_info); in override_queue() 144 device_data->vtable.EndCommandBuffer(cmd_buffer); in override_queue() 151 VK_CHECK(device_data->vtable.QueueSubmit(queue, 1, &submit_info, VK_NULL_HANDLE)); in override_queue() 153 VK_CHECK(device_data->vtable.QueueWaitIdle(queue)); in override_queue() 155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue() [all …]
|
/third_party/mesa3d/src/glx/tests/ |
D | query_renderer_unittest.cpp | 106 scr.vtable = &fake_vtable; in SetUp() 128 struct glx_screen_vtable vtable = { in TEST_F() local 135 scr.vtable = &vtable; in TEST_F() 278 struct glx_screen_vtable vtable = { in TEST_F() local 285 scr.vtable = &vtable; in TEST_F()
|
D | fake_glx_screen.h | 29 this->vtable = &fake_glx_screen::vt; in fake_glx_screen() 62 this->vtable = &fake_glx_screen_direct::vt; in fake_glx_screen_direct() 75 this->vtable = &fake_glx_context::vt; in fake_glx_context()
|
/third_party/libabigail/tests/data/test-abidiff-exit/ |
D | test1-voffset-change-report0.txt | 7 the vtable offset of method virtual int C::virtual_func0() changed from 0 to 1 8 note that this is an ABI incompatible change to the vtable of class C 14 the vtable offset of method virtual char C::virtual_func1() changed from 1 to 0 15 note that this is an ABI incompatible change to the vtable of class C
|
/third_party/mesa3d/src/glx/ |
D | query_renderer.c | 39 if (psc->vtable->query_renderer_integer == NULL) in __glXQueryRendererInteger() 67 err = psc->vtable->query_renderer_integer(psc, attribute, buffer); in __glXQueryRendererInteger() 124 if (psc->vtable->query_renderer_integer == NULL) in __glXQueryRendererString() 135 err = psc->vtable->query_renderer_string(psc, attribute, &value); in __glXQueryRendererString()
|
D | driwindows_glx.c | 53 __GLXDRIscreen vtable; member 140 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context() 168 pcp->base.vtable = &driwindows_context_vtable; in driwindows_create_context() 215 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context_attribs() 244 pcp->base.vtable = &driwindows_context_vtable; in driwindows_create_context_attribs() 506 psc->base.vtable = &driwindows_screen_vtable; in driwindowsCreateScreen() 507 psp = &psc->vtable; in driwindowsCreateScreen()
|
D | create_context.c | 104 if (direct && psc->vtable->create_context_attribs) { in glXCreateContextAttribsARB() 109 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs, in glXCreateContextAttribsARB() 148 gc->vtable->destroy(gc); in glXCreateContextAttribsARB()
|
D | glxcurrent.c | 153 oldGC->vtable->unbind(oldGC, gc); in MakeContextCurrent() 166 if (gc->vtable->bind(gc, oldGC, draw, read) != Success) { in MakeContextCurrent() 185 oldGC->vtable->destroy(oldGC); in MakeContextCurrent()
|
D | applegl_glx.c | 149 gc->vtable = &applegl_context_vtable; in applegl_create_context() 157 gc->vtable->destroy(gc); in applegl_create_context() 187 psc->vtable = &applegl_screen_vtable; in applegl_create_screen()
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
D | test31-vtable-changes-report-0.txt | 7 note that this removes an entry from the vtable of struct S 12 the vtable offset of method virtual void S::fn1() changed from 3 to 2 13 note that this is an ABI incompatible change to the vtable of struct S 30 the vtable offset of method virtual void S::fn1() changed from 3 to 2 31 note that this is an ABI incompatible change to the vtable of struct S
|
D | test30-vtable-changes-report-0.txt | 7 note that this adds a new entry to the vtable of struct S 31 the vtable offset of method virtual void S::fn1() changed from 3 to 4 32 note that this is an ABI incompatible change to the vtable of struct S 37 the vtable offset of method virtual void S::fn1() changed from 3 to 4 38 note that this is an ABI incompatible change to the vtable of struct S
|
D | test28-vtable-changes-report-0.txt | 9 note that this adds a new entry to the vtable of struct S 11 note that this adds a new entry to the vtable of struct S 17 note that this is an ABI incompatible change to the vtable of struct S
|
/third_party/libabigail/tests/data/test-diff-suppr/ |
D | test30-report-0.txt | 7 note that this removes an entry from the vtable of class non_defined_class 12 note that this adds a new entry to the vtable of class non_defined_class 17 the vtable offset of method virtual int non_defined_class::virtual_func0() changed from 3 to 4 18 note that this is an ABI incompatible change to the vtable of class non_defined_class
|
/third_party/ffmpeg/libavcodec/ |
D | qdmc.c | 77 static VLC vtable[6]; variable 171 for (unsigned i = 0, offset = 0; i < FF_ARRAY_ELEMS(vtable); i++) { in qdmc_init_static_data() 173 vtable[i].table = &vlc_buffer[offset]; in qdmc_init_static_data() 174 vtable[i].table_allocated = FF_ARRAY_ELEMS(vlc_buffer) - offset; in qdmc_init_static_data() 175 ff_init_vlc_from_lengths(&vtable[i], huff_bits[i], huff_sizes[i], in qdmc_init_static_data() 179 offset += vtable[i].table_size; in qdmc_init_static_data() 366 v = qdmc_get_vlc(gb, &vtable[0], 0); in read_noise_data() 378 len = qdmc_get_vlc(gb, &vtable[1], 1); in read_noise_data() 383 v = qdmc_get_vlc(gb, &vtable[0], 0); in read_noise_data() 439 v = qdmc_get_vlc(gb, &vtable[3], 1); in read_wave_data() [all …]
|
/third_party/curl/lib/vtls/ |
D | bearssl.c | 47 const br_x509_class *vtable; member 282 x509->minimal.vtable->start_chain(&x509->minimal.vtable, server_name); in x509_start_chain() 296 x509->minimal.vtable->start_cert(&x509->minimal.vtable, length); in x509_start_cert() 310 x509->minimal.vtable->append(&x509->minimal.vtable, buf, len); in x509_append() 322 x509->minimal.vtable->end_cert(&x509->minimal.vtable); in x509_end_cert() 333 return x509->minimal.vtable->end_chain(&x509->minimal.vtable); in x509_end_chain() 350 return x509->minimal.vtable->get_pkey(&x509->minimal.vtable, usages); in x509_get_pkey() 679 backend->x509.vtable = &x509_vtable; in bearssl_connect_step1() 682 br_ssl_engine_set_x509(&backend->ctx.eng, &backend->x509.vtable); in bearssl_connect_step1() 1115 if(!seeder || !seeder(&ctx.vtable)) in bearssl_random()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test31-pr18535-libstdc++-report-0.txt | 12 note that this adds a new entry to the vtable of class std::bad_array_length 14 note that this adds a new entry to the vtable of class std::bad_array_length 16 note that this adds a new entry to the vtable of class std::bad_array_length 18 note that this adds a new entry to the vtable of class std::bad_array_new_length 20 note that this adds a new entry to the vtable of class std::bad_array_new_length 22 note that this adds a new entry to the vtable of class std::bad_array_new_length
|
D | test31-pr18535-libstdc++-report-1.txt | 12 note that this adds a new entry to the vtable of class std::bad_array_length 14 note that this adds a new entry to the vtable of class std::bad_array_length 16 note that this adds a new entry to the vtable of class std::bad_array_length 18 note that this adds a new entry to the vtable of class std::bad_array_new_length 20 note that this adds a new entry to the vtable of class std::bad_array_new_length 22 note that this adds a new entry to the vtable of class std::bad_array_new_length
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_helpers.h | 84 …__params.vtable = ((dev)->params.BehaviorFlags & D3DCREATE_MULTITHREADED) ? &Lock##nine##_vtable :… 110 …__params.vtable = ((dev)->params.BehaviorFlags & D3DCREATE_MULTITHREADED) ? &Lock##nine##_vtable :… 136 __params.vtable = (lock) ? &Lock##nine##_vtable : &Nine##nine##_vtable; \
|
D | iunknown.c | 57 This->vtable = pParams->vtable; in NineUnknown_ctor() 58 This->vtable_internal = pParams->vtable; in NineUnknown_ctor()
|