Home
last modified time | relevance | path

Searched refs:BindCommandBuffer (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h158 virtual void BindCommandBuffer(const core_validation::layer_data *, GLOBAL_CB_NODE *) = 0;
181 void BindCommandBuffer(const core_validation::layer_data *, GLOBAL_CB_NODE *) override;
197 void BindCommandBuffer(const core_validation::layer_data *, GLOBAL_CB_NODE *) override;
215 void BindCommandBuffer(const core_validation::layer_data *, GLOBAL_CB_NODE *) override;
231 void BindCommandBuffer(const core_validation::layer_data *, GLOBAL_CB_NODE *) override;
245 void BindCommandBuffer(const core_validation::layer_data *, GLOBAL_CB_NODE *) override;
350 void BindCommandBuffer(GLOBAL_CB_NODE *, const std::unordered_set<uint32_t> &);
Ddescriptor_sets.cpp657 void cvdescriptorset::DescriptorSet::BindCommandBuffer(GLOBAL_CB_NODE *cb_node, const std::unordere… in BindCommandBuffer() function in cvdescriptorset::DescriptorSet
671 descriptors_[i]->BindCommandBuffer(device_data_, cb_node); in BindCommandBuffer()
875 void cvdescriptorset::SamplerDescriptor::BindCommandBuffer(const core_validation::layer_data *dev_d… in BindCommandBuffer() function in cvdescriptorset::SamplerDescriptor
920 void cvdescriptorset::ImageSamplerDescriptor::BindCommandBuffer(const core_validation::layer_data *… in BindCommandBuffer() function in cvdescriptorset::ImageSamplerDescriptor
958 void cvdescriptorset::ImageDescriptor::BindCommandBuffer(const core_validation::layer_data *dev_dat… in BindCommandBuffer() function in cvdescriptorset::ImageDescriptor
995 void cvdescriptorset::BufferDescriptor::BindCommandBuffer(const core_validation::layer_data *dev_da… in BindCommandBuffer() function in cvdescriptorset::BufferDescriptor
1018 void cvdescriptorset::TexelDescriptor::BindCommandBuffer(const core_validation::layer_data *dev_dat… in BindCommandBuffer() function in cvdescriptorset::TexelDescriptor
Dcore_validation.cpp3192 pSet->BindCommandBuffer(cb_node, bindings); in validate_and_update_draw_state()