Searched refs:BindCommandBuffer (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.h | 158 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> &);
|
D | descriptor_sets.cpp | 657 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
|
D | core_validation.cpp | 3192 pSet->BindCommandBuffer(cb_node, bindings); in validate_and_update_draw_state()
|