Searched refs:NUM_SETS (Results 1 – 3 of 3) sorted by relevance
69 #define NUM_SETS 4 /* How many share values (with same ratio) */ macro229 if (second_counter >= NUM_SETS) in main()
68 #define NUM_SETS 4 /* How many share values (with same ratio) */ macro217 if (second_counter >= NUM_SETS) in main()
6161 static const uint32_t NUM_SETS = 4; in TEST_F() local6162 VkDescriptorSet descriptorSet[NUM_SETS] = {}; in TEST_F()