Searched refs:cb_node (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 585 GLOBAL_CB_NODE *cb_node = getCBNode(dev_data, cb); in update_cmd_buf_and_mem_references() local 586 pMemInfo->cb_bindings.insert(cb_node); in update_cmd_buf_and_mem_references() 588 if (cb_node) { in update_cmd_buf_and_mem_references() 589 cb_node->memObjs.insert(mem); in update_cmd_buf_and_mem_references() 597 void AddCommandBufferBindingSampler(GLOBAL_CB_NODE *cb_node, SAMPLER_STATE *sampler_state) { in AddCommandBufferBindingSampler() argument 598 sampler_state->cb_bindings.insert(cb_node); in AddCommandBufferBindingSampler() 599 cb_node->object_bindings.insert( in AddCommandBufferBindingSampler() 604 void AddCommandBufferBindingImage(const layer_data *dev_data, GLOBAL_CB_NODE *cb_node, IMAGE_STATE … in AddCommandBufferBindingImage() argument 610 pMemInfo->cb_bindings.insert(cb_node); in AddCommandBufferBindingImage() 612 cb_node->memObjs.insert(image_state->binding.mem); in AddCommandBufferBindingImage() [all …]
|
D | descriptor_sets.cpp | 657 void cvdescriptorset::DescriptorSet::BindCommandBuffer(GLOBAL_CB_NODE *cb_node, const std::unordere… in BindCommandBuffer() argument 659 cb_bindings.insert(cb_node); in BindCommandBuffer() 661 …cb_node->object_bindings.insert({reinterpret_cast<uint64_t &>(set_), VK_DEBUG_REPORT_OBJECT_TYPE_D… in BindCommandBuffer() 662 pool_state_->cb_bindings.insert(cb_node); in BindCommandBuffer() 663 cb_node->object_bindings.insert( in BindCommandBuffer() 671 descriptors_[i]->BindCommandBuffer(device_data_, cb_node); in BindCommandBuffer() 875 …scriptor::BindCommandBuffer(const core_validation::layer_data *dev_data, GLOBAL_CB_NODE *cb_node) { in BindCommandBuffer() argument 879 core_validation::AddCommandBufferBindingSampler(cb_node, sampler_state); in BindCommandBuffer() 921 GLOBAL_CB_NODE *cb_node) { in BindCommandBuffer() argument 926 core_validation::AddCommandBufferBindingSampler(cb_node, sampler_state); in BindCommandBuffer() [all …]
|
D | descriptor_sets.h | 352 void RemoveBoundCommandBuffer(GLOBAL_CB_NODE *cb_node) { cb_bindings.erase(cb_node); } in RemoveBoundCommandBuffer() argument
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 2235 struct cil_tree_node *cb_node = node->cl_head; in cil_booleanif_to_policydb() local 2284 for (cb_node = node->cl_head; cb_node != NULL; cb_node = cb_node->next) { in cil_booleanif_to_policydb() 2285 if (cb_node->flavor == CIL_CONDBLOCK) { in cil_booleanif_to_policydb() 2286 struct cil_condblock *cb = cb_node->data; in cil_booleanif_to_policydb() 2288 true_node = cb_node; in cil_booleanif_to_policydb() 2290 false_node = cb_node; in cil_booleanif_to_policydb()
|