| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_triangle.c | 246 GLfixed er, eg, eb, ea; member in struct:affine_info 331 + (sample[BCOMP] + 1) * info->eb) >> (FIXED_SHIFT + 8); \ 560 info.eb = 0; \ 567 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \ 602 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info 827 info.eb = 0; \ 833 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_triangle.c | 246 GLfixed er, eg, eb, ea; member in struct:affine_info 331 + (sample[BCOMP] + 1) * info->eb) >> (FIXED_SHIFT + 8); \ 560 info.eb = 0; \ 567 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \ 602 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info 827 info.eb = 0; \ 833 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| qxl_kms.c | 543 struct drm_qxl_execbuffer eb; local 558 eb.flags = 0; 559 eb.commands_num = 1; 560 eb.commands = pointer_to_u64(&c); 561 ret = drmIoctl(qxl->drm_fd, DRM_IOCTL_QXL_EXECBUFFER, &eb);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/ |
| virgl_drm_winsys.c | 583 struct drm_virtgpu_execbuffer eb; local 610 memset(&eb, 0, sizeof(eb)); 611 eb.command = (uintptr_t)cmd; 612 eb.size = (1 + VIRGL_PIPE_RES_SET_TYPE_SIZE(plane_count)) * 4; 613 eb.num_bo_handles = 1; 614 eb.bo_handles = (uintptr_t)&res->bo_handle; 616 ret = drmIoctl(qdws->fd, DRM_IOCTL_VIRTGPU_EXECBUFFER, &eb); 942 struct drm_virtgpu_execbuffer eb; local 948 memset(&eb, 0, sizeof(struct drm_virtgpu_execbuffer)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/ |
| virgl_drm_winsys.c | 759 struct drm_virtgpu_execbuffer eb; local 765 memset(&eb, 0, sizeof(struct drm_virtgpu_execbuffer)); 766 eb.command = (unsigned long)(void*)cbuf->buf; 767 eb.size = cbuf->base.cdw * 4; 768 eb.num_bo_handles = cbuf->cres; 769 eb.bo_handles = (unsigned long)(void *)cbuf->res_hlist; 771 eb.fence_fd = -1; 774 eb.flags |= VIRTGPU_EXECBUF_FENCE_FD_IN; 775 eb.fence_fd = cbuf->in_fence_fd; 779 eb.flags |= VIRTGPU_EXECBUF_FENCE_FD_OUT [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcpat.c | 599 FcPatternElt *ea, *eb; local 606 eb = FcPatternObjectFindElt (pbi, object); 609 if (!eb) 611 if (!FcValueListEqual (FcPatternEltValues(ea), FcPatternEltValues(eb))) 616 if (eb)
|