/third_party/mesa3d/src/panfrost/lib/ |
D | pan_pool.h | 44 unsigned create_flags; member 52 unsigned create_flags, size_t slab_size, const char *label) in pan_pool_init() argument 55 pool->create_flags = create_flags; in pan_pool_init()
|
/third_party/mesa3d/src/asahi/lib/ |
D | pool.c | 40 pool->create_flags); in agx_pool_alloc_backing() 51 unsigned create_flags, bool prealloc) in agx_pool_init() argument 55 pool->create_flags = create_flags; in agx_pool_init()
|
D | pool.h | 53 unsigned create_flags; member 58 unsigned create_flags, bool prealloc);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11device.cpp | 106 guint create_flags; member 849 UINT create_flags; member 1001 if ((self->priv->create_flags & D3D11_CREATE_DEVICE_DEBUG) != 0) { in gst_d3d11_device_setup_debug_layer() 1033 UINT create_flags; in gst_d3d11_device_new_internal() local 1055 create_flags = 0; in gst_d3d11_device_new_internal() 1057 create_flags = data->create_flags; in gst_d3d11_device_new_internal() 1065 create_flags |= D3D11_CREATE_DEVICE_DEBUG; in gst_d3d11_device_new_internal() 1096 NULL, create_flags, feature_levels, G_N_ELEMENTS (feature_levels), in gst_d3d11_device_new_internal() 1102 NULL, create_flags, &feature_levels[1], in gst_d3d11_device_new_internal() 1109 if (FAILED (hr) && (create_flags & D3D11_CREATE_DEVICE_DEBUG) != 0) { in gst_d3d11_device_new_internal() [all …]
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_mempool.c | 53 pool->base.create_flags, pool->base.label); in panfrost_pool_alloc_backing() 69 unsigned create_flags, size_t slab_size, const char *label, in panfrost_pool_init() argument 73 pan_pool_init(&pool->base, dev, create_flags, slab_size, label); in panfrost_pool_init()
|
D | pan_mempool.h | 84 struct panfrost_device *dev, unsigned create_flags,
|
D | pan_job.h | 162 uint32_t create_flags, uint32_t access_flags,
|
D | pan_job.c | 358 uint32_t create_flags, enum pipe_shader_type stage, in panfrost_batch_create_bo() argument 364 create_flags, label); in panfrost_batch_create_bo()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_mempool.c | 60 pool->base.create_flags, in panvk_pool_alloc_backing() 105 unsigned create_flags, size_t slab_size, const char *label, in PAN_POOL_ALLOCATOR() 109 pan_pool_init(&pool->base, dev, create_flags, slab_size, label); in PAN_POOL_ALLOCATOR()
|
D | panvk_mempool.h | 77 struct panvk_bo_pool *bo_pool, unsigned create_flags,
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_image.c | 75 image->create_flags = pCreateInfo->flags; in vk_image_init() 269 image_view->create_flags = pCreateInfo->flags; in vk_image_view_init() 280 if (image->create_flags & VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT) in vk_image_view_init() 291 assert(image->create_flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT); in vk_image_view_init() 344 if (!(image->create_flags & VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT)) in vk_image_view_init()
|
D | vk_image.h | 37 VkImageCreateFlags create_flags; member 131 VkImageViewCreateFlags create_flags; member
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_accept_test.c | 57 static const int create_flags[3] = { 0, O_CREAT /* nonexistent */ , in test() local 72 append_flags[append_loop] | create_flags[create_loop]; in test()
|
/third_party/mbedtls/library/ |
D | psa_its_file.c | 185 psa_storage_create_flags_t create_flags ) in psa_its_set() argument 195 MBEDTLS_PUT_UINT32_LE( create_flags, header.flags, 0 ); in psa_its_set()
|
D | psa_crypto_its.h | 86 psa_storage_create_flags_t create_flags);
|
/third_party/gn/src/base/files/ |
D | file_win.cc | 297 DWORD create_flags = 0; in DoInitialize() local 299 disposition, create_flags, NULL)); in DoInitialize()
|
/third_party/glib/gio/tests/ |
D | live-g-file.c | 67 GFileCreateFlags create_flags; member 194 GFileCreateFlags create_flags) in create_empty_file() argument 204 outs = g_file_replace (child, NULL, FALSE, create_flags, NULL, &error); in create_empty_file() 282 child = create_empty_file (root, item.filename, item.create_flags); in test_create_structure() 990 os = g_file_create (child, item.create_flags, NULL, &error); in test_create() 993 g_file_replace (child, NULL, TRUE, item.create_flags, NULL, in test_create() 996 os = g_file_append_to (child, item.create_flags, NULL, &error); in test_create()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 1496 uint32_t create_flags = 0; in anv_CreateFence() local 1498 create_flags |= DRM_SYNCOBJ_CREATE_SIGNALED; in anv_CreateFence() 1500 fence->permanent.syncobj = anv_gem_syncobj_create(device, create_flags); in anv_CreateFence() 2041 uint32_t create_flags = 0; in anv_ImportFenceFdKHR() local 2043 create_flags |= DRM_SYNCOBJ_CREATE_SIGNALED; in anv_ImportFenceFdKHR() 2045 new_impl.syncobj = anv_gem_syncobj_create(device, create_flags); in anv_ImportFenceFdKHR() 2433 uint32_t create_flags = 0; in anv_ImportSemaphoreFdKHR() local 2436 create_flags |= DRM_SYNCOBJ_CREATE_SIGNALED; in anv_ImportSemaphoreFdKHR() 2440 .syncobj = anv_gem_syncobj_create(device, create_flags), in anv_ImportSemaphoreFdKHR()
|
D | anv_image.c | 370 VkImageCreateFlags create_flags, in anv_formats_ccs_e_compatible() argument 382 if (!(create_flags & VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT)) in anv_formats_ccs_e_compatible() 613 if ((image->vk.create_flags & VK_IMAGE_CREATE_ALIAS_BIT)) { in add_aux_surface_if_supported() 666 image->vk.create_flags, in add_aux_surface_if_supported() 884 assert(!(image->vk.create_flags & VK_IMAGE_CREATE_ALIAS_BIT) || in check_memory_bindings() 1040 choose_isl_surf_usage(image->vk.create_flags, vk_usage, in add_all_surfaces_implicit_layout() 1049 image->vk.create_flags, in add_all_surfaces_implicit_layout()
|
D | anv_android.c | 439 usage = anv_ahw_usage_from_vk_usage(image->vk.create_flags, image->vk.usage); in anv_create_ahw_memory()
|
D | anv_private.h | 2279 VkBufferCreateFlags create_flags; member 3852 VkImageCreateFlags create_flags,
|
D | anv_device.c | 4347 buffer->create_flags = pCreateInfo->flags; in anv_CreateBuffer()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_its.function | 67 psa_storage_create_flags_t create_flags ) 71 return( psa_its_set( uid, data_length, p_data, create_flags ) );
|
/third_party/glib/gio/ |
D | gfile.c | 3194 GFileCreateFlags create_flags; in file_copy_fallback() local 3292 create_flags = G_FILE_CREATE_NONE; in file_copy_fallback() 3296 create_flags |= G_FILE_CREATE_PRIVATE; in file_copy_fallback() 3298 create_flags |= G_FILE_CREATE_REPLACE_DESTINATION; in file_copy_fallback() 3306 create_flags, in file_copy_fallback() 3311 FALSE, create_flags, in file_copy_fallback() 3320 create_flags, in file_copy_fallback() 3325 out = (GOutputStream *)g_file_create (destination, create_flags, cancellable, error); in file_copy_fallback()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_image.c | 320 image->vk.create_flags |= VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT; in create_image()
|