Home
last modified time | relevance | path

Searched refs:physical_device_state (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dstate_tracker.cpp1504 state_tracker->physical_device_state = pd_state; in PostCallRecordCreateDevice()
5023 auto physical_device_state = GetPhysicalDeviceState(physicalDevice); in PostCallRecordGetPhysicalDeviceQueueFamilyProperties() local
5024 assert(physical_device_state); in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()
5042 assert(physical_device_state); in PostCallRecordGetPhysicalDeviceQueueFamilyProperties2()
5050 assert(physical_device_state); in PostCallRecordGetPhysicalDeviceQueueFamilyProperties2KHR()
5164 physical_device_state->features2.features = *pFeatures; in PostCallRecordGetPhysicalDeviceFeatures()
5170 physical_device_state->features2.initialize(pFeatures); in PostCallRecordGetPhysicalDeviceFeatures2()
5176 physical_device_state->features2.initialize(pFeatures); in PostCallRecordGetPhysicalDeviceFeatures2KHR()
5185 physical_device_state->surfaceCapabilities = *pSurfaceCapabilities; in PostCallRecordGetPhysicalDeviceSurfaceCapabilitiesKHR()
5246 physical_device_state->present_modes[i] = pPresentModes[i]; in PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR()
[all …]
H A Dbest_practices_utils.cpp1781 const auto physical_device_state = GetPhysicalDeviceState(physicalDevice); in PreCallValidateGetPhysicalDeviceQueueFamilyProperties() local
1782 assert(physical_device_state); in PreCallValidateGetPhysicalDeviceQueueFamilyProperties()
1791 const auto physical_device_state = GetPhysicalDeviceState(physicalDevice); in PreCallValidateGetPhysicalDeviceQueueFamilyProperties2() local
1792 assert(physical_device_state); in PreCallValidateGetPhysicalDeviceQueueFamilyProperties2()
1801 auto physical_device_state = GetPhysicalDeviceState(physicalDevice); in PreCallValidateGetPhysicalDeviceQueueFamilyProperties2KHR() local
1802 assert(physical_device_state); in PreCallValidateGetPhysicalDeviceQueueFamilyProperties2KHR()
1812 const auto physical_device_state = GetPhysicalDeviceState(physicalDevice); in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR() local
1823 auto prev_format_count = (uint32_t)physical_device_state->surface_formats.size(); in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR()
2357 … } else if (!bp_state && phys_device_bp_state_map.count(physical_device_state->phys_device) > 0) { in GetPhysicalDeviceStateBP()
2358 return &phys_device_bp_state_map.at(physical_device_state->phys_device); in GetPhysicalDeviceStateBP()
[all …]
H A Dcore_validation.cpp7440 auto physical_device_state = GetPhysicalDeviceState(); in ValidateStageMasksAgainstQueueCapabilities() local
11586 auto physical_device_state = GetPhysicalDeviceState(); in ValidateCreateSwapchain() local
11721 if (physical_device_state->surface_formats.empty()) { in ValidateCreateSwapchain()
11728 surface_formats_ref = &physical_device_state->surface_formats; in ValidateCreateSwapchain()
11770 if (physical_device_state->present_modes.empty()) { in ValidateCreateSwapchain()
11778 present_modes_ref = &physical_device_state->present_modes; in ValidateCreateSwapchain()
12199 auto physical_device_state = GetPhysicalDeviceState(); in ValidateAcquireNextImage() local
12308 const auto physical_device_state = GetPhysicalDeviceState(physicalDevice); in PreCallValidateGetPhysicalDeviceSurfaceSupportKHR() local
12309 return ValidateQueueFamilyIndex(physical_device_state, queueFamilyIndex, in PreCallValidateGetPhysicalDeviceSurfaceSupportKHR()
12476 const auto physical_device_state = GetPhysicalDeviceState(physicalDevice); in ValidateGetPhysicalDeviceDisplayPlanePropertiesKHRQuery() local
[all …]
H A Dstate_tracker.h606 PHYSICAL_DEVICE_STATE* physical_device_state;
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dbest_practices_validation.h685 … GetPhysicalDeviceState() { return static_cast<PHYSICAL_DEVICE_STATE_BP*>(physical_device_state); } in GetPhysicalDeviceState()
687 return static_cast<const PHYSICAL_DEVICE_STATE_BP*>(physical_device_state); in GetPhysicalDeviceState()
H A Dstate_tracker.cpp464 state_tracker->physical_device_state = Get<PHYSICAL_DEVICE_STATE>(gpu).get(); in PostCallRecordCreateDevice()
1731 …auto queue_flags = physical_device_state->queue_family_properties[pCreateInfo->queueFamilyIndex].q… in PostCallRecordCreateCommandPool()
1746 …const QUEUE_FAMILY_PERF_COUNTERS &counters = *physical_device_state->perf_counters[perf->queueFami… in PostCallRecordCreateQueryPool()
1761 …DispatchGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR(physical_device_state->PhysDev(), pe… in PostCallRecordCreateQueryPool()
H A Dcore_validation.cpp337 } else if (queue_families[i] >= physical_device_state->queue_family_known_count) { in ValidatePhysicalDeviceQueueFamilies()
2676 …const VkQueueFlags queue_flags = physical_device_state->queue_family_properties[queue_family_index… in ValidateCmdQueueFlags()
5498 …const auto &perf_counter_iter = physical_device_state->perf_counters.find(perf_ci->queueFamilyInde… in PreCallValidateCreateQueryPool()
5499 if (perf_counter_iter == physical_device_state->perf_counters.end()) { in PreCallValidateCreateQueryPool()
8688 const auto &qfp = physical_device_state->queue_family_properties[pool->queueFamilyIndex]; in ValidatePipelineBindPoint()
10093physical_device_state->queue_family_properties[cb_state->command_pool->queueFamilyIndex].timestamp… in PreCallValidateCmdWriteTimestamp()
10148physical_device_state->queue_family_properties[cb_state->command_pool->queueFamilyIndex].timestamp… in PreCallValidateCmdWriteTimestamp2KHR()
14499 …const auto queue_flags = physical_device_state->queue_family_properties[queue_data->queueFamilyInd… in PreCallValidateQueueBindSparse()
14901 …DispatchGetPhysicalDeviceSurfaceCapabilitiesKHR(physical_device_state->PhysDev(), pCreateInfo->sur… in ValidateCreateSwapchain()
15031 …DispatchGetPhysicalDeviceSurfaceCapabilities2KHR(physical_device_state->PhysDev(), &surface_info, … in ValidateCreateSwapchain()
[all …]
H A Dbuffer_validation.cpp2449 …granularity = physical_device_state->queue_family_properties[pool->queueFamilyIndex].minImageTrans… in GetScaledItg()
5027 … limit_(static_cast<uint32_t>(device_data->physical_device_state->queue_family_properties.size())), in ValidatorState()
6432 …const VkQueueFlags queue_flags = physical_device_state->queue_family_properties[queue_family_index… in ValidateBufferImageCopyData()
6538 …VkQueueFlags queue_flags = physical_device_state->queue_family_properties[pool->queueFamilyIndex].… in ValidateCmdCopyImageToBuffer()
6745 …const VkQueueFlags queue_flags = physical_device_state->queue_family_properties[queue_family_index… in ValidateCmdCopyBufferToImage()
H A Dstate_tracker.h1117 PHYSICAL_DEVICE_STATE* physical_device_state; variable