Home
last modified time | relevance | path

Searched defs:cmd_buf (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/
H A Dloader_threading_tests.cpp70 VKAPI_ATTR void VKAPI_CALL test_vkCmdBindPipeline(VkCommandBuffer cmd_buf, VkPipelineBindPoint pipe… in test_vkCmdBindPipeline()
72 VKAPI_ATTR void VKAPI_CALL test_vkCmdBindDescriptorSets(VkCommandBuffer cmd_buf, VkPipelineBindPoin… in test_vkCmdBindDescriptorSets()
76 VKAPI_ATTR void VKAPI_CALL test_vkCmdBindVertexBuffers(VkCommandBuffer cmd_buf, uint32_t firstBindi… in test_vkCmdBindVertexBuffers()
78 VKAPI_ATTR void VKAPI_CALL test_vkCmdBindIndexBuffer(VkCommandBuffer cmd_buf, uint32_t firstBinding… in test_vkCmdBindIndexBuffer()
80 VKAPI_ATTR void VKAPI_CALL test_vkCmdDraw(VkCommandBuffer cmd_buf, uint32_t vertexCount, uint32_t i… in test_vkCmdDraw()
/dports/security/openct/openct-0.6.20/src/ifd/
H A Difd-gempc.c24 unsigned char cmd_buf[260]; member
390 static int gpc_transparent(ifd_reader_t * reader, int nad, const void *cmd_buf, in gpc_transparent()
402 const unsigned char *cmd_buf, size_t cmd_len, in gpc_transceive()
443 const unsigned char *cmd_buf, size_t cmd_len, in gpc_transceive_t0()
479 const unsigned char *cmd_buf, size_t cmd_len, in gpc_transceive_t1()
490 const unsigned char *cmd_buf, size_t cmd_len) in gpc_iso_send_frag()
557 static int gpc_iso_output(ifd_reader_t * reader, const unsigned char *cmd_buf, in gpc_iso_output()
592 static int gpc_iso_input(ifd_reader_t * reader, const unsigned char *cmd_buf, in gpc_iso_input()
617 const unsigned char *cmd_buf, size_t cmd_len, in gpc_iso_exchange_apdu()
/dports/comms/hamlib/hamlib-4.3.1/rigs/barrett/
H A Dbarrett.c223 char cmd_buf[MAXCMDLEN]; in barrett_transaction() local
426 char cmd_buf[MAXCMDLEN]; in barrett_set_freq() local
485 char cmd_buf[MAXCMDLEN]; in barrett_set_ptt() local
559 char cmd_buf[32], ttmode; in barrett_set_mode() local
690 char cmd_buf[MAXCMDLEN]; in barrett_set_split_freq() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c16 const char *cmd_buf) in hns3_dbg_queue_info()
172 static int hns3_dbg_bd_info(struct hnae3_handle *h, const char *cmd_buf) in hns3_dbg_bd_info()
431 static int hns3_dbg_check_cmd(struct hnae3_handle *handle, char *cmd_buf) in hns3_dbg_check_cmd()
460 char *cmd_buf, *cmd_buf_tmp; in hns3_dbg_cmd_write() local
509 char *cmd_buf, *read_buf; in hns3_dbg_read() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c16 const char *cmd_buf) in hns3_dbg_queue_info()
172 static int hns3_dbg_bd_info(struct hnae3_handle *h, const char *cmd_buf) in hns3_dbg_bd_info()
431 static int hns3_dbg_check_cmd(struct hnae3_handle *handle, char *cmd_buf) in hns3_dbg_check_cmd()
460 char *cmd_buf, *cmd_buf_tmp; in hns3_dbg_cmd_write() local
509 char *cmd_buf, *read_buf; in hns3_dbg_read() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c16 const char *cmd_buf) in hns3_dbg_queue_info()
172 static int hns3_dbg_bd_info(struct hnae3_handle *h, const char *cmd_buf) in hns3_dbg_bd_info()
431 static int hns3_dbg_check_cmd(struct hnae3_handle *handle, char *cmd_buf) in hns3_dbg_check_cmd()
460 char *cmd_buf, *cmd_buf_tmp; in hns3_dbg_cmd_write() local
509 char *cmd_buf, *read_buf; in hns3_dbg_read() local
/dports/lang/micropython/micropython-1.17/drivers/bus/
H A Dsoftqspi.c163 uint32_t cmd_buf = cmd | data << 8; in mp_soft_qspi_write_cmd_data() local
171 uint8_t cmd_buf[5] = {cmd}; in mp_soft_qspi_write_cmd_addr_data() local
181 uint32_t cmd_buf = cmd; in mp_soft_qspi_read_cmd() local
190 uint8_t cmd_buf[7] = {cmd}; in mp_soft_qspi_read_cmd_qaddr_qdata() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c309 mwifiex_uap_bss_wpa(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wpa()
421 mwifiex_uap_bss_wep(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wep()
481 mwifiex_uap_bss_param_prepare(u8 *tlv, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_param_prepare()
701 static int mwifiex_uap_custom_ie_prepare(u8 *tlv, void *cmd_buf, u16 *ie_size) in mwifiex_uap_custom_ie_prepare()
726 u32 type, void *cmd_buf) in mwifiex_cmd_uap_sys_config()
782 void *data_buf, void *cmd_buf) in mwifiex_uap_prepare_cmd()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c309 mwifiex_uap_bss_wpa(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wpa()
421 mwifiex_uap_bss_wep(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wep()
481 mwifiex_uap_bss_param_prepare(u8 *tlv, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_param_prepare()
701 static int mwifiex_uap_custom_ie_prepare(u8 *tlv, void *cmd_buf, u16 *ie_size) in mwifiex_uap_custom_ie_prepare()
726 u32 type, void *cmd_buf) in mwifiex_cmd_uap_sys_config()
782 void *data_buf, void *cmd_buf) in mwifiex_uap_prepare_cmd()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c309 mwifiex_uap_bss_wpa(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wpa()
421 mwifiex_uap_bss_wep(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wep()
481 mwifiex_uap_bss_param_prepare(u8 *tlv, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_param_prepare()
701 static int mwifiex_uap_custom_ie_prepare(u8 *tlv, void *cmd_buf, u16 *ie_size) in mwifiex_uap_custom_ie_prepare()
726 u32 type, void *cmd_buf) in mwifiex_cmd_uap_sys_config()
782 void *data_buf, void *cmd_buf) in mwifiex_uap_prepare_cmd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dmapped_memory.cc56 CommandBuffer* cmd_buf = helper_->command_buffer(); in ~MappedMemoryManager() local
106 CommandBuffer* cmd_buf = helper_->command_buffer(); in Alloc() local
150 CommandBuffer* cmd_buf = helper_->command_buffer(); in FreeUnused() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dmapped_memory.cc57 CommandBuffer* cmd_buf = helper_->command_buffer(); in ~MappedMemoryManager() local
108 CommandBuffer* cmd_buf = helper_->command_buffer(); in Alloc() local
152 CommandBuffer* cmd_buf = helper_->command_buffer(); in FreeUnused() local
/dports/mail/alpine/alpine-465e23b/alpine/osdep/
H A Dchnge_pw.c49 char cmd_buf[100]; in change_passwd() local
/dports/editors/pico-alpine/alpine-465e23b/alpine/osdep/
H A Dchnge_pw.c49 char cmd_buf[100]; in change_passwd() local
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/test/integration/
H A Dutil-buf-max-upper-bound.int.c22 uint8_t cmd_buf [] = { in test_invoke() local
H A Dnot-enough-handles-for-command.int.c26 uint8_t cmd_buf [] = { in test_invoke() local
H A Dtpm2-command-flush-no-handle.int.c28 uint8_t cmd_buf [] = { in test_invoke() local
/dports/www/firefox/firefox-99.0/third_party/rust/metal/examples/bind/
H A Dmain.rs22 let cmd_buf = queue.new_command_buffer(); in main() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/metal/examples/bind/
H A Dmain.rs22 let cmd_buf = queue.new_command_buffer(); in main() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/metal/examples/bind/
H A Dmain.rs22 let cmd_buf = queue.new_command_buffer(); in main() localVariable
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dclear.rs83 let cmd_buf = CommandBuffer::get_encoder_mut(&mut *cmd_buf_guard, command_encoder_id) in command_encoder_clear_buffer() localVariable
179 let cmd_buf = CommandBuffer::get_encoder_mut(&mut *cmd_buf_guard, command_encoder_id) in command_encoder_clear_image() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dclear.rs83 let cmd_buf = CommandBuffer::get_encoder_mut(&mut *cmd_buf_guard, command_encoder_id) in command_encoder_clear_buffer() localVariable
179 let cmd_buf = CommandBuffer::get_encoder_mut(&mut *cmd_buf_guard, command_encoder_id) in command_encoder_clear_image() localVariable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/bundle_deploy/
H A Dbacktrace.c40 char cmd_buf[1024]; in tvm_platform_abort_backtrace() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/metal/examples/bind/
H A Dmain.rs27 let cmd_buf = queue.new_command_buffer(); in main() localVariable
/dports/graphics/rx/rx-0.4.0/cargo-crates/metal-0.17.0/examples/bind/
H A Dmain.rs27 let cmd_buf = queue.new_command_buffer(); in main() localVariable

12345678910>>...35