Searched refs:mProperties (Results 1 – 11 of 11) sorted by relevance
55 copyValue = mProperties.data(); in getInfo()56 copySize = mProperties.size() * sizeof(decltype(mProperties)::value_type); in getInfo()91 mProperties(std::move(properties)), in Sampler()
112 copyValue = mProperties.data(); in getInfo()113 copySize = mProperties.size() * sizeof(decltype(mProperties)::value_type); in getInfo()160 mProperties(std::move(properties)), in Memory()195 mProperties(std::move(properties)), in Memory()
47 const PropArray mProperties; variable63 return mProperties; in getProperties()
52 copyValue = mProperties.data(); in getInfo()53 copySize = mProperties.size() * sizeof(decltype(mProperties)::value_type); in getInfo()358 mProperties(std::move(properties)), in Context()373 mProperties(std::move(properties)), in Context()
286 angle::SynchronizedValue<CommandQueueProperties> mProperties; variable310 return *mProperties; in getProperties()315 return mProperties->isNotSet(CL_QUEUE_ON_DEVICE); in isOnHost()320 return mProperties->isSet(CL_QUEUE_ON_DEVICE); in isOnDevice()
82 const PropArray mProperties; variable104 return mProperties; in getProperties()
70 properties = mProperties->get(); in getInfo()115 auto props = mProperties.synchronize(); in setProperty()722 mProperties(properties), in CommandQueue()726 if (mProperties->isSet(CL_QUEUE_ON_DEVICE_DEFAULT)) in CommandQueue()738 mProperties(properties), in CommandQueue()
152 const PropArray mProperties; variable
28 AudioProperties getProperties() const override { return mProperties; } in getProperties()42 , mProperties(properties) { in AAssetDataSource()47 const AudioProperties mProperties; variable
201 QueueFamily() : mProperties{}, mIndex(kInvalidIndex) {} in QueueFamily()207 const VkQueueFamilyProperties *getProperties() const { return &mProperties; } in getProperties()208 bool isGraphics() const { return ((mProperties.queueFlags & VK_QUEUE_GRAPHICS_BIT) > 0); } in isGraphics()209 bool isCompute() const { return ((mProperties.queueFlags & VK_QUEUE_COMPUTE_BIT) > 0); } in isCompute()212 return ((mProperties.queueFlags & VK_QUEUE_PROTECTED_BIT) > 0); in supportsProtected()214 uint32_t getDeviceQueueCount() const { return mProperties.queueCount; } in getDeviceQueueCount()222 VkQueueFamilyProperties mProperties;
1294 ASSERT((queueIndex + queueCount) <= mProperties.queueCount); in initializeQueueMap()1330 mProperties = queueFamilyProperties; in initialize()