Home
last modified time | relevance | path

Searched refs:num_statts (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c234 memset(textures, 0, stfb->num_statts * sizeof(textures[0])); in st_framebuffer_validate()
239 stfb->num_statts, textures)) in st_framebuffer_validate()
249 for (i = 0; i < stfb->num_statts; i++) { in st_framebuffer_validate()
302 stfb->num_statts = 0; in st_framebuffer_update_attachments()
318 stfb->statts[stfb->num_statts++] = statt; in st_framebuffer_update_attachments()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2770 unsigned num_statts; member