Home
last modified time | relevance | path

Searched refs:device_commands (Results 1 – 11 of 11) sorted by relevance

/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/zink/
H A Dzink_extensions.py151 device_commands = None variable in ExtensionRegistryEntry
198 entry.device_commands = []
206 entry.device_commands.append(cmd_name)
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_extensions.py150 device_commands = None variable in ExtensionRegistryEntry
189 entry.device_commands = []
197 entry.device_commands.append(cmd_name)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fxa-client/src/
H A Ddevice.rs177 let mut device_commands = self.fetch_and_parse_commands(index, Some(1))?; in fetch_device_command() localVariable
178 let device_command = device_commands in fetch_device_command()
181 if !device_commands.is_empty() { in fetch_device_command()
200 let device_commands = self.parse_commands_messages(pending_commands.messages)?; in fetch_and_parse_commands() localVariable
202 Ok(device_commands) in fetch_and_parse_commands()