Searched refs:texture (Results 1 - 25 of 1025) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_sampler.h44 const struct pipe_resource *texture,
49 const struct pipe_resource *texture,
H A Du_sampler.c39 const struct pipe_resource *texture,
45 /* XXX: Check if format is compatible with texture->format.
48 view->target = texture->target;
51 view->u.tex.last_level = texture->last_level;
53 view->u.tex.last_layer = texture->target == PIPE_TEXTURE_3D ?
54 texture->depth0 - 1 : texture->array_size - 1;
90 const struct pipe_resource *texture,
95 texture,
102 const struct pipe_resource *texture,
38 default_template(struct pipe_sampler_view * view,const struct pipe_resource * texture,enum pipe_format format,unsigned expand_green_blue) argument
89 u_sampler_view_default_template(struct pipe_sampler_view * view,const struct pipe_resource * texture,enum pipe_format format) argument
101 u_sampler_view_default_dx9_template(struct pipe_sampler_view * view,const struct pipe_resource * texture,enum pipe_format format) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_sampler.h44 const struct pipe_resource *texture,
49 const struct pipe_resource *texture,
H A Du_sampler.c39 const struct pipe_resource *texture,
45 /* XXX: Check if format is compatible with texture->format.
48 view->target = texture->target;
51 view->u.tex.last_level = texture->last_level;
53 view->u.tex.last_layer = texture->target == PIPE_TEXTURE_3D ?
54 texture->depth0 - 1 : texture->array_size - 1;
90 const struct pipe_resource *texture,
95 texture,
102 const struct pipe_resource *texture,
38 default_template(struct pipe_sampler_view * view,const struct pipe_resource * texture,enum pipe_format format,unsigned expand_green_blue) argument
89 u_sampler_view_default_template(struct pipe_sampler_view * view,const struct pipe_resource * texture,enum pipe_format format) argument
101 u_sampler_view_default_dx9_template(struct pipe_sampler_view * view,const struct pipe_resource * texture,enum pipe_format format) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_sampler_view.h40 struct pipe_resource *texture,
45 u_sampler_view_default_template(&templ, texture, format);
47 return pipe->create_sampler_view(pipe, texture, &templ);
53 struct pipe_resource *texture)
55 return st_create_texture_sampler_view_format(pipe, texture,
56 texture->format);
39 st_create_texture_sampler_view_format(struct pipe_context * pipe,struct pipe_resource * texture,enum pipe_format format) argument
52 st_create_texture_sampler_view(struct pipe_context * pipe,struct pipe_resource * texture) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_sampler_view.h40 struct pipe_resource *texture,
45 u_sampler_view_default_template(&templ, texture, format);
47 return pipe->create_sampler_view(pipe, texture, &templ);
53 struct pipe_resource *texture)
55 return st_create_texture_sampler_view_format(pipe, texture,
56 texture->format);
39 st_create_texture_sampler_view_format(struct pipe_context * pipe,struct pipe_resource * texture,enum pipe_format format) argument
52 st_create_texture_sampler_view(struct pipe_context * pipe,struct pipe_resource * texture) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dgenmipmap.h45 _mesa_GenerateTextureMipmap_no_error(GLuint texture);
48 _mesa_GenerateTextureMipmap(GLuint texture);
51 _mesa_GenerateTextureMipmapEXT(GLuint texture, GLenum target);
H A Dtexparam.h92 _mesa_GetTextureLevelParameterfv(GLuint texture, GLint level,
96 _mesa_GetTextureLevelParameteriv(GLuint texture, GLint level,
100 _mesa_GetTextureLevelParameterfvEXT(GLuint texture, GLenum target,
105 _mesa_GetTextureLevelParameterivEXT(GLuint texture, GLenum target,
132 _mesa_GetTextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, GLfloat *params);
135 _mesa_GetTextureParameterfv(GLuint texture, GLenum pname, GLfloat *params);
138 _mesa_GetTextureParameterivEXT(GLuint texture, GLenum target, GLenum pname, GLint *params );
141 _mesa_GetTextureParameteriv(GLuint texture, GLenum pname, GLint *params);
144 _mesa_GetTextureParameterIiv(GLuint texture, GLenum pname, GLint *params);
147 _mesa_GetTextureParameterIivEXT(GLuint texture, GLenu
[all...]
H A Dtexturebindless.h73 _mesa_GetTextureHandleARB_no_error(GLuint texture);
76 _mesa_GetTextureHandleARB(GLuint texture);
79 _mesa_GetTextureSamplerHandleARB_no_error(GLuint texture, GLuint sampler);
82 _mesa_GetTextureSamplerHandleARB(GLuint texture, GLuint sampler);
97 _mesa_GetImageHandleARB_no_error(GLuint texture, GLint level, GLboolean layered,
101 _mesa_GetImageHandleARB(GLuint texture, GLint level, GLboolean layered,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dgenmipmap.h45 _mesa_GenerateTextureMipmap_no_error(GLuint texture);
48 _mesa_GenerateTextureMipmap(GLuint texture);
H A Dtexparam.h92 _mesa_GetTextureLevelParameterfv(GLuint texture, GLint level,
96 _mesa_GetTextureLevelParameteriv(GLuint texture, GLint level,
114 _mesa_GetTextureParameterfv(GLuint texture, GLenum pname, GLfloat *params);
117 _mesa_GetTextureParameteriv(GLuint texture, GLenum pname, GLint *params);
120 _mesa_GetTextureParameterIiv(GLuint texture, GLenum pname, GLint *params);
123 _mesa_GetTextureParameterIuiv(GLuint texture, GLenum pname, GLuint *params);
145 _mesa_TextureParameterfv(GLuint texture, GLenum pname, const GLfloat *params);
148 _mesa_TextureParameterf(GLuint texture, GLenum pname, GLfloat param);
151 _mesa_TextureParameteri(GLuint texture, GLenum pname, GLint param);
154 _mesa_TextureParameteriv(GLuint texture, GLenu
[all...]
H A Dtexturebindless.h73 _mesa_GetTextureHandleARB_no_error(GLuint texture);
76 _mesa_GetTextureHandleARB(GLuint texture);
79 _mesa_GetTextureSamplerHandleARB_no_error(GLuint texture, GLuint sampler);
82 _mesa_GetTextureSamplerHandleARB(GLuint texture, GLuint sampler);
97 _mesa_GetImageHandleARB_no_error(GLuint texture, GLint level, GLboolean layered,
101 _mesa_GetImageHandleARB(GLuint texture, GLint level, GLboolean layered,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dfont.h40 /* The font is stored in a RECT texture. There are 256 glyphs
41 * drawn in a 16x16 matrix. The texture coordinates of a glyph
50 struct pipe_resource *texture; member in struct:util_font
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_transfer.h33 struct pipe_resource *texture,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_transfer.h33 struct pipe_resource *texture,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dfont.h40 /* The font is stored in a RECT texture. There are 256 glyphs
41 * drawn in a 16x16 matrix. The texture coordinates of a glyph
50 struct pipe_resource *texture; member in struct:util_font
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Ddisassemble.c794 /* Swizzle/mask formats are common between load/store ops and texture ops, it
966 midgard_texture_word *texture = (midgard_texture_word *) word; local in function:print_texture_word
969 printf("texture");
971 /* Broad category of texture operation in question */
972 print_texture_op(texture->op);
975 print_texture_format(texture->format);
980 if (!texture->filter)
983 if (texture->shadow)
986 if (texture->cont)
989 if (texture
[all...]
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dconvolutions.c47 static struct Texture texture; variable in typeref:struct:Texture
246 {/*texture*/
251 float offsets[] = { 1.0 / texture.width, 1.0 / texture.height,
252 0.0 , 1.0 / texture.height,
253 -1.0 / texture.width, 1.0 / texture.height,
254 1.0 / texture.width, 0.0,
256 -1.0 / texture.width, 0.0,
257 1.0 / texture
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear_fastpath.c70 const struct lp_jit_texture *texture = &context->textures[0]; local in function:lp_linear_blit_rgba_blit
84 src_x = x + util_iround(a0[1][0]*texture->width - 0.5f);
85 src_y = y + util_iround(a0[1][1]*texture->height - 0.5f);
87 src = texture->base;
88 src_stride = texture->row_stride[0];
94 src_x + width > texture->width ||
95 src_y + height > texture->height)
122 const struct lp_jit_texture *texture = &context->textures[0]; local in function:lp_linear_blit_rgb1_blit
138 src_x = x + util_iround(a0[1][0]*texture->width - 0.5f);
139 src_y = y + util_iround(a0[1][1]*texture
[all...]
H A Dlp_state_fs_linear.c52 const struct lp_jit_texture *texture; member in struct:nearest_sampler
105 * effectively the pixel shader was just a texture fetch which has
173 * XXX: migrate this to use Jose's quad blitter texture fetch routines.
180 const struct lp_jit_texture *texture = samp->texture; local in function:fetch_row
183 (const uint32_t *)((const uint8_t *)texture->base +
184 yy * texture->row_stride[0]);
198 /* Version of fetch_row which can cope with texture edges. In
206 const struct lp_jit_texture *texture = samp->texture; local in function:fetch_row_clamped
236 const struct lp_jit_texture *texture = samp->texture; local in function:fetch_row_xy_clamped
259 init_nearest_sampler(struct nearest_sampler * samp,const struct lp_jit_texture * texture,int x0,int y0,int width,int height,float s0,float dsdx,float dsdy,float t0,float dtdx,float dtdy,float w0,float dwdx,float dwdy) argument
373 const struct lp_jit_texture *texture = &context->textures[0]; local in function:blit_rgba_blit
425 const struct lp_jit_texture *texture = &context->textures[0]; local in function:blit_rgb1_blit
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_texture.c117 struct lima_sampler_view *texture, void *pdesc,
130 switch (texture->base.target) {
145 first_level = texture->base.u.tex.first_level;
146 last_level = texture->base.u.tex.last_level;
147 first_layer = texture->base.u.tex.first_layer;
234 lima_texture_desc_set_res(ctx, desc, texture->base.texture,
239 lima_calc_tex_desc_size(struct lima_sampler_view *texture) argument
243 unsigned first_level = texture->base.u.tex.first_level;
244 unsigned last_level = texture
116 lima_update_tex_desc(struct lima_context * ctx,struct lima_sampler_state * sampler,struct lima_sampler_view * texture,void * pdesc,unsigned desc_size) argument
270 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); local in function:lima_update_textures
282 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); local in function:lima_update_textures
292 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); local in function:lima_update_textures
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c161 struct pipe_resource *texture,
169 if (!(texture->bind & PIPE_BIND_SAMPLER_VIEW)) {
171 texture->bind |= PIPE_BIND_SAMPLER_VIEW;
177 view->texture = NULL;
178 pipe_resource_reference(&view->texture, texture);
187 if (view->target != texture->target) {
189 assert(texture->target == PIPE_TEXTURE_1D_ARRAY);
191 assert(texture->target == PIPE_TEXTURE_1D);
193 assert(texture
160 llvmpipe_create_sampler_view(struct pipe_context * pipe,struct pipe_resource * texture,const struct pipe_sampler_view * templ) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c39 struct vc4_resource *rsc = vc4_resource(sview->texture);
65 struct pipe_sampler_view *texture = texstate->textures[unit]; local in function:write_texture_p2
66 struct vc4_resource *rsc = vc4_resource(texture->texture);
82 struct pipe_sampler_view *texture = texstate->textures[unit]; local in function:write_texture_first_level
84 cl_aligned_f(uniforms, texture->u.tex.first_level);
93 struct pipe_sampler_view *texture = texstate->textures[unit]; local in function:write_texture_msaa_addr
94 struct vc4_resource *rsc = vc4_resource(texture->texture);
114 struct pipe_sampler_view *texture local in function:write_texture_border_color
179 struct pipe_sampler_view *texture = texstate->textures[data]; local in function:get_texrect_scale
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_uniforms.c49 struct pipe_sampler_view *texture = ctx->sampler_view[index]; local in function:get_texrect_scale
53 dim = texture->texture->width0;
55 dim = texture->texture->height0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c39 struct vc4_resource *rsc = vc4_resource(sview->texture);
65 struct pipe_sampler_view *texture = texstate->textures[unit]; local in function:write_texture_p2
66 struct vc4_resource *rsc = vc4_resource(texture->texture);
82 struct pipe_sampler_view *texture = texstate->textures[unit]; local in function:write_texture_first_level
84 cl_aligned_f(uniforms, texture->u.tex.first_level);
93 struct pipe_sampler_view *texture = texstate->textures[unit]; local in function:write_texture_msaa_addr
94 struct vc4_resource *rsc = vc4_resource(texture->texture);
114 struct pipe_sampler_view *texture local in function:write_texture_border_color
179 struct pipe_sampler_view *texture = texstate->textures[data]; local in function:get_texrect_scale
[all...]

Completed in 23 milliseconds

1234567891011>>