Home
last modified time | relevance | path

Searched refs:ValidateBufferUsage (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp2039 bool cvdescriptorset::DescriptorSet::ValidateBufferUsage(BUFFER_STATE const *buffer_node, VkDescrip… in ValidateBufferUsage() function in cvdescriptorset::DescriptorSet
2105 if (!ValidateBufferUsage(buffer_node, type, error_code, error_msg)) { in ValidateBufferUpdate()
2272 … } else if (!ValidateBufferUsage(buffer_state, update->descriptorType, error_code, error_msg)) { in VerifyWriteUpdateContents()
2393 … if (!ValidateBufferUsage(device_data_->GetBufferState(buffer), type, error_code, error_msg)) { in VerifyCopyUpdateContents()
2407 … if (!ValidateBufferUsage(device_data_->GetBufferState(buffer), type, error_code, error_msg)) { in VerifyCopyUpdateContents()
Ddescriptor_sets.h560 …bool ValidateBufferUsage(BUFFER_STATE const *, VkDescriptorType, std::string *, std::string *) con…