|
|
|
@@ -268,6 +268,8 @@ anv_physical_device_init(struct anv_physical_device *device, |
|
|
|
VkResult result; |
|
|
|
int fd; |
|
|
|
|
|
|
|
brw_process_intel_debug_variable(); |
|
|
|
|
|
|
|
fd = open(path, O_RDWR | O_CLOEXEC); |
|
|
|
if (fd < 0) |
|
|
|
return vk_error(VK_ERROR_INCOMPATIBLE_DRIVER); |
|
|
|
@@ -380,8 +382,6 @@ anv_physical_device_init(struct anv_physical_device *device, |
|
|
|
device->info.max_cs_threads = max_cs_threads; |
|
|
|
} |
|
|
|
|
|
|
|
brw_process_intel_debug_variable(); |
|
|
|
|
|
|
|
device->compiler = brw_compiler_create(NULL, &device->info); |
|
|
|
if (device->compiler == NULL) { |
|
|
|
result = vk_error(VK_ERROR_OUT_OF_HOST_MEMORY); |