Searched refs:i915_texture_vtbl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource.h95 extern struct u_resource_vtbl i915_texture_vtbl;
100 assert(tex->b.vtbl == &i915_texture_vtbl);
H A Di915_resource_texture.c925 struct u_resource_vtbl i915_texture_vtbl = variable in typeref:struct:u_resource_vtbl
954 tex->b.vtbl = &i915_texture_vtbl;
1027 tex->b.vtbl = &i915_texture_vtbl;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.h95 extern struct u_resource_vtbl i915_texture_vtbl;
100 assert(tex->b.vtbl == &i915_texture_vtbl);
H A Di915_resource_texture.c925 struct u_resource_vtbl i915_texture_vtbl = variable in typeref:struct:u_resource_vtbl
954 tex->b.vtbl = &i915_texture_vtbl;
1027 tex->b.vtbl = &i915_texture_vtbl;

Completed in 108 milliseconds