Searched refs:i915_texture (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_resource.h66 struct i915_texture { struct
89 unsigned i915_texture_offset(const struct i915_texture *tex,
97 static inline struct i915_texture *i915_texture(struct pipe_resource *resource) function in typeref:struct:i915_texture *
99 struct i915_texture *tex = (struct i915_texture *)resource;
H A Di915_resource_texture.c133 i915_texture_set_level_info(struct i915_texture *tex,
146 unsigned i915_texture_offset(const struct i915_texture *tex,
158 i915_texture_set_image_offset(struct i915_texture *tex,
176 i915_texture_tiling(struct i915_screen *is, struct i915_texture *tex)
203 i9x5_scanout_layout(struct i915_texture *tex)
238 i9x5_display_target_layout(struct i915_texture *tex)
269 i9x5_special_layout(struct i915_texture *tex)
295 i9x5_texture_layout_cube(struct i915_texture *tex)
333 i915_texture_layout_2d(struct i915_texture *tex)
361 i915_texture_layout_3d(struct i915_texture *te
[all...]
H A Di915_state_sampler.c63 const struct i915_texture *tex,
85 const struct i915_texture *tex,
160 struct i915_texture *texture = i915_texture(i915->fragment_sampler_views[unit]->texture);
300 const struct i915_texture *tex,
373 struct i915_texture *texture = i915_texture(i915->fragment_sampler_views[unit]->texture);
H A Di915_state_static.c104 struct i915_texture *tex = i915_texture(cbuf_surface->texture);
125 struct i915_texture *tex = i915_texture(depth_surface->texture);
213 struct i915_texture *tex = i915_texture(depth_surface->texture);
H A Di915_surface.c210 struct i915_texture *dst_tex = i915_texture(dst);
211 struct i915_texture *src_tex = i915_texture(src);
289 struct i915_texture *tex = i915_texture(dst->texture);
318 struct i915_texture *tex = i915_texture(dst->texture);
H A Di915_clear.c53 struct i915_texture *cbuf_tex, *depth_tex;
64 cbuf_tex = i915_texture(cbuf->texture);
89 depth_tex = i915_texture(zbuf->texture);
110 depth_tex = i915_texture(zbuf->texture);
H A Di915_state_emit.c302 struct i915_texture *tex;
309 tex = i915_texture(i915->fragment_sampler_views[unit]->texture);
327 struct i915_texture *texture = i915_texture(i915->fragment_sampler_views[unit]->texture);
H A Di915_state.c409 struct i915_texture *i915_tex = i915_texture(tex);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_resource.h61 struct i915_texture { struct
84 unsigned i915_texture_offset(const struct i915_texture *tex, unsigned level,
89 static inline struct i915_texture *
90 i915_texture(struct pipe_resource *resource) function in typeref:struct:i915_texture *
92 struct i915_texture *tex = (struct i915_texture *)resource;
H A Di915_state_static.c89 struct i915_texture *tex = i915_texture(cbuf_surface->texture);
109 struct i915_texture *tex = i915_texture(depth_surface->texture);
160 struct i915_texture *tex = i915_texture(depth_surface->texture);
H A Di915_resource_texture.c120 i915_texture_set_level_info(struct i915_texture *tex, unsigned level,
134 i915_texture_offset(const struct i915_texture *tex, unsigned level,
146 i915_texture_set_image_offset(struct i915_texture *tex, unsigned level,
164 i915_texture_tiling(struct i915_screen *is, struct i915_texture *tex)
189 i9x5_scanout_layout(struct i915_texture *tex)
226 i9x5_display_target_layout(struct i915_texture *tex)
258 i9x5_special_layout(struct i915_texture *tex)
325 i9x5_texture_layout_cube(struct i915_texture *tex)
361 i915_texture_layout_2d(struct i915_texture *tex)
389 i915_texture_layout_3d(struct i915_texture *te
[all...]
H A Di915_resource_buffer.c53 struct i915_texture *tex = i915_texture(resource);
H A Di915_clear.c52 struct i915_texture *cbuf_tex, *depth_tex;
63 cbuf_tex = i915_texture(cbuf->texture);
88 depth_tex = i915_texture(zbuf->texture);
110 depth_tex = i915_texture(zbuf->texture);
H A Di915_state_sampler.c75 const struct i915_texture *tex, unsigned state[3])
283 const struct i915_texture *tex,
356 struct i915_texture *texture =
357 i915_texture(i915->fragment_sampler_views[unit]->texture);
H A Di915_surface.c208 struct i915_texture *dst_tex = i915_texture(dst);
209 struct i915_texture *src_tex = i915_texture(src);
291 struct i915_texture *tex = i915_texture(dst->texture);
314 struct i915_texture *tex = i915_texture(dst->texture);
389 struct i915_texture *tex = i915_texture(p
[all...]
H A Di915_state_emit.c246 struct i915_texture *tex;
254 tex = i915_texture(i915->fragment_sampler_views[unit]->texture);
272 struct i915_texture *texture =
273 i915_texture(i915->fragment_sampler_views[unit]->texture);

Completed in 19 milliseconds