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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c61 pipe_mutex_lock(rscreen->fences.mutex);
63 if (!rscreen->fences.bo) {
65 rscreen->fences.bo = si_resource_create_custom(&rscreen->screen,
68 if (!rscreen->fences.bo) {
72 rscreen->fences.data = rctx->ws->buffer_map(rscreen->fences.bo->cs_buf,
77 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) {
81 LIST_FOR_EACH_ENTRY(entry, &rscreen->fences.pool, head) {
82 if (rscreen->fences.data[entry->index] != 0) {
95 if ((rscreen->fences
[all...]
H A Dradeonsi_pipe.h59 /* linked list of freed fences */
72 struct r600_pipe_fences fences; member in struct:r600_screen
106 struct r600_fence fences[FENCE_BLOCK_SIZE]; member in struct:r600_fence_block
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c61 pipe_mutex_lock(rscreen->fences.mutex);
63 if (!rscreen->fences.bo) {
65 rscreen->fences.bo = si_resource_create_custom(&rscreen->screen,
68 if (!rscreen->fences.bo) {
72 rscreen->fences.data = rctx->ws->buffer_map(rscreen->fences.bo->cs_buf,
77 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) {
81 LIST_FOR_EACH_ENTRY(entry, &rscreen->fences.pool, head) {
82 if (rscreen->fences.data[entry->index] != 0) {
95 if ((rscreen->fences
[all...]
H A Dradeonsi_pipe.h59 /* linked list of freed fences */
72 struct r600_pipe_fences fences; member in struct:r600_screen
106 struct r600_fence fences[FENCE_BLOCK_SIZE]; member in struct:r600_fence_block
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.c44 pipe_mutex_lock(rscreen->fences.mutex);
46 if (!rscreen->fences.bo) {
48 rscreen->fences.bo = (struct r600_resource*)
51 if (!rscreen->fences.bo) {
55 rscreen->fences.data = rctx->ws->buffer_map(rscreen->fences.bo->cs_buf,
60 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) {
64 LIST_FOR_EACH_ENTRY(entry, &rscreen->fences.pool, head) {
65 if (rscreen->fences.data[entry->index] != 0) {
78 if ((rscreen->fences
[all...]
H A Dr600_pipe.h152 /* linked list of freed fences */
165 struct r600_pipe_fences fences; member in struct:r600_screen
294 struct r600_fence fences[FENCE_BLOCK_SIZE]; member in struct:r600_fence_block
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c44 pipe_mutex_lock(rscreen->fences.mutex);
46 if (!rscreen->fences.bo) {
48 rscreen->fences.bo = (struct r600_resource*)
51 if (!rscreen->fences.bo) {
55 rscreen->fences.data = rctx->ws->buffer_map(rscreen->fences.bo->cs_buf,
60 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) {
64 LIST_FOR_EACH_ENTRY(entry, &rscreen->fences.pool, head) {
65 if (rscreen->fences.data[entry->index] != 0) {
78 if ((rscreen->fences
[all...]
H A Dr600_pipe.h152 /* linked list of freed fences */
165 struct r600_pipe_fences fences; member in struct:r600_screen
294 struct r600_fence fences[FENCE_BLOCK_SIZE]; member in struct:r600_fence_block
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dglext.h981 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
982 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
/external/mesa3d/include/GLES/
H A Dglext.h981 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
982 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DlibGLESv2.cpp1690 void __stdcall glDeleteFencesNV(GLsizei n, const GLuint* fences) argument
1692 EVENT("(GLsizei n = %d, const GLuint* fences = 0x%0.8p)", n, fences);
1707 context->deleteFence(fences[i]);
2683 void __stdcall glGenFencesNV(GLsizei n, GLuint* fences) argument
2685 EVENT("(GLsizei n = %d, GLuint* fences = 0x%0.8p)", n, fences);
2700 fences[i] = context->createFence();
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2ext.h1397 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
1398 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2ext.h1376 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
1377 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
/external/mesa3d/include/GLES2/
H A Dgl2ext.h1376 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
1377 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h1457 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
1458 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2ext.h1657 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
1658 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h5598 typedef void (APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
5599 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
6215 typedef void (APIENTRYP PFNGLGENFENCESAPPLEPROC) (GLsizei n, GLuint *fences);
6216 typedef void (APIENTRYP PFNGLDELETEFENCESAPPLEPROC) (GLsizei n, const GLuint *fences);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h10148 GLAPI void APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
10149 GLAPI void APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
10156 typedef void (APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
10157 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
10764 GLAPI void APIENTRY glGenFencesAPPLE (GLsizei n, GLuint *fences);
10765 GLAPI void APIENTRY glDeleteFencesAPPLE (GLsizei n, const GLuint *fences);
10773 typedef void (APIENTRYP PFNGLGENFENCESAPPLEPROC) (GLsizei n, GLuint *fences);
10774 typedef void (APIENTRYP PFNGLDELETEFENCESAPPLEPROC) (GLsizei n, const GLuint *fences);
/external/mesa3d/include/GL/
H A Dglext.h10148 GLAPI void APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
10149 GLAPI void APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
10156 typedef void (APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
10157 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
10764 GLAPI void APIENTRY glGenFencesAPPLE (GLsizei n, GLuint *fences);
10765 GLAPI void APIENTRY glDeleteFencesAPPLE (GLsizei n, const GLuint *fences);
10773 typedef void (APIENTRYP PFNGLGENFENCESAPPLEPROC) (GLsizei n, GLuint *fences);
10774 typedef void (APIENTRYP PFNGLDELETEFENCESAPPLEPROC) (GLsizei n, const GLuint *fences);

Completed in 648 milliseconds