Searched refs:brw_texture_object (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tex_obj.h35 struct brw_texture_object struct
85 static inline struct brw_texture_object *
86 brw_texture_object(struct gl_texture_object *obj) function in typeref:struct:brw_texture_object *
88 return (struct brw_texture_object *) obj;
H A Dbrw_object_purgeable.c73 struct brw_texture_object *intel;
78 intel = brw_texture_object(obj);
140 struct brw_texture_object *intel;
144 intel = brw_texture_object(obj);
H A Dbrw_tex.h51 struct brw_texture_object *brw_obj,
H A Dbrw_tex.c37 struct brw_texture_object *obj = CALLOC_STRUCT(brw_texture_object);
57 struct brw_texture_object *brw_obj = brw_texture_object(texObj);
70 struct brw_texture_object *intel_texobj = brw_texture_object(texobj);
133 struct brw_texture_object *intel_texobj = brw_texture_object(texobj);
264 struct brw_texture_object *intel_tex = brw_texture_object(texOb
[all...]
H A Dbrw_tex_validate.c48 struct brw_texture_object *brw_obj = brw_texture_object(tObj);
70 struct brw_texture_object *brw_obj = brw_texture_object(tObj);
H A Dbrw_generate_mipmap.c43 struct brw_texture_object *intel_obj = brw_texture_object(tex_obj);
H A Dbrw_tex_image.c53 struct brw_texture_object *brw_obj,
412 struct brw_texture_object *intel_texobj = brw_texture_object(texobj);
507 struct brw_texture_object *intel_tex;
515 intel_tex = brw_texture_object(tex_obj);
569 struct brw_texture_object *intel_texobj = brw_texture_object(texobj);
634 struct brw_texture_object *intel_texobj = brw_texture_object(texObj);
684 struct brw_texture_object *intel_texob
[all...]
H A Dbrw_wm_surface_state.c479 struct brw_texture_object *intel_obj = brw_texture_object(obj);
1160 is_depth_texture(struct brw_texture_object *iobj)
1194 struct brw_texture_object *iobj = brw_texture_object(obj);
1554 struct brw_texture_object *intel_obj = brw_texture_object(obj);
H A Dbrw_wm.c291 struct brw_texture_object *intel_tex =
292 brw_texture_object((struct gl_texture_object *)t);
H A Dbrw_draw.c497 struct brw_texture_object *tex_obj;
524 tex_obj = brw_texture_object(ctx->Texture.Unit[i]._Current);
538 tex_obj = brw_texture_object(ctx->Texture.Unit[i]._Current);
606 tex_obj = brw_texture_object(u->TexObj);
H A Dbrw_screen.c603 struct brw_texture_object *iobj;
616 iobj = brw_texture_object(obj);
H A Dbrw_mipmap_tree.c1372 struct brw_texture_object *intel_obj =
1373 brw_texture_object(brw_image->base.Base.TexObject);

Completed in 22 milliseconds