Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f43844d
first attempt
bob80905 Oct 16, 2025
38fde3c
Merge branch 'main' into add_unmapped_resources_tests
bob80905 Oct 16, 2025
d7908c7
Merge branch 'main' into add_unmapped_resources_tests
bob80905 Oct 17, 2025
a3b4ce1
first attempt
bob80905 Oct 17, 2025
2d371ed
self review
bob80905 Oct 17, 2025
284d8fe
add check access fully mapped
bob80905 Oct 17, 2025
9c6664b
make all 3 new functions more consistent between each other
bob80905 Oct 17, 2025
eda2715
rename test file name
bob80905 Oct 17, 2025
b58d924
address variable casing errors
bob80905 Oct 18, 2025
59a0b7c
address Justin and Damyan
bob80905 Oct 21, 2025
d3cbf91
fix build errors
bob80905 Oct 21, 2025
8d9cbbb
attempt to unify SRV
bob80905 Oct 21, 2025
fb4a631
fix texturelayout flag and another flag
bob80905 Oct 22, 2025
1c9752f
add metal XFAIL
bob80905 Oct 22, 2025
3e78f39
improve, but keep UAV the same
bob80905 Oct 24, 2025
fb86727
remove unwanted changes
bob80905 Oct 24, 2025
b9b202b
address confusing comment Justin pointed out
bob80905 Oct 24, 2025
361225b
clang-format
bob80905 Oct 24, 2025
eb89f86
address damyan, xfail intel
bob80905 Oct 24, 2025
c59e9e2
remove reserved CBV function, and capitalize var names
bob80905 Oct 24, 2025
8579b37
Merge branch 'main' into add_unmapped_resources_tests
bob80905 Oct 24, 2025
6a7878d
add some missing constts
bob80905 Oct 24, 2025
26f1045
Merge branch 'add_unmapped_resources_tests' of https://github.com/bob…
bob80905 Oct 24, 2025
06bf89c
self review
bob80905 Oct 25, 2025
e7f9a91
address Sarah
bob80905 Nov 6, 2025
2b2b9aa
add overflow assert
bob80905 Nov 7, 2025
7b8fa4c
fix assert condition, and update resource elty
bob80905 Nov 10, 2025
b21a1c6
add back accidentally removed XFAIL
bob80905 Nov 11, 2025
b6effce
update test
bob80905 Nov 11, 2025
ffff4eb
validate 0's return behavior
bob80905 Nov 11, 2025
0dd409e
use bool vals instead of ints
bob80905 Nov 11, 2025
84e9d82
remove 0's check, just assign if cafm returns false
bob80905 Nov 11, 2025
a861854
use 1 and 0 rather than true and false to resolve error
bob80905 Nov 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/Support/Pipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ struct Resource {
std::optional<VulkanBinding> VKBinding;
Buffer *BufferPtr = nullptr;
bool HasCounter;
std::optional<int> TilesMapped;

bool isRaw() const {
switch (Kind) {
Expand Down
Loading
Loading