HomeSort by: relevance | last modified time | path
    Searched defs:mipmap (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta_generate_mipmap.c 41 #include "main/mipmap.h"
61 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
104 if (mipmap->fb == NULL) {
105 mipmap->fb = ctx->Driver.NewFramebuffer(ctx, 0xDEADBEEF);
106 if (mipmap->fb == NULL) {
113 _mesa_meta_framebuffer_texture_image(ctx, mipmap->fb,
116 status = _mesa_check_framebuffer_status(ctx, mipmap->fb);
128 struct gen_mipmap_state *mipmap)
130 if (mipmap->VAO == 0
150 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta_generate_mipmap.c 41 #include "main/mipmap.h"
61 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
104 if (mipmap->fb == NULL) {
105 mipmap->fb = ctx->Driver.NewFramebuffer(ctx, 0xDEADBEEF);
106 if (mipmap->fb == NULL) {
113 _mesa_meta_framebuffer_texture_image(ctx, mipmap->fb,
116 status = _mesa_check_framebuffer_status(ctx, mipmap->fb);
128 struct gen_mipmap_state *mipmap)
130 if (mipmap->VAO == 0
150 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_texture_state.c 92 const bool mipmap = ss->min_mip_filter != PIPE_TEX_MIPFILTER_NONE; local
117 COND(ss->lod_bias != 0.0 && mipmap, VIVS_TE_SAMPLER_LOD_CONFIG_BIAS_ENABLE) |
123 if (mipmap) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
glx_api.c 1912 int target = 0, format = 0, mipmap = 0; local
1949 mipmap = 1;
1971 if (mipmap) {
2000 if (format || target || mipmap) {
2002 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
fakeglx.c 1980 int target = 0, format = 0, mipmap = 0; local
2017 mipmap = 1;
2039 if (mipmap) {
2068 if (format || target || mipmap) {
2070 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
glx_api.c 1962 int target = 0, format = 0, mipmap = 0; local
1999 mipmap = 1;
2021 if (mipmap) {
2050 if (format || target || mipmap) {
2052 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
fakeglx.c 2014 int target = 0, format = 0, mipmap = 0; local
2051 mipmap = 1;
2073 if (mipmap) {
2102 if (format || target || mipmap) {
2104 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga3d_types.h 1784 * is a surface ID as well as face/mipmap indices.
1791 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga3d_types.h 1745 * is a surface ID as well as face/mipmap indices.
1752 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
svga3d_reg.h 1050 * is a surface ID as well as face/mipmap indices.
1057 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
1281 * discard the contents of the current mipmap level and face of the target
1669 * - Currently, no backend supports blits from a mipmap or face

Completed in 29 milliseconds