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.h1192 …table->CmdSetLogicOpEnableEXT = (PFN_vkCmdSetLogicOpEnableEXT) gpa(device, "vkCmdSetLogicOpEnableE… in layer_init_device_dispatch_table()
1193 …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()
2097 if (!strcmp(name, "CmdSetLogicOpEnableEXT")) return (void *)table->CmdSetLogicOpEnableEXT; in loader_lookup_device_dispatch_table()
6957 VKAPI_ATTR void VKAPI_CALL CmdSetLogicOpEnableEXT( in CmdSetLogicOpEnableEXT() function
6967 disp->CmdSetLogicOpEnableEXT(commandBuffer, logicOpEnable); in CmdSetLogicOpEnableEXT()
9380 *addr = (void *)CmdSetLogicOpEnableEXT; in extension_instance_gpa()