Lines Matching refs:cpp
37 * - 64b utiles of pixels in a raster-order grid according to cpp. It's 4x4
60 vc4_size_is_lt(uint32_t width, uint32_t height, int cpp)
62 return (width <= 4 * vc4_utile_width(cpp) ||
63 height <= 4 * vc4_utile_height(cpp));
124 int cpp, const struct pipe_box *box,
127 uint32_t utile_w = vc4_utile_width(cpp);
128 uint32_t utile_h = vc4_utile_height(cpp);
133 assert(stile_w * stile_h * cpp == 1024);
134 uint32_t utile_stride = gpu_stride / cpp / utile_w;
140 uint32_t gpu_lt_stride = stile_w * cpp;
165 cpp, &partial_box);
171 cpp, &partial_box);
174 cpu_offset += partial_box.width * cpp;
183 int cpp, const struct pipe_box *box)
187 cpp, box, false);
193 int cpp, const struct pipe_box *box)
197 cpp, box, true);
207 uint8_t tiling_format, int cpp,
213 cpp, box);
218 cpp, box);
229 uint8_t tiling_format, int cpp,
235 cpp, box);
240 cpp, box);