Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_hw_pass.c45 struct pvr_renderpass_colorinit *color_inits; in pvr_create_renderpass_hwsetup() local
53 vk_multialloc_add(&ma, &color_inits, __typeof__(*color_inits), 1); in pvr_create_renderpass_hwsetup()
92 color_inits[0].op = RENDERPASS_SURFACE_INITOP_CLEAR; in pvr_create_renderpass_hwsetup()
93 color_inits[0].driver_id = 0; in pvr_create_renderpass_hwsetup()
95 renders[0].color_init = color_inits; in pvr_create_renderpass_hwsetup()

Completed in 1 milliseconds