OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:physicalDeviceState
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp
60
unique_ptr<PHYSICAL_DEVICE_STATE>
physicalDeviceState
;
72
physicalDeviceState
(nullptr), actualPhysicalDeviceFeatures(), requestedPhysicalDeviceFeatures(), physicalDevice(){};
195
phy_dev_data->
physicalDeviceState
= unique_ptr<PHYSICAL_DEVICE_STATE>(new PHYSICAL_DEVICE_STATE());
213
phy_dev_data->
physicalDeviceState
->vkGetPhysicalDeviceFeaturesState = QUERY_DETAILS;
243
if (phy_dev_data->
physicalDeviceState
) {
245
phy_dev_data->
physicalDeviceState
->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_COUNT;
249
if (UNCALLED == phy_dev_data->
physicalDeviceState
->vkGetPhysicalDeviceQueueFamilyPropertiesState) {
257
if (phy_dev_data->
physicalDeviceState
->queueFamilyPropertiesCount != *pCount) {
265
*pCount, phy_dev_data->
physicalDeviceState
->queueFamilyPropertiesCount);
267
phy_dev_data->
physicalDeviceState
->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_DETAILS
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.cpp
60
unique_ptr<PHYSICAL_DEVICE_STATE>
physicalDeviceState
;
72
physicalDeviceState
(nullptr), actualPhysicalDeviceFeatures(), requestedPhysicalDeviceFeatures(), physicalDevice(){};
195
phy_dev_data->
physicalDeviceState
= unique_ptr<PHYSICAL_DEVICE_STATE>(new PHYSICAL_DEVICE_STATE());
213
phy_dev_data->
physicalDeviceState
->vkGetPhysicalDeviceFeaturesState = QUERY_DETAILS;
243
if (phy_dev_data->
physicalDeviceState
) {
245
phy_dev_data->
physicalDeviceState
->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_COUNT;
249
if (UNCALLED == phy_dev_data->
physicalDeviceState
->vkGetPhysicalDeviceQueueFamilyPropertiesState) {
257
if (phy_dev_data->
physicalDeviceState
->queueFamilyPropertiesCount != *pCount) {
265
*pCount, phy_dev_data->
physicalDeviceState
->queueFamilyPropertiesCount);
267
phy_dev_data->
physicalDeviceState
->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_DETAILS
[
all
...]
Completed in 44 milliseconds