HomeSort by relevance Sort by last modified time
    Searched refs:fences (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/libcxx/test/atomics/atomics.fences/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.fences/Android.mk
19 test_name := atomics/atomics.fences/atomic_signal_fence
23 test_name := atomics/atomics.fences/atomic_thread_fence
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 61 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.next_index + 1) >= 1024)
    [all...]
radeonsi_pipe.h 59 /* 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/
radeonsi_pipe.c 61 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.next_index + 1) >= 1024)
    [all...]
radeonsi_pipe.h 59 /* 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/
r600_pipe.c 44 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.next_index + 1) >= 1024)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 44 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.next_index + 1) >= 1024)
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/
Android.mk 23 # Needed in order to use fences for synchronization
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 75 * E.g. a node of type FENCED can have the opening and closing fences here.
916 * 2. Neutral fences are matched only with neutral fences of the same shape.
917 * 3. For a collection of unmatched neutral fences we try to get a maximum
918 * number of matching fences. E.g. || a|b || would be turned into a fenced
919 * node with fences || and content a|b.
935 * into single nodes. It also processes singular fences, building expressions
937 * @param {!Array.<cvox.SemanticTree.Node>} fences FIFO queue of fence nodes.
939 * between fences.
940 * @param {!Array.<cvox.SemanticTree.Node>} openStack LIFO stack of open fences
    [all...]
math_semantic_attr.js 106 // Fences.
107 // Fences are treated slightly differently from other symbols as we want to
108 // record pairs of opening/closing and top/bottom fences.
110 * Mapping opening to closing fences.
130 // Extender fences.
139 * Mapping top to bottom fences.
172 /** Array of all fences.
175 this.fences = this.neutralFences.concat(
861 // Fences
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 473 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
474 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
481 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
482 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 473 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
474 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
481 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
482 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 473 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
474 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
481 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
482 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 473 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
474 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
481 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
482 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 473 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
474 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
481 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
482 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 473 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
474 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
481 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
482 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 473 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
474 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
481 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
482 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
  /system/core/libsync/tests/
sync_test.cpp 119 // This is ok, as sync fences are immutable after construction, so a dup
314 // confirm all fences have one active point (even d).
416 // Make a larger fence using 3 other fences from different timelines.
519 vector<SyncFence> fences; local
521 fences.push_back(SyncFence(timeline, i));
523 SyncFence mergeFence(fences);
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 703 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
704 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
711 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
712 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 701 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
702 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
709 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
710 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 701 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
702 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
709 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
710 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 701 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
702 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
709 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
710 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 701 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
702 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
709 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
710 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 701 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
702 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
709 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
710 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 701 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
702 GL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
709 typedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
710 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
    [all...]

Completed in 1016 milliseconds

1 2 3 4 5 6 7