| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| stw_st.c | 46 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:stw_st_framebuffer 125 * Remove outdated textures and create the requested ones. 154 /* remove outdated textures */ 158 pipe_resource_reference(&stwfb->textures[i], NULL); 174 if (stwfb->textures[i] || !(mask & (1 << i))) { 176 if (stwfb->textures[i]) 213 stwfb->textures[i] = stwfb->fb->winsys_framebuffer->get_resource( 216 stwfb->textures[i] = 242 stwfb->textures[ST_ATTACHMENT_BACK_LEFT]); 247 stwfb->textures[ST_ATTACHMENT_BACK_LEFT] 278 struct pipe_resource **textures = local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| nv40_verttex.c | 37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; 84 pipe_sampler_view_reference(&nv30->vertprog.textures[i], NULL); 85 nv30->vertprog.textures[i] = views[i]; 87 pipe_sampler_view_reference(&nv30->vertprog.textures[i], views[i]); 94 pipe_sampler_view_reference(&nv30->vertprog.textures[i], NULL);
|
| nv30_fragtex.c | 43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; 185 pipe_sampler_view_reference(&nv30->fragprog.textures[i], NULL); 186 nv30->fragprog.textures[i] = views[i]; 188 pipe_sampler_view_reference(&nv30->fragprog.textures[i], views[i]); 195 pipe_sampler_view_reference(&nv30->fragprog.textures[i], NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| stw_st.c | 44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:stw_st_framebuffer 73 * Remove outdated textures and create the requested ones. 84 /* remove outdated textures */ 87 pipe_resource_reference(&stwfb->textures[i], NULL); 105 if (stwfb->textures[i] || !(mask & (1 << i))) { 107 if (stwfb->textures[i]) 133 stwfb->textures[i] = 166 pipe_resource_reference(&out[i], stwfb->textures[statts[i]]); 186 resource = stwfb->textures[statt]; 257 pipe_resource_reference(&stwfb->textures[i], NULL) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_texture.c | 81 pipe_sampler_view_reference(&tex->textures[p], NULL); 82 tex->textures[p] = view; 84 pipe_sampler_view_reference(&tex->textures[p], view); 87 if (tex->textures[p]) { 88 fd_resource_set_usage(tex->textures[p]->texture, FD_DIRTY_TEX); 96 pipe_sampler_view_reference(&tex->textures[p], NULL); 162 if (i < tex->num_textures && tex->textures[i]) { 164 util_format_description(tex->textures[i]->format);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| xm_st.c | 44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:xmesa_st_framebuffer 67 struct pipe_resource *ptex = xstfb->textures[statt]; 97 struct pipe_resource *src_ptex = xstfb->textures[src_statt]; 98 struct pipe_resource *dst_ptex = xstfb->textures[dst_statt]; 116 * Remove outdated textures and create the requested ones. 128 /* remove outdated textures */ 131 pipe_resource_reference(&xstfb->textures[i], NULL); 149 if (xstfb->textures[i] || !(mask & (1 << i))) { 151 if (xstfb->textures[i]) 178 xstfb->textures[i] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| xm_st.c | 44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:xmesa_st_framebuffer 65 struct pipe_resource *ptex = xstfb->textures[statt]; 94 struct pipe_resource *src_ptex = xstfb->textures[src_statt]; 95 struct pipe_resource *dst_ptex = xstfb->textures[dst_statt]; 113 * Remove outdated textures and create the requested ones. 125 /* remove outdated textures */ 128 pipe_resource_reference(&xstfb->textures[i], NULL); 146 if (xstfb->textures[i] || !(mask & (1 << i))) { 148 if (xstfb->textures[i]) 175 xstfb->textures[i] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| texobj.h | 229 _mesa_GenTextures_no_error(GLsizei n, GLuint *textures); 232 _mesa_GenTextures(GLsizei n, GLuint *textures); 235 _mesa_CreateTextures_no_error(GLenum target, GLsizei n, GLuint *textures); 238 _mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures); 241 _mesa_DeleteTextures_no_error(GLsizei n, const GLuint *textures); 244 _mesa_DeleteTextures( GLsizei n, const GLuint *textures ); 264 const GLuint *textures); 267 _mesa_BindTextures( GLuint first, GLsizei count, const GLuint *textures ); 271 _mesa_PrioritizeTextures( GLsizei n, const GLuint *textures, 276 _mesa_AreTexturesResident( GLsizei n, const GLuint *textures, [all...] |
| shaderimage.h | 102 const GLuint *textures); 105 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| texobj.h | 187 _mesa_GenTextures_no_error(GLsizei n, GLuint *textures); 190 _mesa_GenTextures(GLsizei n, GLuint *textures); 193 _mesa_CreateTextures_no_error(GLenum target, GLsizei n, GLuint *textures); 196 _mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures); 199 _mesa_DeleteTextures_no_error(GLsizei n, const GLuint *textures); 202 _mesa_DeleteTextures( GLsizei n, const GLuint *textures ); 219 const GLuint *textures); 222 _mesa_BindTextures( GLuint first, GLsizei count, const GLuint *textures ); 226 _mesa_PrioritizeTextures( GLsizei n, const GLuint *textures, 231 _mesa_AreTexturesResident( GLsizei n, const GLuint *textures, [all...] |
| shaderimage.h | 97 const GLuint *textures); 100 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| nv40_verttex.c | 37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; 82 pipe_sampler_view_reference(&nv30->vertprog.textures[i], views[i]); 88 pipe_sampler_view_reference(&nv30->vertprog.textures[i], NULL);
|
| /xsrc/external/mit/mesa-demos/dist/src/rbug/ |
| simple_client.c | 44 debug_printf("Sending get textures\n"); 47 debug_printf("Waiting for textures\n"); 52 debug_printf("Got textures:\n"); 54 debug_printf("\ttex %llu\n", (unsigned long long)list->textures[i]);
|
| tex_info.c | 47 debug_printf("Sending get textures\n"); 50 debug_printf("Waiting for textures\n"); 55 debug_printf("Got textures:\n"); 57 rbug_send_texture_info(con, list->textures[i], NULL); 64 (unsigned long long)list->textures[i], util_format_name(info->format),
|
| tex_dump.c | 87 debug_printf("Sending get textures\n"); 90 debug_printf("Waiting for textures\n"); 95 debug_printf("Got textures:\n"); 97 rbug_send_texture_info(con, list->textures[i], NULL); 104 rbug_send_texture_read(con, list->textures[i], 113 dump(list->textures[i], info, read, j);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| dri_drawable.c | 58 struct pipe_resource **textures = local 60 : drawable->textures; 66 /* record newly allocated textures */ 84 /* add existing textures */ 86 if (textures[i]) 100 struct pipe_resource *resource = textures[ST_ATTACHMENT_BACK_LEFT]; 112 pipe_resource_reference(&out[i], textures[statts[i]]); 198 pipe_resource_reference(&drawable->textures[i], NULL); 259 pt = drawable->textures[ST_ATTACHMENT_FRONT_LEFT]; 396 struct pipe_resource *src = drawable->textures[att] [all...] |
| drisw.c | 247 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT]; 251 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); 261 drawable->textures[ST_ATTACHMENT_BACK_LEFT], 280 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT]; 283 if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]) 284 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); 306 drawable->textures[ST_ATTACHMENT_FRONT_LEFT], 309 ptex = drawable->textures[statt]; 344 /* remove outdated textures */ 347 pipe_resource_reference(&drawable->textures[i], NULL) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| dri_drawable.c | 61 struct pipe_resource **textures = local 63 : drawable->textures; 69 /* record newly allocated textures */ 87 /* add existing textures */ 89 if (textures[i]) 103 pipe_resource_reference(&out[i], textures[statts[i]]); 196 pipe_resource_reference(&drawable->textures[i], NULL); 255 pt = drawable->textures[ST_ATTACHMENT_FRONT_LEFT]; 458 struct pipe_resource *src = drawable->textures[att]; 459 struct pipe_resource *zsbuf = drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_texture.c | 77 pipe_sampler_view_reference(&tex->textures[p], view); 78 if (tex->textures[p]) 87 uint nr_samples = fd_resource_nr_samples(tex->textures[i]->texture); 153 if (i < tex->num_textures && tex->textures[i]) { 155 util_format_description(tex->textures[i]->format);
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_texture_array.spec | 44 blend two textures out of a larger set of textures. Moreover, in some 45 cases the selected textures may vary on a per-fragment basis within 48 1. High dynamic range textures. The application stores several 49 different "exposures" of an image as different textures. On a 57 textures to blend at run-time. 59 3. Storing short video clips in textures. Each depth slice is a 64 textures without mipmaps. Both of these options have major drawbacks. 74 2D textures. The per-fragment texel is selected by the R texture 182 "Textures with a base internal format of DEPTH_COMPONENT are supporte [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_texture_array.spec | 44 blend two textures out of a larger set of textures. Moreover, in some 45 cases the selected textures may vary on a per-fragment basis within 48 1. High dynamic range textures. The application stores several 49 different "exposures" of an image as different textures. On a 57 textures to blend at run-time. 59 3. Storing short video clips in textures. Each depth slice is a 64 textures without mipmaps. Both of these options have major drawbacks. 74 2D textures. The per-fragment texel is selected by the R texture 182 "Textures with a base internal format of DEPTH_COMPONENT are supporte [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/ |
| hgl_context.h | 43 struct pipe_resource* textures[ST_ATTACHMENT_COUNT]; member in struct:hgl_buffer 64 //struct pipe_resource* textures[ST_ATTACHMENT_COUNT];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| vc4_uniforms.c | 38 vc4_sampler_view(texstate->textures[unit]); 51 vc4_sampler_view(texstate->textures[unit]); 65 struct pipe_sampler_view *texture = texstate->textures[unit]; 82 struct pipe_sampler_view *texture = texstate->textures[unit]; 93 struct pipe_sampler_view *texture = texstate->textures[unit]; 114 struct pipe_sampler_view *texture = texstate->textures[unit]; 179 struct pipe_sampler_view *texture = texstate->textures[data];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/ |
| hgl.c | 66 struct pipe_resource* ptex = buffer->textures[statt]; 98 pipe_resource_reference(&buffer->textures[i], NULL); 113 if (((1 << i) & buffer->visual->buffer_mask) && buffer->textures[i] == NULL) { 136 buffer->textures[i] = buffer->screen->resource_create(buffer->screen, 138 if (!buffer->textures[i]) 195 pipe_resource_reference(&out[i], buffer->textures[statts[i]]); 269 pipe_resource_reference(&buffer->textures[i], NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| vc4_uniforms.c | 38 vc4_sampler_view(texstate->textures[unit]); 51 vc4_sampler_view(texstate->textures[unit]); 65 struct pipe_sampler_view *texture = texstate->textures[unit]; 82 struct pipe_sampler_view *texture = texstate->textures[unit]; 93 struct pipe_sampler_view *texture = texstate->textures[unit]; 114 struct pipe_sampler_view *texture = texstate->textures[unit]; 179 struct pipe_sampler_view *texture = texstate->textures[data];
|