Lines Matching refs:kUInt
826 BufferData{"uint8", FormatMode::kUInt, 8, 1, 1, false},
827 BufferData{"uint16", FormatMode::kUInt, 16, 1, 1, false},
828 BufferData{"uint32", FormatMode::kUInt, 32, 1, 1, false},
829 BufferData{"uint64", FormatMode::kUInt, 64, 1, 1, false},
834 BufferData{"vec4<uint32>", FormatMode::kUInt, 32, 4, 1, false},
837 BufferData{"mat4x2<uint16>", FormatMode::kUInt, 16, 2, 4, false},
849 BufferData{"uint8[]", FormatMode::kUInt, 8, 1, 1, true},
850 BufferData{"uint16[]", FormatMode::kUInt, 16, 1, 1, true},
851 BufferData{"uint32[]", FormatMode::kUInt, 32, 1, 1, true},
852 BufferData{"uint64[]", FormatMode::kUInt, 64, 1, 1, true},
857 BufferData{"vec4<uint32>[]", FormatMode::kUInt, 32, 4, 1, true},
860 BufferData{"mat4x2<uint16>[]", FormatMode::kUInt, 16, 2, 4,