Home
last modified time | relevance | path

Searched refs:CmdSetViewportWithCountEXT (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h890 PFN_vkCmdSetViewportWithCountEXT CmdSetViewportWithCountEXT; member
H A Dvk_dispatch_table_helper.h506 table->CmdSetViewportWithCountEXT = (PFN_vkCmdSetViewportWithCountEXT)gpa(device, "vkCmdSetViewportWithCountEXT"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c931 table->CmdSetViewportWithCountEXT = (PFN_vkCmdSetViewportWithCountEXT)gdpa(dev, "vkCmdSetViewportWithCountEXT"); in loader_init_device_extension_dispatch_table()
2702 if (!strcmp(name, "CmdSetViewportWithCountEXT")) return (void *)table->CmdSetViewportWithCountEXT; in loader_lookup_device_dispatch_table()
7052 VKAPI_ATTR void VKAPI_CALL CmdSetViewportWithCountEXT( in CmdSetViewportWithCountEXT() function
7063 disp->CmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports); in CmdSetViewportWithCountEXT()
11068 *addr = (void *)CmdSetViewportWithCountEXT; in extension_instance_gpa()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp603 VKCTX(CmdSetViewportWithCountEXT)(batch->state->cmdbuf, ctx->vp_state.num_viewports, viewports); in zink_draw()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h506 table->CmdSetViewportWithCountEXT = (PFN_vkCmdSetViewportWithCountEXT)gpa(device, "vkCmdSetViewportWithCountEXT"); in layer_init_device_dispatch_table()

Completed in 46 milliseconds