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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.h57 enum st_attachment_type st_attachment);
H A Dxm_st.c387 enum st_attachment_type st_attachment)
392 res = xstfb->textures[st_attachment];
386 xmesa_get_attachment(struct st_framebuffer_iface * stfbi,enum st_attachment_type st_attachment) argument
H A Dxm_api.c1494 enum st_attachment_type st_attachment = xmesa_attachment_type(buffer); local in function:XMesaBindTexImage
1503 xmesa_st_framebuffer_validate_textures(stfbi, w, h, 1 << st_attachment);
1504 res = xmesa_get_attachment(stfbi, st_attachment);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_st.h57 enum st_attachment_type st_attachment);
H A Dxm_st.c400 enum st_attachment_type st_attachment)
405 res = xstfb->textures[st_attachment];
399 xmesa_get_attachment(struct st_framebuffer_iface * stfbi,enum st_attachment_type st_attachment) argument
H A Dxm_api.c1476 enum st_attachment_type st_attachment = xmesa_attachment_type(buffer); local in function:XMesaBindTexImage
1485 xmesa_st_framebuffer_validate_textures(stfbi, w, h, 1 << st_attachment);
1486 res = xmesa_get_attachment(stfbi, st_attachment);

Completed in 8 milliseconds