Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableManager.hpp106 class ReservedScalars class
111 ReservedScalars (void) in ReservedScalars() function in rsg::ReservedScalars
210 void reserve (ReservedScalars& store, int numScalars);
211 void release (ReservedScalars& store);
DrsgVariableManager.cpp374 void VariableManager::reserve (ReservedScalars& store, int numScalars) in reserve()
381 void VariableManager::release (ReservedScalars& store) in release()
DrsgShaderGenerator.cpp184 ReservedScalars reservedScalars; in generate()