| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource.c | 86 uint32 numMipLevels; local in function:svga_can_create_resource
|
| H A D | svga_screen_cache.h | 68 uint32_t numMipLevels:6; member in struct:svga_host_surface_cache_key
|
| H A D | svga_resource_texture.c | 1486 unsigned numMipLevels; local in function:svga_texture_transfer_unmap_upload 295 readback_image_vgpu10(struct svga_context * svga,struct svga_winsys_surface * surf,unsigned slice,unsigned level,unsigned numMipLevels) argument 720 update_image_vgpu10(struct svga_context * svga,struct svga_winsys_surface * surf,const SVGA3dBox * box,unsigned slice,unsigned level,unsigned numMipLevels) argument
|
| H A D | svga_surface.c | 808 unsigned numMipLevels = tex->b.b.last_level + 1; local in function:svga_propagate_surface 147 svga_texture_copy_handle_resource(struct svga_context * svga,struct svga_texture * src_tex,struct svga_winsys_surface * dst,unsigned int numMipLevels,unsigned int numLayers,int zslice_pick,unsigned int mipoffset,unsigned int layeroffset) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource.c | 86 uint32 numMipLevels; local in function:svga_can_create_resource
|
| H A D | svga_screen_cache.h | 68 uint32_t numMipLevels:6; member in struct:svga_host_surface_cache_key
|
| H A D | svga_resource_texture.c | 1423 unsigned numMipLevels; local in function:svga_texture_transfer_unmap_upload 253 readback_image_vgpu10(struct svga_context * svga,struct svga_winsys_surface * surf,unsigned slice,unsigned level,unsigned numMipLevels) argument 680 update_image_vgpu10(struct svga_context * svga,struct svga_winsys_surface * surf,const SVGA3dBox * box,unsigned slice,unsigned level,unsigned numMipLevels) argument
|
| H A D | svga_surface.c | 796 unsigned numMipLevels = tex->b.last_level + 1; local in function:svga_propagate_surface 131 svga_texture_copy_handle_resource(struct svga_context * svga,struct svga_texture * src_tex,struct svga_winsys_surface * dst,unsigned int numMipLevels,unsigned int numLayers,int zslice_pick,unsigned int mipoffset,unsigned int layeroffset) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen_svga.c | 173 vmw_svga_winsys_surface_create(struct svga_winsys_screen * sws,SVGA3dSurfaceAllFlags flags,SVGA3dSurfaceFormat format,unsigned usage,SVGA3dSize size,uint32 numLayers,uint32 numMipLevels,unsigned sampleCount) argument 326 vmw_svga_winsys_surface_can_create(struct svga_winsys_screen * sws,SVGA3dSurfaceFormat format,SVGA3dSize size,uint32 numLayers,uint32 numMipLevels,uint32 numSamples) argument
|
| H A D | vmw_screen_ioctl.c | 138 vmw_ioctl_surface_create(struct vmw_winsys_screen * vws,SVGA3dSurface1Flags flags,SVGA3dSurfaceFormat format,unsigned usage,SVGA3dSize size,uint32_t numFaces,uint32_t numMipLevels,unsigned sampleCount) argument 200 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen * vws,SVGA3dSurfaceAllFlags flags,SVGA3dSurfaceFormat format,unsigned usage,SVGA3dSize size,uint32_t numFaces,uint32_t numMipLevels,unsigned sampleCount,uint32_t buffer_handle,SVGA3dMSPattern multisamplePattern,SVGA3dMSQualityLevel qualityLevel,struct vmw_region ** p_region) argument 403 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen * vws,const struct winsys_handle * whandle,SVGA3dSurfaceAllFlags * flags,SVGA3dSurfaceFormat * format,uint32_t * numMipLevels,uint32_t * handle,struct vmw_region ** p_region) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen_ioctl.c | 138 vmw_ioctl_surface_create(struct vmw_winsys_screen * vws,SVGA3dSurface1Flags flags,SVGA3dSurfaceFormat format,unsigned usage,SVGA3dSize size,uint32_t numFaces,uint32_t numMipLevels,unsigned sampleCount) argument 200 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen * vws,SVGA3dSurfaceAllFlags flags,SVGA3dSurfaceFormat format,unsigned usage,SVGA3dSize size,uint32_t numFaces,uint32_t numMipLevels,unsigned sampleCount,uint32_t buffer_handle,SVGA3dMSPattern multisamplePattern,SVGA3dMSQualityLevel qualityLevel,struct vmw_region ** p_region) argument 407 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen * vws,const struct winsys_handle * whandle,SVGA3dSurfaceAllFlags * flags,SVGA3dSurfaceFormat * format,uint32_t * numMipLevels,uint32_t * handle,struct vmw_region ** p_region) argument [all...] |
| H A D | vmw_screen_svga.c | 480 vmw_svga_winsys_surface_create(struct svga_winsys_screen * sws,SVGA3dSurfaceAllFlags flags,SVGA3dSurfaceFormat format,unsigned usage,SVGA3dSize size,uint32 numLayers,uint32 numMipLevels,unsigned sampleCount) argument 633 vmw_svga_winsys_surface_can_create(struct svga_winsys_screen * sws,SVGA3dSurfaceFormat format,SVGA3dSize size,uint32 numLayers,uint32 numMipLevels,uint32 numSamples) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_surfacedefs.h | 1049 svga3dsurface_get_image_offset(SVGA3dSurfaceFormat format,SVGA3dSize baseLevelSize,uint32 numMipLevels,uint32 layer,uint32 mip) argument
|
| H A D | svga3d_cmd.h | 320 uint32 numMipLevels; member in struct:__anonc6e2a0b50308 1347 uint32 numMipLevels; member in struct:__anonc6e2a0b53c08 1656 uint32 numMipLevels; member in struct:SVGA3dCmdDefineGBSurface 1676 uint32 numMipLevels; member in struct:SVGA3dCmdDefineGBSurface_v2 1695 uint32 numMipLevels; member in struct:SVGA3dCmdDefineGBSurface_v3
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_surfacedefs.h | 1049 svga3dsurface_get_image_offset(SVGA3dSurfaceFormat format,SVGA3dSize baseLevelSize,uint32 numMipLevels,uint32 layer,uint32 mip) argument
|
| H A D | svga3d_cmd.h | 354 uint32 numMipLevels; member in struct:__anon2dcb6c680308 1381 uint32 numMipLevels; member in struct:__anon2dcb6c683c08 1690 uint32 numMipLevels; member in struct:SVGA3dCmdDefineGBSurface 1710 uint32 numMipLevels; member in struct:SVGA3dCmdDefineGBSurface_v2 1729 uint32 numMipLevels; member in struct:SVGA3dCmdDefineGBSurface_v3
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| H A D | gfx10addrlib.cpp | 2875 const UINT_32 numMipLevels = Max(pIn->numMipLevels, 1u); local in function:Addr::V2::Gfx10Lib::HwlGetPreferredSurfaceSetting [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 373 GetMetaMipInfo(UINT_32 numMipLevels,Dim3d * pMetaBlkDim,BOOL_32 dataThick,ADDR2_META_MIP_INFO * pInfo,UINT_32 mip0Width,UINT_32 mip0Height,UINT_32 mip0Depth,UINT_32 * pNumMetaBlkX,UINT_32 * pNumMetaBlkY,UINT_32 * pNumMetaBlkZ) const argument 3312 const UINT_32 numMipLevels = Max(pIn->numMipLevels, 1u); local in function:Addr::V2::Gfx9Lib::HwlGetPreferredSurfaceSetting [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 411 GetMetaMipInfo(UINT_32 numMipLevels,Dim3d * pMetaBlkDim,BOOL_32 dataThick,ADDR2_META_MIP_INFO * pInfo,UINT_32 mip0Width,UINT_32 mip0Height,UINT_32 mip0Depth,UINT_32 * pNumMetaBlkX,UINT_32 * pNumMetaBlkY,UINT_32 * pNumMetaBlkZ) const argument 3496 const UINT_32 numMipLevels = Max(pIn->numMipLevels, 1u); local in function:Addr::V2::Gfx9Lib::HwlGetPreferredSurfaceSetting [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 558 UINT_32 numMipLevels; ///< Number of mips in mip chain member in struct:_ADDR_COMPUTE_SURFACE_INFO_INPUT 2393 UINT_32 numMipLevels; ///< Total mipmap levels. member in struct:_ADDR2_COMPUTE_SURFACE_INFO_INPUT 2520 UINT_32 numMipLevels; ///< Total mipmap levels member in struct:_ADDR2_COMPUTE_SURFACE_ADDRFROMCOORD_INPUT 2584 UINT_32 numMipLevels; ///< Total mipmap levels. member in struct:_ADDR2_COMPUTE_SURFACE_COORDFROMADDR_INPUT 2702 UINT_32 numMipLevels; ///< Total mipmap levels of color surface member in struct:_ADDR2_COMPUTE_HTILE_INFO_INPUT 2771 UINT_32 numMipLevels; ///< Depth surface total mipmap levels member in struct:_ADDR2_COMPUTE_HTILE_ADDRFROMCOORD_INPUT 2825 UINT_32 numMipLevels; ///< Depth surface total mipmap levels member in struct:_ADDR2_COMPUTE_HTILE_COORDFROMADDR_INPUT 3011 UINT_32 numMipLevels; ///< Color surface total mipmap levels. member in struct:_ADDR2_COMPUTE_CMASK_COORDFROMADDR_INPUT 3270 UINT_32 numMipLevels; ///< Tota member in struct:_ADDR2_COMPUTE_DCCINFO_INPUT 3358 UINT_32 numMipLevels; ///< Color surface mipmap levels member in struct:_ADDR2_COMPUTE_DCC_ADDRFROMCOORD_INPUT 3655 UINT_32 numMipLevels; ///< Total mipmap levels. member in struct:_ADDR2_GET_PREFERRED_SURF_SETTING_INPUT [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 561 UINT_32 numMipLevels; ///< Number of mips in mip chain member in struct:_ADDR_COMPUTE_SURFACE_INFO_INPUT 2441 UINT_32 numMipLevels; ///< Total mipmap levels. member in struct:_ADDR2_COMPUTE_SURFACE_INFO_INPUT 2570 UINT_32 numMipLevels; ///< Total mipmap levels member in struct:_ADDR2_COMPUTE_SURFACE_ADDRFROMCOORD_INPUT 2636 UINT_32 numMipLevels; ///< Total mipmap levels. member in struct:_ADDR2_COMPUTE_SURFACE_COORDFROMADDR_INPUT 2757 UINT_32 numMipLevels; ///< Total mipmap levels of color surface member in struct:_ADDR2_COMPUTE_HTILE_INFO_INPUT 2833 UINT_32 numMipLevels; ///< Depth surface total mipmap levels member in struct:_ADDR2_COMPUTE_HTILE_ADDRFROMCOORD_INPUT 2889 UINT_32 numMipLevels; ///< Depth surface total mipmap levels member in struct:_ADDR2_COMPUTE_HTILE_COORDFROMADDR_INPUT 2951 UINT_32 numMipLevels; ///< Number of mip levels member in struct:_ADDR2_COMPUTE_CMASKINFO_INPUT 3116 UINT_32 numMipLevels; ///< Colo member in struct:_ADDR2_COMPUTE_CMASK_COORDFROMADDR_INPUT 3383 UINT_32 numMipLevels; ///< Total mipmap levels of color surface member in struct:_ADDR2_COMPUTE_DCCINFO_INPUT 3493 UINT_32 numMipLevels; ///< Color surface mipmap levels member in struct:_ADDR2_COMPUTE_DCC_ADDRFROMCOORD_INPUT 3700 UINT_32 numMipLevels; ///< Total mipmap levels. member in struct:_ADDR2_COMPUTE_NONBLOCKCOMPRESSEDVIEW_INPUT 3721 UINT_32 numMipLevels; ///< Total mipmap levels for the view member in struct:_ADDR2_COMPUTE_NONBLOCKCOMPRESSEDVIEW_OUTPUT 3867 UINT_32 numMipLevels; ///< Total mipmap levels. member in struct:_ADDR2_GET_PREFERRED_SURF_SETTING_INPUT [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | svga3d_reg.h | 1122 uint32 numMipLevels; member in struct:__anon70b0d8603b08
|