Home
last modified time | relevance | path

Searched refs:UnbindAndResetPushDescriptorSet (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dpipeline_state.h326 …void UnbindAndResetPushDescriptorSet(CMD_BUFFER_STATE *cb_state, cvdescriptorset::DescriptorSet *d…
H A Dpipeline_state.cpp434 void LAST_BOUND_STATE::UnbindAndResetPushDescriptorSet(CMD_BUFFER_STATE *cb_state, cvdescriptorset:… in UnbindAndResetPushDescriptorSet() function in LAST_BOUND_STATE
H A Dcmd_buffer_state.cpp889 …last_bound.UnbindAndResetPushDescriptorSet(this, new cvdescriptorset::DescriptorSet(0, nullptr, ds… in PushDescriptorSetState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dcore_validation_types.h1056 void UnbindAndResetPushDescriptorSet(cvdescriptorset::DescriptorSet *ds) {
H A Dstate_tracker.cpp3978 …last_bound.UnbindAndResetPushDescriptorSet(new cvdescriptorset::DescriptorSet(0, nullptr, dsl, 0, … in RecordCmdPushDescriptorSetState()