Home
last modified time | relevance | path

Searched refs:__DRI_BUFFER_COUNT (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h50 __DRIbuffer old[__DRI_BUFFER_COUNT];
Ddri2.c110 unsigned attachments[__DRI_BUFFER_COUNT]; in dri2_drawable_get_buffers()
114 assert(*count <= __DRI_BUFFER_COUNT); in dri2_drawable_get_buffers()
414 assert(num_buffers <= __DRI_BUFFER_COUNT); in dri2_allocate_textures()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c241 unsigned int attachments[__DRI_BUFFER_COUNT]; in nouveau_update_renderbuffers()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h317 __DRIbuffer *local_buffers[__DRI_BUFFER_COUNT];
Dplatform_drm.c328 assert(attachments[i] < __DRI_BUFFER_COUNT); in dri2_drm_get_buffers_with_format()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c364 unsigned int attachments[__DRI_BUFFER_COUNT]; in radeon_update_renderbuffers()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c364 unsigned int attachments[__DRI_BUFFER_COUNT]; in radeon_update_renderbuffers()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c687 unsigned attachments[__DRI_BUFFER_COUNT]; in intel_query_dri2_buffers()
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h1030 #define __DRI_BUFFER_COUNT 11 macro
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c1643 unsigned attachments[__DRI_BUFFER_COUNT]; in brw_query_dri2_buffers()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst307 - dri: Use __DRI_BUFFER_COUNT consistently internally