Searched refs:numFences (Results 1 – 4 of 4) sorted by relevance
759 size_t numFences) in createFences() argument761 vector<FenceSp> fences(numFences); in createFences()763 for (size_t ndx = 0; ndx < numFences; ++ndx) in createFences()
1146 size_t numFences) in createFences() argument1148 vector<FenceSp> fences(numFences); in createFences()1150 for (size_t ndx = 0; ndx < numFences; ++ndx) in createFences()
416 …viceInterface& deviceInterface, VkDevice device, bool signaled, deUint32 numFences, VkFence* fence) in createFences() argument426 for (deUint32 ndx = 0; ndx < numFences; ndx++) in createFences()430 void destroyFences (const DeviceInterface& deviceInterface, VkDevice device, deUint32 numFences, Vk… in destroyFences() argument432 for (deUint32 ndx = 0; ndx < numFences; ndx++) in destroyFences()
1069 size_t numFences) in createFences() argument1071 std::vector<FenceSp> fences(numFences); in createFences()1073 for (size_t ndx = 0; ndx < numFences; ++ndx) in createFences()