Lines Matching refs:getBufferPtrAndMarkDirty
46 void* GrVkPipelineStateDataManager::getBufferPtrAndMarkDirty(const Uniform& uni) const { in getBufferPtrAndMarkDirty() function in GrVkPipelineStateDataManager
64 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set1i()
77 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set1iv()
90 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set1f()
104 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set1fv()
117 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set2f()
132 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set2fv()
145 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set3f()
160 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set3fv()
177 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set4f()
192 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set4fv()