Lines Matching refs:clut
889 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset);
891 if (clut->grid_byte_width[0] == 1) {
892 a2b->grid_8 = clut->variable;
894 } else if (clut->grid_byte_width[0] == 2) {
896 a2b->grid_16 = clut->variable;
901 uint64_t grid_size = a2b->output_channels * clut->grid_byte_width[0]; // the payload
903 a2b->grid_points[i] = clut->grid_points[i];
1016 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset);
1018 if (clut->grid_byte_width[0] == 1) {
1019 b2a->grid_8 = clut->variable;
1021 } else if (clut->grid_byte_width[0] == 2) {
1023 b2a->grid_16 = clut->variable;
1028 uint64_t grid_size = b2a->output_channels * clut->grid_byte_width[0];
1030 b2a->grid_points[i] = clut->grid_points[i];