Home
last modified time | relevance | path

Searched refs:GLbitfield (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/mesa3d/src/mesa/main/
Dsyncobj.h67 _mesa_FenceSync_no_error(GLenum condition, GLbitfield flags);
70 _mesa_FenceSync(GLenum condition, GLbitfield flags);
73 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout);
76 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
79 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout);
82 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
Dsyncobj.c92 GLenum condition, GLbitfield flags) in _mesa_fence_sync()
116 GLbitfield flags, GLuint64 timeout) in _mesa_wait_sync()
275 fence_sync(struct gl_context *ctx, GLenum condition, GLbitfield flags) in fence_sync()
307 _mesa_FenceSync_no_error(GLenum condition, GLbitfield flags) in _mesa_FenceSync_no_error()
315 _mesa_FenceSync(GLenum condition, GLbitfield flags) in _mesa_FenceSync()
337 GLbitfield flags, GLuint64 timeout) in client_wait_sync()
368 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync_no_error()
378 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync()
403 GLbitfield flags, GLuint64 timeout) in wait_sync()
411 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync_no_error()
[all …]
Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region()
74 GLbitfield all_allowed_bits = GL_ATOMIC_COUNTER_BARRIER_BIT | in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion()
Dmtypes.h59 #define BITFIELD_BIT(b) ((GLbitfield)1 << (b))
62 ((b) == 32 ? (~(GLbitfield)0) : BITFIELD_BIT(b) - 1)
372 GLbitfield _Flags; /**< Mask of LIGHT_x bits defined above */
447 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
665 GLbitfield _ColorMaterialBitmask; /**< bitmask formed from Face and Mode */
675 GLbitfield _EnabledLights; /**< bitmask containing enabled lights */
726 GLbitfield SampleMaskValue;
802 GLbitfield CoordReplace; /**< GL_ARB_point_sprite*/
839 GLbitfield EnableFlags; /**< Scissor test enabled? */
1231 GLbitfield _ModeBit; /**< TEXGEN_x bit corresponding to Mode */
[all …]
Dblit.h41 GLbitfield mask, GLenum filter);
46 GLbitfield mask, GLenum filter);
55 GLbitfield mask, GLenum filter);
61 GLbitfield mask, GLenum filter);
Dstate.c72 static GLbitfield
224 static GLbitfield
227 GLbitfield new_state = 0x0; in update_program_constants()
278 GLbitfield new_state = ctx->NewState; in _mesa_update_state_locked()
279 GLbitfield new_prog_state = 0x0; in _mesa_update_state_locked()
280 const GLbitfield computed_states = ~(_NEW_CURRENT_ATTRIB | _NEW_LINE); in _mesa_update_state_locked()
297 GLbitfield prog_flags = _NEW_PROGRAM; in _mesa_update_state_locked()
417 GLbitfield varying_inputs ) in _mesa_set_varying_vp_inputs()
Dbarrier.h45 _mesa_MemoryBarrier(GLbitfield barriers);
48 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers);
51 _mesa_MemoryBarrierByRegion(GLbitfield barriers);
Dpack.h54 GLbitfield transferOps);
91 GLbitfield transferOps);
103 GLbitfield transferOps);
110 GLbitfield transferOps);
Dclear.c144 clear(struct gl_context *ctx, GLbitfield mask, bool no_error) in clear()
182 GLbitfield bufferMask; in clear()
227 _mesa_Clear_no_error(GLbitfield mask) in _mesa_Clear_no_error()
235 _mesa_Clear(GLbitfield mask) in _mesa_Clear()
255 static GLbitfield
259 GLbitfield mask = 0x0; in make_color_buffer_mask()
382 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer); in clear_bufferiv()
470 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer); in clear_bufferuiv()
586 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer); in clear_bufferfv()
665 GLbitfield mask = 0; in clear_bufferfi()
Dbuffers.c54 static GLbitfield
58 GLbitfield mask = 0x0; in supported_buffer_bitmask()
92 static GLbitfield
271 GLbitfield destMask; in draw_buffer()
283 const GLbitfield supportedMask in draw_buffer()
397 GLbitfield usedBufferMask, supportedMask; in draw_buffers()
398 GLbitfield destMask[MAX_DRAW_BUFFERS]; in draw_buffers()
697 GLuint n, const GLenum *buffers, const GLbitfield *destMask) in _mesa_drawbuffers()
699 GLbitfield mask[MAX_DRAW_BUFFERS]; in _mesa_drawbuffers()
704 const GLbitfield supportedMask = supported_buffer_bitmask(ctx, fb); in _mesa_drawbuffers()
[all …]
Dbufferobj.h187 const GLvoid *data, GLbitfield flags);
190 GLbitfield flags);
199 const GLvoid *data, GLbitfield flags);
202 GLbitfield flags);
340 GLsizeiptr length, GLbitfield access);
343 GLbitfield access);
347 GLsizeiptr length, GLbitfield access);
350 GLbitfield access);
Dmultisample.c75 ctx->Multisample.SampleMaskValue = ~(GLbitfield)0; in _mesa_init_multisample()
111 sample_maski(struct gl_context *ctx, GLuint index, GLbitfield mask) in sample_maski()
122 _mesa_SampleMaski_no_error(GLuint index, GLbitfield mask) in _mesa_SampleMaski_no_error()
129 _mesa_SampleMaski(GLuint index, GLbitfield mask) in _mesa_SampleMaski()
Dattrib.h35 _mesa_PushAttrib( GLbitfield mask );
41 _mesa_PushClientAttrib( GLbitfield mask );
Dblit.c348 GLbitfield mask, GLenum filter, bool no_error, const char *func) in blit_framebuffer()
366 const GLbitfield legalMaskBits = (GL_COLOR_BUFFER_BIT | in blit_framebuffer()
589 GLbitfield mask, GLenum filter, const char *func) in blit_framebuffer_err()
609 GLbitfield mask, GLenum filter) in _mesa_BlitFramebuffer_no_error()
623 GLbitfield mask, GLenum filter) in _mesa_BlitFramebuffer()
647 GLbitfield mask, GLenum filter, bool no_error) in blit_named_framebuffer()
699 GLbitfield mask, GLenum filter) in _mesa_BlitNamedFramebuffer_no_error()
714 GLbitfield mask, GLenum filter) in _mesa_BlitNamedFramebuffer()
/external/swiftshader/src/OpenGL/libGLESv2/
DFence.h47 FenceSync(GLuint name, GLenum condition, GLbitfield flags);
50 GLenum clientWait(GLbitfield flags, GLuint64 timeout);
51 void serverWait(GLbitfield flags, GLuint64 timeout);
55 GLbitfield getFlags() const { return mFlags; } in getFlags()
59 GLbitfield mFlags;
DBuffer.h48 GLbitfield access() const { return mAccess; } in access()
50 void* mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access);
63 GLbitfield mAccess;
DFence.cpp118 FenceSync::FenceSync(GLuint name, GLenum condition, GLbitfield flags) : NamedObject(name), mConditi… in FenceSync()
126 GLenum FenceSync::clientWait(GLbitfield flags, GLuint64 timeout) in clientWait()
134 void FenceSync::serverWait(GLbitfield flags, GLuint64 timeout) in serverWait()
/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp505 const GLbitfield finalWordBits = m_numSamples - 32 * ((m_numSamples-1) / 32); in drawPattern()
506 const GLbitfield finalWordMask = (GLbitfield)deBitMask32(0, (int)finalWordBits); in drawPattern()
510 const GLbitfield rawMask = (GLbitfield)deUint32Hash(wordNdx * 32 + triNdx); in drawPattern()
511 const GLbitfield mask = (invert) ? (~rawMask) : (rawMask); in drawPattern()
513 …const GLbitfield maskMask = (isFinalWord) ? (finalWordMask) : (0xFFFFFFFFUL); // maskMask prevents… in drawPattern()
613 …const GLbitfield mask = (wordNdx < (int)sampleMask.size()) ? ((GLbitfield)(sampleMask[wordNdx])) :… in iterate()
815 const GLbitfield finalWordBits = m_numSamples - 32 * ((m_numSamples-1) / 32); in iterate()
816 const GLbitfield finalWordMask = (GLbitfield)deBitMask32(0, (int)finalWordBits); in iterate()
820 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSamples / 2)) ^ row); in iterate()
822 …const GLbitfield maskMask = (isFinalWord) ? (finalWordMask) : (0xFFFFFFFFUL); // maskMask prevents… in iterate()
[all …]
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h71 GLbitfield SavedState; /**< bitmask of MESA_META_* flags */
86 GLbitfield BlendEnabled;
145 GLbitfield ClipPlanesEnabled;
152 GLbitfield TexEnabled[MAX_TEXTURE_UNITS];
153 GLbitfield TexGenEnabled[MAX_TEXTURE_UNITS];
447 _mesa_meta_begin(struct gl_context *ctx, GLbitfield state);
475 extern GLbitfield
481 GLbitfield mask, GLenum filter);
491 GLbitfield mask, GLenum filter);
494 _mesa_meta_Clear(struct gl_context *ctx, GLbitfield buffers);
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_clear.c63 debug_mask(const char *name, GLbitfield mask) in debug_mask()
81 intelClear(struct gl_context *ctx, GLbitfield mask) in intelClear()
85 GLbitfield tri_mask = 0; in intelClear()
86 GLbitfield blit_mask = 0; in intelClear()
87 GLbitfield swrast_mask = 0; in intelClear()
/external/mesa3d/src/mesa/swrast/
Ds_context.h230 GLbitfield _RasterMask;
251 GLbitfield NewState;
256 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );
263 GLbitfield InvalidatePointMask;
264 GLbitfield InvalidateLineMask;
265 GLbitfield InvalidateTriangleMask;
Dswrast.h162 GLbitfield mask, GLenum filter);
165 _swrast_Clear(struct gl_context *ctx, GLbitfield buffers);
236 GLbitfield mode,
248 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state );
Ds_clear.c57 GLbitfield mapMode = GL_MAP_WRITE_BIT; in clear_rgba_buffer()
203 _swrast_Clear(struct gl_context *ctx, GLbitfield buffers) in _swrast_Clear()
205 const GLbitfield BUFFER_DS = BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL; in _swrast_Clear()
209 const GLbitfield legalBits = in _swrast_Clear()
/external/mesa3d/src/mesa/math/
Dm_vector.h68 GLbitfield flags; /**< bitmask of VEC_x flags */
74 extern void _mesa_vector4f_init( GLvector4f *v, GLbitfield flags,
76 extern void _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags,
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c108 GLbitfield samplers_used = prog->SamplersUsed; in update_textures()
109 GLbitfield texel_fetch_samplers = prog->info.textures_used_by_txf; in update_textures()
110 GLbitfield free_slots = ~prog->SamplersUsed; in update_textures()
111 GLbitfield external_samplers_used = prog->ExternalSamplersUsed; in update_textures()

12345678910