Home
last modified time | relevance | path

Searched refs:CmdSetViewportWithCountEXT (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h856 PFN_vkCmdSetViewportWithCountEXT CmdSetViewportWithCountEXT; member
Dvk_dispatch_table_helper.h1032 …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()
Dvk_loader_extensions.c916 …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() function
5763 disp->CmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports); in CmdSetViewportWithCountEXT()
9010 *addr = (void *)CmdSetViewportWithCountEXT; in extension_instance_gpa()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_draw.cpp603 … VKCTX(CmdSetViewportWithCountEXT)(batch->state->cmdbuf, ctx->vp_state.num_viewports, viewports); in zink_draw()