Lines Matching refs:ANDROID

122 #ifdef ANDROID
123 # undef ANDROID
124 # define ANDROID true macro
126 # define ANDROID false macro
162 .KHR_device_group_creation = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true),
163 .KHR_display = (!ANDROID || ANDROID_API_LEVEL >= 26) && (VK_USE_PLATFORM_DISPLAY_KHR),
164 .KHR_external_fence_capabilities = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true),
165 .KHR_external_memory_capabilities = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true),
166 .KHR_external_semaphore_capabilities = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true),
167 ….KHR_get_display_properties2 = (!ANDROID || ANDROID_API_LEVEL >= 29) && (VK_USE_PLATFORM_DISPLAY_K…
168 .KHR_get_physical_device_properties2 = (!ANDROID || ANDROID_API_LEVEL >= 26) && (true),
169 .KHR_get_surface_capabilities2 = (!ANDROID || ANDROID_API_LEVEL >= 26) && (ANV_HAS_SURFACE),
170 .KHR_surface = (!ANDROID || ANDROID_API_LEVEL >= 26) && (ANV_HAS_SURFACE),
171 .KHR_surface_protected_capabilities = (!ANDROID || ANDROID_API_LEVEL >= 29) && (ANV_HAS_SURFACE),
172 .KHR_wayland_surface = (!ANDROID || ANDROID_API_LEVEL >= 26) && (VK_USE_PLATFORM_WAYLAND_KHR),
173 .KHR_xcb_surface = (!ANDROID || ANDROID_API_LEVEL >= 26) && (VK_USE_PLATFORM_XCB_KHR),
174 .KHR_xlib_surface = (!ANDROID || ANDROID_API_LEVEL >= 26) && (VK_USE_PLATFORM_XLIB_KHR),
198 if (!(!ANDROID)) in anv_physical_device_api_version()
311 .KHR_8bit_storage = (!ANDROID || ANDROID_API_LEVEL >= 29) && (device->info.gen >= 8), in anv_physical_device_get_supported_extensions()
312 .KHR_16bit_storage = (!ANDROID || ANDROID_API_LEVEL >= 28) && (device->info.gen >= 8), in anv_physical_device_get_supported_extensions()
313 .KHR_bind_memory2 = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
314 ….KHR_buffer_device_address = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (device->has_a64_buffer_ac… in anv_physical_device_get_supported_extensions()
315 .KHR_copy_commands2 = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
316 .KHR_create_renderpass2 = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
317 .KHR_dedicated_allocation = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
318 .KHR_depth_stencil_resolve = (!ANDROID || ANDROID_API_LEVEL >= 29) && (true), in anv_physical_device_get_supported_extensions()
319 .KHR_descriptor_update_template = (!ANDROID || ANDROID_API_LEVEL >= 26) && (true), in anv_physical_device_get_supported_extensions()
320 .KHR_device_group = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
321 .KHR_draw_indirect_count = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
322 .KHR_driver_properties = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
323 .KHR_external_fence = (!ANDROID || ANDROID_API_LEVEL >= 28) && (device->has_syncobj_wait), in anv_physical_device_get_supported_extensions()
324 .KHR_external_fence_fd = (!ANDROID || ANDROID_API_LEVEL >= 28) && (device->has_syncobj_wait), in anv_physical_device_get_supported_extensions()
325 .KHR_external_memory = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
326 .KHR_external_memory_fd = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
327 .KHR_external_semaphore = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
328 .KHR_external_semaphore_fd = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
329 .KHR_get_memory_requirements2 = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
330 .KHR_image_format_list = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
331 .KHR_imageless_framebuffer = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
332 .KHR_incremental_present = (!ANDROID || ANDROID_API_LEVEL >= 26) && (ANV_HAS_SURFACE), in anv_physical_device_get_supported_extensions()
333 .KHR_maintenance1 = (!ANDROID || ANDROID_API_LEVEL >= 26) && (true), in anv_physical_device_get_supported_extensions()
334 .KHR_maintenance2 = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
335 .KHR_maintenance3 = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
336 .KHR_multiview = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
337 ….KHR_performance_query = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (device->use_softpin && device… in anv_physical_device_get_supported_extensions()
338 .KHR_pipeline_executable_properties = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
339 .KHR_push_descriptor = (!ANDROID || ANDROID_API_LEVEL >= 26) && (true), in anv_physical_device_get_supported_extensions()
340 .KHR_relaxed_block_layout = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
341 .KHR_sampler_mirror_clamp_to_edge = (!ANDROID || ANDROID_API_LEVEL >= 26) && (true), in anv_physical_device_get_supported_extensions()
342 .KHR_sampler_ycbcr_conversion = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
343 .KHR_separate_depth_stencil_layouts = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
344 ….KHR_shader_atomic_int64 = (!ANDROID || ANDROID_API_LEVEL >= 29) && (device->info.gen >= 9 && devi… in anv_physical_device_get_supported_extensions()
345 .KHR_shader_clock = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
346 .KHR_shader_draw_parameters = (!ANDROID || ANDROID_API_LEVEL >= 26) && (true), in anv_physical_device_get_supported_extensions()
347 .KHR_shader_float16_int8 = (!ANDROID || ANDROID_API_LEVEL >= 29) && (device->info.gen >= 8), in anv_physical_device_get_supported_extensions()
348 .KHR_shader_float_controls = (!ANDROID || ANDROID_API_LEVEL >= 29) && (device->info.gen >= 8), in anv_physical_device_get_supported_extensions()
349 .KHR_shader_non_semantic_info = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
350 ….KHR_shader_subgroup_extended_types = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (device->info.gen… in anv_physical_device_get_supported_extensions()
351 .KHR_shader_terminate_invocation = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
352 .KHR_spirv_1_4 = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
353 .KHR_storage_buffer_storage_class = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
354 .KHR_swapchain = (!ANDROID || ANDROID_API_LEVEL >= 26) && (ANV_HAS_SURFACE), in anv_physical_device_get_supported_extensions()
355 .KHR_swapchain_mutable_format = (!ANDROID || ANDROID_API_LEVEL >= 29) && (ANV_HAS_SURFACE), in anv_physical_device_get_supported_extensions()
356 .KHR_timeline_semaphore = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
357 .KHR_uniform_buffer_standard_layout = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
358 .KHR_variable_pointers = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), in anv_physical_device_get_supported_extensions()
359 .KHR_vulkan_memory_model = (!ANDROID || ANDROID_API_LEVEL >= 29) && (true), in anv_physical_device_get_supported_extensions()
385 .EXT_queue_family_foreign = ANDROID, in anv_physical_device_get_supported_extensions()
401 ….ANDROID_external_memory_android_hardware_buffer = (!ANDROID || ANDROID_API_LEVEL >= 28) && (ANDRO… in anv_physical_device_get_supported_extensions()
402 .ANDROID_native_buffer = (!ANDROID || ANDROID_API_LEVEL >= 26) && (ANDROID), in anv_physical_device_get_supported_extensions()
403 .GOOGLE_decorate_string = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
404 .GOOGLE_hlsl_functionality1 = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()
405 .GOOGLE_user_type = (!ANDROID || ANDROID_API_LEVEL >= 9999) && (true), in anv_physical_device_get_supported_extensions()