/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_tiling.c | 207 uint8_t tiling_format, int cpp, in vc4_load_tiled_image() 210 if (tiling_format == VC4_TILING_FORMAT_LT) { in vc4_load_tiled_image() 215 assert(tiling_format == VC4_TILING_FORMAT_T); in vc4_load_tiled_image() 229 uint8_t tiling_format, int cpp, in vc4_store_tiled_image() 232 if (tiling_format == VC4_TILING_FORMAT_LT) { in vc4_store_tiled_image() 237 assert(tiling_format == VC4_TILING_FORMAT_T); in vc4_store_tiled_image() 205 vc4_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_load_tiled_image() argument 227 vc4_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_store_tiled_image() argument
|
H A D | vc4_tiling.h | 80 uint8_t tiling_format, int cpp, 84 uint8_t tiling_format, int cpp,
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_validate.c | 151 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() 170 switch (tiling_format) { in vc4_check_tex_size() 184 DRM_ERROR("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size() 571 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local 663 tiling_format = VC4_TILING_FORMAT_LINEAR; in reloc_tex() 666 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex() 668 tiling_format = VC4_TILING_FORMAT_T; in reloc_tex() 672 tiling_format, width, height, cpp)) { in reloc_tex() 686 if (tiling_format == VC4_TILING_FORMAT_T && in reloc_tex() 688 tiling_format in reloc_tex() 150 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_cma_object *fbo, uint32_t offset, uint8_t tiling_format, uint32_t width, uint32_t height, uint8_t cpp) vc4_check_tex_size() argument [all...] |
H A D | vc4_drv.h | 177 uint32_t offset, uint8_t tiling_format,
|
/third_party/mesa3d/src/broadcom/common/ |
H A D | v3d_tiling.h | 71 enum v3d_tiling_mode tiling_format, int cpp, 76 enum v3d_tiling_mode tiling_format, int cpp,
|
H A D | v3d_tiling.c | 406 enum v3d_tiling_mode tiling_format, in v3d_move_tiled_image() 412 switch (tiling_format) { in v3d_move_tiled_image() 461 enum v3d_tiling_mode tiling_format, int cpp, in v3d_load_tiled_image() 467 tiling_format, in v3d_load_tiled_image() 481 enum v3d_tiling_mode tiling_format, int cpp, in v3d_store_tiled_image() 487 tiling_format, in v3d_store_tiled_image() 404 v3d_move_tiled_image(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box, bool is_load) v3d_move_tiled_image() argument 459 v3d_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_load_tiled_image() argument 479 v3d_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_store_tiled_image() argument
|