Searched refs:num_clips (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h753 * @num_clips: Number of cliprects given relative to the framebuffer origin,
766 __u32 num_clips; member in struct:drm_vmw_present_arg
784 * @num_clips: Number of cliprects.
792 __u32 num_clips; member in struct:drm_vmw_present_readback_arg
H A Ddrm_mode.h453 * the number of updated regions are half of num_clips given,
466 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd
/external/libdrm/include/drm/
H A Dvmwgfx_drm.h749 * @num_clips: Number of cliprects given relative to the framebuffer origin,
762 __u32 num_clips; member in struct:drm_vmw_present_arg
780 * @num_clips: Number of cliprects.
788 __u32 num_clips; member in struct:drm_vmw_present_readback_arg
H A Ddrm_mode.h440 * the number of updated regions are half of num_clips given,
453 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h752 * @num_clips: Number of cliprects given relative to the framebuffer origin,
765 uint32_t num_clips; member in struct:drm_vmw_present_arg
783 * @num_clips: Number of cliprects.
791 uint32_t num_clips; member in struct:drm_vmw_present_readback_arg
/external/libdrm/
H A Dxf86drmMode.h391 drmModeClipPtr clips, uint32_t num_clips);
H A Dxf86drmMode.c341 drmModeClipPtr clips, uint32_t num_clips)
348 dirty.num_clips = num_clips;
340 drmModeDirtyFB(int fd, uint32_t bufferId, drmModeClipPtr clips, uint32_t num_clips) argument
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c130 unsigned num_clips; member in struct:nir_to_llvm_context
3916 ctx->num_clips = length;
4153 ctx->shader_info->vs.cull_dist_mask <<= ctx->num_clips;
4156 for (j = 0; j < ctx->num_clips; j++)
4161 slots[ctx->num_clips + j] = to_float(ctx, LLVMBuildLoad(ctx->builder,
4164 for (i = ctx->num_clips + ctx->num_culls; i < 8; i++)
4167 if (ctx->num_clips + ctx->num_culls > 4) {

Completed in 534 milliseconds