Home
last modified time | relevance | path

Searched refs:device_gpu_assisted (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dgpu_validation.cpp241 GpuAssisted *device_gpu_assisted = static_cast<GpuAssisted *>(validation_data); in PostCallRecordCreateDevice() local
243 if (device_gpu_assisted->phys_dev_props.apiVersion < VK_API_VERSION_1_1) { in PostCallRecordCreateDevice()
245 device_gpu_assisted->aborted = true; in PostCallRecordCreateDevice()
253 device_gpu_assisted->aborted = true; in PostCallRecordCreateDevice()
262 device_gpu_assisted->shaderInt64 = supported_features.shaderInt64; in PostCallRecordCreateDevice()
263 device_gpu_assisted->physicalDevice = physicalDevice; in PostCallRecordCreateDevice()
264 device_gpu_assisted->device = *pDevice; in PostCallRecordCreateDevice()
265 device_gpu_assisted->output_buffer_size = sizeof(uint32_t) * (spvtools::kInstMaxOutCnt + 1); in PostCallRecordCreateDevice()
266device_gpu_assisted->descriptor_indexing = CheckForDescriptorIndexing(device_gpu_assisted->enabled… in PostCallRecordCreateDevice()
278 …UtilPostCallRecordCreateDevice(pCreateInfo, bindings, device_gpu_assisted, device_gpu_assisted->ph… in PostCallRecordCreateDevice()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dgpu_validation.cpp270 if (device_gpu_assisted->enabled_features.core.robustBufferAccess || in PostCallRecordCreateDevice()
272 device_gpu_assisted->buffer_oob_enabled = false; in PostCallRecordCreateDevice()
286 if (device_gpu_assisted->phys_dev_props.apiVersion < VK_API_VERSION_1_1) { in PostCallRecordCreateDevice()
288 device_gpu_assisted->aborted = true; in PostCallRecordCreateDevice()
296 device_gpu_assisted->aborted = true; in PostCallRecordCreateDevice()
306 device_gpu_assisted->shaderInt64 = supported_features.shaderInt64; in PostCallRecordCreateDevice()
307 device_gpu_assisted->physicalDevice = physicalDevice; in PostCallRecordCreateDevice()
308 device_gpu_assisted->device = *pDevice; in PostCallRecordCreateDevice()
311device_gpu_assisted->descriptor_indexing = CheckForDescriptorIndexing(device_gpu_assisted->enabled… in PostCallRecordCreateDevice()
324 …UtilPostCallRecordCreateDevice(pCreateInfo, bindings, device_gpu_assisted, device_gpu_assisted->ph… in PostCallRecordCreateDevice()
[all …]