Home
last modified time | relevance | path

Searched defs:pSet (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2338 static bool verify_set_layout_compatibility(layer_data *my_data, const SET_NODE *pSet, const VkPipe… in verify_set_layout_compatibility()
2927 SET_NODE *pSet = my_data->setMap[state.boundDescriptorSets[setIndex]]; in validate_draw_state() local
3943 static void invalidateBoundCmdBuffers(layer_data *dev_data, const SET_NODE *pSet) { in invalidateBoundCmdBuffers()
3963 SET_NODE *pSet = my_data->setMap[ds]; in dsUpdate() local
4161 static void freeShadowUpdateTree(SET_NODE *pSet) { in freeShadowUpdateTree()
4211 SET_NODE *pSet = (*ii).second->pSets; in deletePools() local
4248 SET_NODE *pSet = getSetNode(my_data, set); in clearDescriptorSet() local
4266 SET_NODE *pSet = pPool->pSets; in clearDescriptorPool() local
6829 SET_NODE *pSet = dev_data->setMap[pDescriptorSets[i]]; // getSetNode() without locking in vkFreeDescriptorSets() local
7337 SET_NODE *pSet = getSetNode(dev_data, pDescriptorSets[i]); in vkCmdBindDescriptorSets() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp1854 Instruction *pSet = pred->getUniqueInsn(); in removeFlow() local