Searched refs:_queueFamilyIndexCount (Results 1 – 1 of 1) sorted by relevance
137 deUint32 _queueFamilyIndexCount, in BufferCreateInfo() argument147 queueFamilyIndexCount = _queueFamilyIndexCount; in BufferCreateInfo()149 if (_queueFamilyIndexCount) in BufferCreateInfo()152 _pQueueFamilyIndices, _pQueueFamilyIndices + _queueFamilyIndexCount); in BufferCreateInfo()219 deUint32 _queueFamilyIndexCount, in ImageCreateInfo() argument224 if (_queueFamilyIndexCount) in ImageCreateInfo()226 …dices = std::vector<deUint32>(_pQueueFamilyIndices, _pQueueFamilyIndices + _queueFamilyIndexCount); in ImageCreateInfo()241 queueFamilyIndexCount = _queueFamilyIndexCount; in ImageCreateInfo()