Searched defs:tiling (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_screen.h50 boolean tiling; member in struct:i915_screen::__anon13802
H A Di915_resource.h69 /* tiling flags */
70 enum i915_winsys_buffer_tile tiling; member in struct:i915_texture
H A Di915_state_sampler.c278 ms3_tiling_bits(enum i915_winsys_buffer_tile tiling) argument
282 switch (tiling) {
325 | ms3_tiling_bits(tex->tiling));
H A Di915_state_static.c79 buf_3d_tiling_bits(enum i915_winsys_buffer_tile tiling) argument
83 switch (tiling) {
110 buf_3d_tiling_bits(tex->tiling);
135 buf_3d_tiling_bits(tex->tiling);
219 if (is->is_i945 && tex->tiling != I915_TILE_NONE
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.h50 boolean tiling; member in struct:i915_screen::__anon27213
H A Di915_resource.h69 /* tiling flags */
70 enum i915_winsys_buffer_tile tiling; member in struct:i915_texture
H A Di915_state_sampler.c278 ms3_tiling_bits(enum i915_winsys_buffer_tile tiling) argument
282 switch (tiling) {
325 | ms3_tiling_bits(tex->tiling));
H A Di915_state_static.c79 buf_3d_tiling_bits(enum i915_winsys_buffer_tile tiling) argument
83 switch (tiling) {
110 buf_3d_tiling_bits(tex->tiling);
135 buf_3d_tiling_bits(tex->tiling);
219 if (is->is_i945 && tex->tiling != I915_TILE_NONE
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
H A Di915_sw_winsys.h46 enum i915_winsys_buffer_tile tiling; member in struct:i915_sw_buffer
H A Di915_sw_buffer.c33 enum i915_winsys_buffer_tile *tiling,
44 buf->tiling = *tiling;
31 i915_sw_buffer_create_tiled(struct i915_winsys *iws, unsigned *stride, unsigned height, enum i915_winsys_buffer_tile *tiling, enum i915_winsys_buffer_type type) argument
/external/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_winsys.h46 enum i915_winsys_buffer_tile tiling; member in struct:i915_sw_buffer
H A Di915_sw_buffer.c33 enum i915_winsys_buffer_tile *tiling,
44 buf->tiling = *tiling;
31 i915_sw_buffer_create_tiled(struct i915_winsys *iws, unsigned *stride, unsigned height, enum i915_winsys_buffer_tile *tiling, enum i915_winsys_buffer_type type) argument
/external/chromium_org/cc/test/
H A Dfake_picture_layer_tiling_client.cc81 const PictureLayerTiling* tiling) const {
86 const PictureLayerTiling* tiling) {
85 GetRecycledTwinTiling( const PictureLayerTiling* tiling) argument
H A Dfake_picture_pile_impl.h27 TilingData& tiling() { return tiling_; } function in class:cc::FakePicturePileImpl
H A Dfake_picture_layer_impl.cc78 PictureLayerTiling* tiling = tilings_->tiling_at(i); local
79 if (tiling->resolution() == HIGH_RESOLUTION) {
80 // There should be only one high res tiling.
82 result = tiling;
91 PictureLayerTiling* tiling = tilings_->tiling_at(i); local
92 if (tiling->resolution() == LOW_RESOLUTION) {
93 // There should be only one low res tiling.
95 result = tiling;
107 PictureLayerTiling* tiling = tilings_->tiling_at(tiling_idx); local
108 std::vector<Tile*> tiles = tiling
123 PictureLayerTiling* tiling = tilings_->tiling_at(tiling_idx); local
136 PictureLayerTiling* tiling = tilings_->tiling_at(tiling_idx); local
141 SetAllTilesReadyInTiling( PictureLayerTiling* tiling) argument
[all...]
H A Dfake_picture_layer_tiling_client.h25 PictureLayerTiling* tiling, const gfx::Rect& rect) OVERRIDE;
38 const PictureLayerTiling* tiling) const OVERRIDE;
40 const PictureLayerTiling* tiling) OVERRIDE;
43 void set_twin_tiling(PictureLayerTiling* tiling) { twin_tiling_ = tiling; } argument
44 void set_recycled_twin_tiling(PictureLayerTiling* tiling) { argument
45 recycled_twin_tiling_ = tiling;
/external/chromium_org/third_party/libva/va/
H A Dva_tpi.h55 unsigned int tiling; /* the memory is tiling or not */ member in struct:_VASurfaceAttributeTPI
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl_perftest.cc29 PictureLayerTiling* tiling = layer->AddTiling(scale); local
31 tiling->CreateAllTilesForTesting();
32 std::vector<Tile*> tiling_tiles = tiling->AllTilesForTesting();
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
H A Di915_drm_buffer.c58 enum i915_winsys_buffer_tile *tiling,
64 uint32_t tiling_mode = *tiling;
82 *tiling = tiling_mode;
94 enum i915_winsys_buffer_tile *tiling,
115 *tiling = tile;
56 i915_drm_buffer_create_tiled(struct i915_winsys *iws, unsigned *stride, unsigned height, enum i915_winsys_buffer_tile *tiling, enum i915_winsys_buffer_type type) argument
92 i915_drm_buffer_from_handle(struct i915_winsys *iws, struct winsys_handle *whandle, enum i915_winsys_buffer_tile *tiling, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_regions.h70 uint32_t tiling; /**< Which tiling mode the region is in */ member in struct:intel_region
81 uint32_t tiling,
/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_buffer.c58 enum i915_winsys_buffer_tile *tiling,
64 uint32_t tiling_mode = *tiling;
82 *tiling = tiling_mode;
94 enum i915_winsys_buffer_tile *tiling,
115 *tiling = tile;
56 i915_drm_buffer_create_tiled(struct i915_winsys *iws, unsigned *stride, unsigned height, enum i915_winsys_buffer_tile *tiling, enum i915_winsys_buffer_type type) argument
92 i915_drm_buffer_from_handle(struct i915_winsys *iws, struct winsys_handle *whandle, enum i915_winsys_buffer_tile *tiling, unsigned *stride) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_regions.h70 uint32_t tiling; /**< Which tiling mode the region is in */ member in struct:intel_region
81 uint32_t tiling,
/external/chromium_org/cc/debug/
H A Drasterize_and_record_benchmark_impl.cc98 PictureLayerTiling* tiling,
100 return base_client_->CreateTile(tiling, content_rect);
117 const PictureLayerTiling* tiling) const OVERRIDE {
118 return base_client_->GetTwinTiling(tiling);
122 const PictureLayerTiling* tiling) OVERRIDE {
123 return base_client_->GetRecycledTwinTiling(tiling);
216 PictureLayerTiling* tiling = tiling_set.AddTiling(layer->contents_scale_x()); local
217 tiling->CreateAllTilesForTesting();
219 tiling, layer->contents_scale_x(), layer->visible_content_rect());
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc140 void PictureLayerTilingSet::Remove(PictureLayerTiling* tiling) { argument
142 std::find(tilings_.begin(), tilings_.end(), tiling);
167 PictureLayerTiling* tiling = set_->tilings_[ideal_tiling_]; local
168 if (tiling->contents_scale() < ideal_contents_scale_) {
231 // 1. Ideal tiling index
265 // If the set of current rects for this tiling is done, go to the next
266 // tiling and set up to iterate through all of the remaining holes.
294 // Construct a new iterator for the next tiling, but we need to loop
339 // compute them only when the tiling set has changed instead.
343 const PictureLayerTiling* tiling local
[all...]
H A Dpicture_layer_tiling_set_unittest.cc222 PictureLayerTiling* tiling = set.AddTiling(scale); local
223 tiling->CreateAllTilesForTesting();
224 std::vector<Tile*> tiles = tiling->AllTilesForTesting();
363 void ValidateTiling(const PictureLayerTiling* tiling, argument
365 if (tiling->tiling_size().IsEmpty()) {
366 EXPECT_TRUE(tiling->live_tiles_rect().IsEmpty());
367 } else if (!tiling->live_tiles_rect().IsEmpty()) {
368 gfx::Rect tiling_rect(tiling->tiling_size());
369 EXPECT_TRUE(tiling_rect.Contains(tiling->live_tiles_rect()));
372 std::vector<Tile*> tiles = tiling
427 FindTileAtOrigin(PictureLayerTiling* tiling) argument
[all...]

Completed in 5929 milliseconds

123