Searched refs:CmdSetViewportWithCountEXT (Results 1 – 4 of 4) sorted by relevance
856 PFN_vkCmdSetViewportWithCountEXT CmdSetViewportWithCountEXT; member
1032 …table->CmdSetViewportWithCountEXT = (PFN_vkCmdSetViewportWithCountEXT) gpa(device, "vkCmdSetViewpo… in layer_init_device_dispatch_table()1033 …if (table->CmdSetViewportWithCountEXT == nullptr) { table->CmdSetViewportWithCountEXT = (PFN_vkCmd… in layer_init_device_dispatch_table()
916 …table->CmdSetViewportWithCountEXT = (PFN_vkCmdSetViewportWithCountEXT)gdpa(dev, "vkCmdSetViewportW… in loader_init_device_extension_dispatch_table()1965 … if (!strcmp(name, "CmdSetViewportWithCountEXT")) return (void *)table->CmdSetViewportWithCountEXT; in loader_lookup_device_dispatch_table()5752 VKAPI_ATTR void VKAPI_CALL CmdSetViewportWithCountEXT( in CmdSetViewportWithCountEXT() function5763 disp->CmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports); in CmdSetViewportWithCountEXT()9010 *addr = (void *)CmdSetViewportWithCountEXT; in extension_instance_gpa()
603 … VKCTX(CmdSetViewportWithCountEXT)(batch->state->cmdbuf, ctx->vp_state.num_viewports, viewports); in zink_draw()