Searched refs:attr_meta (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c890 struct mali_attr_meta *attr_meta; local in function:pandecode_replay_attribute_meta
896 attr_meta = pandecode_fetch_gpu_mem(attr_mem, p,
901 pandecode_prop("index = %d", attr_meta->index);
903 if (attr_meta->index > max_index)
904 max_index = attr_meta->index;
905 pandecode_replay_swizzle(attr_meta->swizzle);
906 pandecode_prop("format = %s", pandecode_format_name(attr_meta->format));
908 pandecode_prop("unknown1 = 0x%" PRIx64, (u64) attr_meta->unknown1);
909 pandecode_prop("unknown3 = 0x%" PRIx64, (u64) attr_meta->unknown3);
910 pandecode_prop("src_offset = 0x%" PRIx64, (u64) attr_meta
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst438 - panfrost: Squash 22-bit format field in attr_meta
446 - panfrost: Move attr_meta emission to the draw routine

Completed in 9 milliseconds