Lines Matching refs:Validate
39 | Valid DescriptorSet | Validate that descriptor set was properly created and is currently valid | …
86 | Verify Image Layouts | Validate correct image layouts for presents, image transitions, command bu…
87 | Verify Memory Access Flags/Memory Barriers | Validate correct access flags for memory barriers | …
88 | Verify Memory Buffer Not Deleted | Validate Command Buffer not submitted with deleted memory buff…
89 | Verify Memory Buffer Destroy | Validate memory buffers are not destroyed more than once | DOUBLE_…
90 | Verify Object Not In Use | Validate that object being freed or modified is not in use | OBJECT_IN…
91 | Verify Get Queries| Validate that that queries are properly setup, initialized and synchronized |…
92 | Verify Fences Not In Use | Validate that that fences are not used in multiple submit calls at the…
93 | Verify Semaphores Not In Use | Validate that the semaphores are not used in multiple submit calls…
94 | Verify Events Not In Use | Validate that that events are not used at the time they are destroyed …
102 | Push Constants | Validate that the size of push constant ranges and updates does not exceed maxPu…
130 | VI Binding Descriptions | Validate that there is a single vertex input binding description for ea…
159 | Memory Properly Bound | Validate that the memory object referenced in the call was properly creat…
161 | Bind Invalid Memory | Validate that memory object was correctly created, that the command buffer …