OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i915_texture
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_resource.h
66
struct
i915_texture
{
struct
89
unsigned i915_texture_offset(struct
i915_texture
*tex,
97
static INLINE struct
i915_texture
*
i915_texture
(struct pipe_resource *resource)
function
99
struct
i915_texture
*tex = (struct
i915_texture
*)resource;
i915_resource_texture.c
133
i915_texture_set_level_info(struct
i915_texture
*tex,
146
INLINE unsigned i915_texture_offset(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)
332
i915_texture_layout_2d(struct
i915_texture
*tex)
360
i915_texture_layout_3d(struct
i915_texture
*tex
[
all
...]
i915_state_sampler.c
63
const struct
i915_texture
*tex,
85
const struct
i915_texture
*tex,
156
struct
i915_texture
*texture =
i915_texture
(i915->fragment_sampler_views[unit]->texture);
296
const struct
i915_texture
*tex,
353
struct
i915_texture
*texture =
i915_texture
(i915->fragment_sampler_views[unit]->texture);
i915_state_static.c
104
struct
i915_texture
*tex =
i915_texture
(cbuf_surface->texture);
125
struct
i915_texture
*tex =
i915_texture
(depth_surface->texture);
214
struct
i915_texture
*tex =
i915_texture
(depth_surface->texture);
i915_surface.c
169
struct
i915_texture
*dst_tex =
i915_texture
(dst);
170
struct
i915_texture
*src_tex =
i915_texture
(src);
215
struct
i915_texture
*tex =
i915_texture
(dst->texture);
243
struct
i915_texture
*tex =
i915_texture
(dst->texture);
i915_clear.c
54
struct
i915_texture
*cbuf_tex, *depth_tex;
65
cbuf_tex =
i915_texture
(cbuf->texture);
90
depth_tex =
i915_texture
(zbuf->texture);
111
depth_tex =
i915_texture
(zbuf->texture);
i915_state_emit.c
249
struct
i915_texture
*tex;
256
tex =
i915_texture
(i915->fragment_sampler_views[unit]->texture);
274
struct
i915_texture
*texture =
i915_texture
(i915->fragment_sampler_views[unit]->texture);
i915_state.c
386
struct
i915_texture
*i915_tex =
i915_texture
(tex);
[
all
...]
Completed in 163 milliseconds