Home
last modified time | relevance | path

Searched refs:buffer_location (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/games/wolfpack/empire-4.4.1/src/lib/w32/
H A Dw32io.c63 unsigned char *buffer, *buffer_location; in readv() local
85 buffer_location = buffer; in readv()
89 memcpy(iov[i].iov_base, buffer_location, copy); in readv()
91 buffer_location += copy; in readv()
109 unsigned char *buffer, *buffer_location; in writev() local
122 buffer_location = buffer; in writev()
124 memcpy(buffer_location, iov[i].iov_base, iov[i].iov_len); in writev()
125 buffer_location += iov[i].iov_len; in writev()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/d3d12/src/
H A Dcommand_list.rs254 buffer_location: GpuAddress, in set_compute_root_constant_buffer_view()
257 self.SetComputeRootConstantBufferView(root_index, buffer_location); in set_compute_root_constant_buffer_view()
264 buffer_location: GpuAddress, in set_compute_root_shader_resource_view()
267 self.SetComputeRootShaderResourceView(root_index, buffer_location); in set_compute_root_shader_resource_view()
274 buffer_location: GpuAddress, in set_compute_root_unordered_access_view()
277 self.SetComputeRootUnorderedAccessView(root_index, buffer_location); in set_compute_root_unordered_access_view()
294 buffer_location: GpuAddress, in set_graphics_root_constant_buffer_view()
297 self.SetGraphicsRootConstantBufferView(root_index, buffer_location); in set_graphics_root_constant_buffer_view()
304 buffer_location: GpuAddress, in set_graphics_root_shader_resource_view()
307 self.SetGraphicsRootShaderResourceView(root_index, buffer_location); in set_graphics_root_shader_resource_view()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/d3d12/src/
H A Dcommand_list.rs254 buffer_location: GpuAddress, in set_compute_root_constant_buffer_view()
257 self.SetComputeRootConstantBufferView(root_index, buffer_location); in set_compute_root_constant_buffer_view()
264 buffer_location: GpuAddress, in set_compute_root_shader_resource_view()
267 self.SetComputeRootShaderResourceView(root_index, buffer_location); in set_compute_root_shader_resource_view()
274 buffer_location: GpuAddress, in set_compute_root_unordered_access_view()
277 self.SetComputeRootUnorderedAccessView(root_index, buffer_location); in set_compute_root_unordered_access_view()
294 buffer_location: GpuAddress, in set_graphics_root_constant_buffer_view()
297 self.SetGraphicsRootConstantBufferView(root_index, buffer_location); in set_graphics_root_constant_buffer_view()
304 buffer_location: GpuAddress, in set_graphics_root_shader_resource_view()
307 self.SetGraphicsRootShaderResourceView(root_index, buffer_location); in set_graphics_root_shader_resource_view()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/d3d12/src/
H A Dcommand_list.rs256 buffer_location: GpuAddress, in set_compute_root_constant_buffer_view()
259 self.SetComputeRootConstantBufferView(root_index, buffer_location); in set_compute_root_constant_buffer_view()
266 buffer_location: GpuAddress, in set_compute_root_shader_resource_view()
269 self.SetComputeRootShaderResourceView(root_index, buffer_location); in set_compute_root_shader_resource_view()
276 buffer_location: GpuAddress, in set_compute_root_unordered_access_view()
279 self.SetComputeRootUnorderedAccessView(root_index, buffer_location); in set_compute_root_unordered_access_view()
296 buffer_location: GpuAddress, in set_graphics_root_constant_buffer_view()
299 self.SetGraphicsRootConstantBufferView(root_index, buffer_location); in set_graphics_root_constant_buffer_view()
306 buffer_location: GpuAddress, in set_graphics_root_shader_resource_view()
309 self.SetGraphicsRootShaderResourceView(root_index, buffer_location); in set_graphics_root_shader_resource_view()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/d3d12-0.3.0/src/
H A Dcommand_list.rs256 buffer_location: GpuAddress, in set_compute_root_constant_buffer_view()
259 self.SetComputeRootConstantBufferView(root_index, buffer_location); in set_compute_root_constant_buffer_view()
266 buffer_location: GpuAddress, in set_compute_root_shader_resource_view()
269 self.SetComputeRootShaderResourceView(root_index, buffer_location); in set_compute_root_shader_resource_view()
276 buffer_location: GpuAddress, in set_compute_root_unordered_access_view()
279 self.SetComputeRootUnorderedAccessView(root_index, buffer_location); in set_compute_root_unordered_access_view()
296 buffer_location: GpuAddress, in set_graphics_root_constant_buffer_view()
299 self.SetGraphicsRootConstantBufferView(root_index, buffer_location); in set_graphics_root_constant_buffer_view()
306 buffer_location: GpuAddress, in set_graphics_root_shader_resource_view()
309 self.SetGraphicsRootShaderResourceView(root_index, buffer_location); in set_graphics_root_shader_resource_view()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/d3d12/src/
H A Dcommand_list.rs311 buffer_location: GpuAddress, in set_compute_root_constant_buffer_view()
314 self.SetComputeRootConstantBufferView(root_index, buffer_location); in set_compute_root_constant_buffer_view()
321 buffer_location: GpuAddress, in set_compute_root_shader_resource_view()
324 self.SetComputeRootShaderResourceView(root_index, buffer_location); in set_compute_root_shader_resource_view()
331 buffer_location: GpuAddress, in set_compute_root_unordered_access_view()
334 self.SetComputeRootUnorderedAccessView(root_index, buffer_location); in set_compute_root_unordered_access_view()
362 buffer_location: GpuAddress, in set_graphics_root_constant_buffer_view()
365 self.SetGraphicsRootConstantBufferView(root_index, buffer_location); in set_graphics_root_constant_buffer_view()
372 buffer_location: GpuAddress, in set_graphics_root_shader_resource_view()
375 self.SetGraphicsRootShaderResourceView(root_index, buffer_location); in set_graphics_root_shader_resource_view()
[all …]
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/liblatexila/
H A Dlatexila-synctex.c56 GFile *buffer_location; member
90 g_clear_object (&data->buffer_location); in forward_search_data_free()
545 buffer_path = g_file_get_path (data->buffer_location); in connect_evince_window_cb()
641 GFile *buffer_location, in latexila_synctex_forward_search() argument
650 g_return_if_fail (buffer_location == NULL || G_IS_FILE (buffer_location)); in latexila_synctex_forward_search()
653 if (buffer_location == NULL) in latexila_synctex_forward_search()
663 data->buffer_location = g_object_ref (buffer_location); in latexila_synctex_forward_search()
H A Dlatexila-synctex.h59 GFile *buffer_location,
/dports/emulators/vice/vice-3.5/src/
H A Dkbdbuf.c54 static int buffer_location; variable
207 mem_inject_key((uint16_t)(buffer_location + num), (uint8_t)c); in tokbdbuffer()
271 buffer_location = location; in kbdbuf_reset()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dkbdbuf.c54 static int buffer_location; variable
207 mem_inject((uint16_t)(buffer_location + num), (uint8_t)c); in tokbdbuffer()
271 buffer_location = location; in kbdbuf_reset()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcegutterrendererpixbuf.c66 GdkRectangle buffer_location; in center_on() local
72 gtk_text_view_get_iter_location (view, iter, &buffer_location); in center_on()
76 0, buffer_location.y, in center_on()
80 *y = window_y + (buffer_location.height - height) * yalign; in center_on()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcegutterrendererpixbuf.c69 GdkRectangle buffer_location; in center_on() local
75 gtk_text_view_get_iter_location (view, iter, &buffer_location); in center_on()
79 0, buffer_location.y, in center_on()
83 *y = window_y + (buffer_location.height - height) * yalign; in center_on()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/test/transcoding/
H A DFPGABufferLocation.ll36 ; ModuleID = 'buffer_location.cl'
37 source_filename = "buffer_location.cl"
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dd3d12_common.h411 D3D12_GPU_VIRTUAL_ADDRESS buffer_location) in D3D12SetComputeRootConstantBufferView() argument
414 graphics_command_list, root_parameter_index, buffer_location); in D3D12SetComputeRootConstantBufferView()
419 D3D12_GPU_VIRTUAL_ADDRESS buffer_location) in D3D12SetGraphicsRootConstantBufferView() argument
422 graphics_command_list, root_parameter_index, buffer_location); in D3D12SetGraphicsRootConstantBufferView()
427 D3D12_GPU_VIRTUAL_ADDRESS buffer_location) in D3D12SetComputeRootShaderResourceView() argument
430 graphics_command_list, root_parameter_index, buffer_location); in D3D12SetComputeRootShaderResourceView()
435 D3D12_GPU_VIRTUAL_ADDRESS buffer_location) in D3D12SetGraphicsRootShaderResourceView() argument
438 graphics_command_list, root_parameter_index, buffer_location); in D3D12SetGraphicsRootShaderResourceView()
443 D3D12_GPU_VIRTUAL_ADDRESS buffer_location) in D3D12SetComputeRootUnorderedAccessView() argument
446 graphics_command_list, root_parameter_index, buffer_location); in D3D12SetComputeRootUnorderedAccessView()
[all …]
/dports/lang/parrot/parrot-8.1.0/src/gc/
H A Dalloc_resources.c44 static const char * buffer_location(PARROT_INTERP,
151 buffer_location(PARROT_INTERP, ARGIN(const Parrot_Buffer *b)) in buffer_location() function
153 ASSERT_ARGS(buffer_location) in buffer_location()
185 buffer_location(interp, b)); in debug_print_buf()
H A Dstring_gc.c62 static const char * buffer_location(PARROT_INTERP,
706 buffer_location(PARROT_INTERP, ARGIN(const Parrot_Buffer *b)) in buffer_location() function
708 ASSERT_ARGS(buffer_location) in buffer_location()
740 buffer_location(interp, b)); in debug_print_buf()
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/
H A D_windows.py814 buffer_location = view.window_to_buffer_coords(Gtk.TextWindowType.TEXT,
817 _iter = view.get_iter_at_location(*buffer_location)
830 buffer_location = view.window_to_buffer_coords(Gtk.TextWindowType.TEXT,
833 _iter = view.get_iter_at_location(*buffer_location)
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/doc/develop/driver-model/
H A Dfs_firmware_loader.rst153 request_firmware_into_buf(dev, filename, buffer_location, buffer_size,
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/doc/develop/driver-model/
H A Dfs_firmware_loader.rst153 request_firmware_into_buf(dev, filename, buffer_location, buffer_size,
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/doc/develop/driver-model/
H A Dfs_firmware_loader.rst153 request_firmware_into_buf(dev, filename, buffer_location, buffer_size,
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/doc/develop/driver-model/
H A Dfs_firmware_loader.rst153 request_firmware_into_buf(dev, filename, buffer_location, buffer_size,
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/doc/develop/driver-model/
H A Dfs_firmware_loader.rst153 request_firmware_into_buf(dev, filename, buffer_location, buffer_size,
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/doc/develop/driver-model/
H A Dfs_firmware_loader.rst153 request_firmware_into_buf(dev, filename, buffer_location, buffer_size,
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/doc/develop/driver-model/
H A Dfs_firmware_loader.rst153 request_firmware_into_buf(dev, filename, buffer_location, buffer_size,
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/doc/develop/driver-model/
H A Dfs_firmware_loader.rst153 request_firmware_into_buf(dev, filename, buffer_location, buffer_size,

123456789