Searched refs:crc_mode (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_texture.h | 100 enum pan_image_crc_mode crc_mode; member in struct:pan_image_layout 101 /* crc_size != 0 only if crc_mode == OOB otherwise CRC words are 208 enum pan_image_crc_mode crc_mode,
|
| H A D | pan_texture.c | 146 unsigned nr_slices, enum pan_image_crc_mode crc_mode, 155 crc_mode == PAN_IMAGE_CRC_INBAND)) 162 layout->crc_mode = crc_mode; 277 if (crc_mode != PAN_IMAGE_CRC_NONE) { 281 if (crc_mode == PAN_IMAGE_CRC_INBAND) { 139 pan_image_layout_init(const struct panfrost_device * dev,struct pan_image_layout * layout,uint64_t modifier,enum pipe_format format,enum mali_texture_dimension dim,unsigned width,unsigned height,unsigned depth,unsigned array_size,unsigned nr_samples,unsigned nr_slices,enum pan_image_crc_mode crc_mode,const struct pan_image_explicit_layout * explicit_layout) argument
|
| H A D | pan_cs.c | 91 fb->rts[0].view->image->layout.crc_mode != PAN_IMAGE_CRC_NONE) 101 fb->rts[i].view->image->layout.crc_mode == PAN_IMAGE_CRC_NONE) 245 ext->crc_base = (rt->image->layout.crc_mode == PAN_IMAGE_CRC_INBAND ? 802 if (rt->image->layout.crc_mode != PAN_IMAGE_CRC_NONE) { 807 if (rt->image->layout.crc_mode == PAN_IMAGE_CRC_INBAND) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.c | 85 enum pan_image_crc_mode crc_mode = local in function:panfrost_resource_from_handle 98 crc_mode, &explicit_layout); 113 if (rsc->image.layout.crc_mode == PAN_IMAGE_CRC_OOB) 482 enum pan_image_crc_mode crc_mode = local in function:panfrost_resource_setup 509 crc_mode, NULL);
|
Completed in 6 milliseconds