| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| radeon_video.c | 130 * join surfaces into the same buffer with identical tiling params 135 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]) 146 if (!surfaces[i]) 151 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh; 160 if (!surfaces[i]) 164 off = align(off, surfaces[i]->surf_alignment); 168 surfaces[i]->u.legacy.bankw = surfaces[best_tiling]->u.legacy.bankw; 169 surfaces[i]->u.legacy.bankh = surfaces[best_tiling]->u.legacy.bankh [all...] |
| radeon_video.h | 63 /* join surfaces into the same buffer with identical tiling params 67 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| radeon_video.c | 140 * join surfaces into the same buffer with identical tiling params 145 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]) 158 if (!surfaces[i]) 162 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh; 170 if (!surfaces[i]) 174 off = align(off, 1 << surfaces[i]->surf_alignment_log2); 177 surfaces[i]->u.legacy.bankw = surfaces[best_tiling]->u.legacy.bankw; 178 surfaces[i]->u.legacy.bankh = surfaces[best_tiling]->u.legacy.bankh [all...] |
| radeon_video.h | 67 /* join surfaces into the same buffer with identical tiling params 71 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| radeon_video.c | 140 * join surfaces into the same buffer with identical tiling params 145 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]) 158 if (!surfaces[i]) 162 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh; 170 if (!surfaces[i]) 174 off = align(off, surfaces[i]->surf_alignment); 177 surfaces[i]->u.legacy.bankw = surfaces[best_tiling]->u.legacy.bankw; 178 surfaces[i]->u.legacy.bankh = surfaces[best_tiling]->u.legacy.bankh [all...] |
| radeon_video.h | 67 /* join surfaces into the same buffer with identical tiling params 71 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| vdpau.h | 67 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces); 70 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| vdpau.h | 67 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces); 70 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i965_hwmc.h | 24 struct i965_xvmc_surface *surfaces[I965_MAX_SURFACES]; member in struct:i965_xvmc_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| texture9.c | 174 This->surfaces = CALLOC(info->last_level + 1, sizeof(*This->surfaces)); 175 if (!This->surfaces) 183 /* Create all the surfaces right away. 205 &sfdesc, &This->surfaces[l]); 216 *pSharedHandle = This->surfaces[0]->data; 229 if (This->surfaces) { 230 /* The surfaces should have 0 references and be unbound now. */ 232 if (This->surfaces[l]) 233 NineUnknown_Destroy(&This->surfaces[l]->base.base) [all...] |
| cubetexture9.c | 120 This->surfaces = CALLOC(6 * (info->last_level + 1), sizeof(*This->surfaces)); 121 if (!This->surfaces) 130 /* Create all the surfaces right away. 140 /* We allocate the memory for the surfaces as continous blocks. 153 l, f, &sfdesc, &This->surfaces[f + 6 * l]); 176 if (This->surfaces) { 178 NineUnknown_Destroy(&This->surfaces[i]->base.base); 179 FREE(This->surfaces); 199 *pDesc = This->surfaces[Level * 6]->desc [all...] |
| texture9.h | 32 struct NineSurface9 **surfaces; member in struct:NineTexture9
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| cubetexture9.c | 129 This->surfaces = CALLOC(6 * This->base.level_count, sizeof(*This->surfaces)); 130 if (!This->surfaces) 133 /* Create all the surfaces right away. 143 /* We allocate the memory for the surfaces as continous blocks. 156 l, f, &sfdesc, &This->surfaces[f + 6 * l]); 180 if (This->surfaces) { 182 if (This->surfaces[i]) 183 NineUnknown_Destroy(&This->surfaces[i]->base.base); 184 FREE(This->surfaces); [all...] |
| texture9.c | 177 This->surfaces = CALLOC(This->base.level_count, sizeof(*This->surfaces)); 178 if (!This->surfaces) 181 /* Create all the surfaces right away. 203 &sfdesc, &This->surfaces[l]); 214 *pSharedHandle = This->surfaces[0]->data; 228 if (This->surfaces) { 229 /* The surfaces should have 0 references and be unbound now. */ 231 if (This->surfaces[l]) 232 NineUnknown_Destroy(&This->surfaces[l]->base.base) [all...] |
| texture9.h | 33 struct NineSurface9 **surfaces; member in struct:NineTexture9
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_texture.h | 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_texture.h | 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_blitter.c | 77 struct pan_blit_surface surfaces[8]; member in struct:pan_blit_shader_key 153 nir_alu_type type = blit_shader->key.surfaces[rt].type; 413 for (unsigned i = 0; i < ARRAY_SIZE(key->surfaces); i++) { 415 if (key->surfaces[i].type == nir_type_invalid) 418 switch (key->surfaces[i].type) { 425 switch (key->surfaces[i].dim) { 434 (key->surfaces[i].dim ? : 3) + 435 (key->surfaces[i].array ? 1 : 0)); 444 gl_frag_result_name(key->surfaces[i].loc), 446 key->surfaces[i].array ? "[]" : "" 882 struct panfrost_ptr surfaces = local [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_xvmc.c | 69 static XF86MCSurfaceInfoPtr surfaces[] = variable 111 surfaces,
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_xvmc.c | 69 static XF86MCSurfaceInfoPtr surfaces[] = variable 111 surfaces,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/ |
| rbug_screen.h | 59 struct rbug_list surfaces; member in struct:rbug_screen
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/ |
| rbug_screen.h | 59 struct rbug_list surfaces; member in struct:rbug_screen
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| nouveau_video.h | 16 struct pipe_surface *surfaces[VL_NUM_COMPONENTS * 2]; member in struct:nouveau_video_buffer 41 struct nouveau_video_buffer *surfaces[8]; member in struct:nouveau_decoder
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| nouveau_video.h | 16 struct pipe_surface *surfaces[VL_NUM_COMPONENTS * 2]; member in struct:nouveau_video_buffer 41 struct nouveau_video_buffer *surfaces[8]; member in struct:nouveau_decoder
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| eglinfo.c | 57 printf(" id sz l r g b a th cl ns b id eat nd gl es es2 vg surfaces \n"); 82 EGLint renderable, surfaces; local 104 eglGetConfigAttrib(d, configs[i], EGL_SURFACE_TYPE, &surfaces); 109 if (surfaces & EGL_WINDOW_BIT) 111 if (surfaces & EGL_PBUFFER_BIT) 113 if (surfaces & EGL_PIXMAP_BIT) 115 if (surfaces & EGL_STREAM_BIT_KHR)
|