Home
last modified time | relevance | path

Searched refs:CmdSetLogicOpEnableEXT (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h988 PFN_vkCmdSetLogicOpEnableEXT CmdSetLogicOpEnableEXT; member
Dvk_dispatch_table_helper.h1198 …table->CmdSetLogicOpEnableEXT = (PFN_vkCmdSetLogicOpEnableEXT) gpa(device, "vkCmdSetLogicOpEnableE… in layer_init_device_dispatch_table()
1199 …if (table->CmdSetLogicOpEnableEXT == nullptr) { table->CmdSetLogicOpEnableEXT = (PFN_vkCmdSetLogic… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c1048 …table->CmdSetLogicOpEnableEXT = (PFN_vkCmdSetLogicOpEnableEXT)gdpa(dev, "vkCmdSetLogicOpEnableEXT"… in loader_init_device_extension_dispatch_table()
2103 if (!strcmp(name, "CmdSetLogicOpEnableEXT")) return (void *)table->CmdSetLogicOpEnableEXT; in loader_lookup_device_dispatch_table()
6969 VKAPI_ATTR void VKAPI_CALL CmdSetLogicOpEnableEXT( in CmdSetLogicOpEnableEXT() function
6979 disp->CmdSetLogicOpEnableEXT(commandBuffer, logicOpEnable); in CmdSetLogicOpEnableEXT()
9427 *addr = (void *)CmdSetLogicOpEnableEXT; in extension_instance_gpa()