/external/dtc/tests/ |
D | sw_tree1.c | 104 int create_flags; in main() local 110 create_flags = 0; in main() 145 create_flags |= FDT_CREATE_FLAG_NO_NAME_DEDUP; in main() 147 create_flags |= 0xffffffff; in main() 154 if (default_flag && create_flags != 0) in main() 164 CHECK(fdt_create_with_flags(fdt, size, create_flags)); in main()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_pool.c | 43 pool->create_flags); in panfrost_pool_alloc_backing() 55 unsigned create_flags, bool prealloc) in panfrost_pool_init() argument 59 pool->create_flags = create_flags; in panfrost_pool_init()
|
D | pan_pool.h | 53 unsigned create_flags; member 58 struct panfrost_device *dev, unsigned create_flags,
|
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/ |
D | ext_dcd_echo_test_fact.c | 51 static ocsd_err_t ext_echo_create(const int create_flags, const void *decoder_cfg, const ocsd_exter… 74 ocsd_err_t ext_echo_create(const int create_flags, const void *decoder_cfg, const ocsd_extern_dcd_c… in ext_echo_create() argument 83 decoder->createFlags = create_flags; in ext_echo_create()
|
/external/OpenCSD/decoder/include/common/ |
D | ocsd_dcd_mngr.h | 52 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi… 96 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createDecoder(const int create_flags, const int instID, const… in createDecoder() argument 100 bool bUseInstID = (create_flags & OCSD_CREATE_FLG_INST_ID) != 0; in createDecoder() 101 bool bDecoder = (create_flags & OCSD_CREATE_FLG_FULL_DECODER) != 0; in createDecoder() 110 if((create_flags & (OCSD_CREATE_FLG_PACKET_PROC | OCSD_CREATE_FLG_FULL_DECODER)) == 0) in createDecoder() 119 …pkt_proc->setComponentOpMode(create_flags & (OCSD_OPFLG_COMP_MODE_MASK | OCSD_OPFLG_PKTPROC_COMMON… in createDecoder() 140 …pkt_dcd->setComponentOpMode(create_flags & (OCSD_OPFLG_COMP_MODE_MASK | OCSD_OPFLG_PKTDEC_COMMON)); in createDecoder()
|
D | ocsd_dcd_mngr_i.h | 56 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | custom_mutex.h | 9 Mutex(bool prof, unsigned create_flags, unsigned destroy_flags=0) 14 __tsan_mutex_create(this, create_flags); in prof_()
|
/external/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()
|
/external/OpenCSD/decoder/include/opencsd/c_api/ |
D | ocsd_c_api_cust_fact.h | 43 ocsd_err_t CreateCustomDecoder(const int create_flags, const void *decoder_cfg, ocsd_extern_dcd_ins…
|
D | ocsd_c_api_custom.h | 204 typedef ocsd_err_t (* fnCreateCustomDecoder)(const int create_flags, const void *decoder_cfg, const…
|
D | opencsd_c_api.h | 175 const int create_flags,
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | l4re.rs | 43 pub create_flags: ::c_uint, field
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_job.h | 157 uint32_t create_flags, uint32_t access_flags);
|
D | pan_job.c | 588 uint32_t create_flags, uint32_t access_flags) in panfrost_batch_create_bo() argument 593 create_flags); in panfrost_batch_create_bo() 710 uint32_t create_flags = 0; in panfrost_batch_get_tiler_dummy() local 716 create_flags = PAN_BO_INVISIBLE; in panfrost_batch_get_tiler_dummy() 719 create_flags, in panfrost_batch_get_tiler_dummy()
|
/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 346 info.shader_info[type].create_flags = 0; in SetShader() 348 info.shader_info[type].create_flags |= in SetShader() 352 info.shader_info[type].create_flags |= in SetShader() 400 stage_info[stage_count].flags = it.second.create_flags; in GetVkShaderStageInfo()
|
D | engine_vulkan.h | 78 VkPipelineShaderStageCreateFlags create_flags; member
|
/external/OpenCSD/decoder/source/c_api/ |
D | ocsd_c_api_custom_obj.cpp | 119 ocsd_err_t CustomDcdMngrWrapper::createDecoder(const int create_flags, const int instID, const CSCo… in createDecoder() argument 137 err = m_dcd_fact.createDecoder( create_flags, in createDecoder()
|
D | ocsd_c_api_custom_obj.h | 53 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
|
D | ocsd_c_api.cpp | 159 const int create_flags, in ocsd_dt_create_decoder() argument 177 err = dt->createDecoder(dName,create_flags,pConfig); in ocsd_dt_create_decoder()
|
/external/OpenCSD/decoder/docs/ |
D | external_custom.md | 63 …dt_create_decoder(const dcd_tree_handle_t handle, const char *decoder_name, const int create_flags, 73 `ocsd_err_t CreateCustomDecoder(const int create_flags, const void *decoder_cfg, const ocsd_extern_… 92 The `create_flags` parameter will describe the expected operational mode for the decoder. The flags…
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 1342 uint32_t create_flags = 0; in anv_CreateFence() local 1344 create_flags |= DRM_SYNCOBJ_CREATE_SIGNALED; in anv_CreateFence() 1346 fence->permanent.syncobj = anv_gem_syncobj_create(device, create_flags); in anv_CreateFence() 1888 uint32_t create_flags = 0; in anv_ImportFenceFdKHR() local 1890 create_flags |= DRM_SYNCOBJ_CREATE_SIGNALED; in anv_ImportFenceFdKHR() 1892 new_impl.syncobj = anv_gem_syncobj_create(device, create_flags); in anv_ImportFenceFdKHR() 2350 uint32_t create_flags = 0; in anv_ImportSemaphoreFdKHR() local 2353 create_flags |= DRM_SYNCOBJ_CREATE_SIGNALED; in anv_ImportSemaphoreFdKHR() 2357 .syncobj = anv_gem_syncobj_create(device, create_flags), in anv_ImportSemaphoreFdKHR()
|
D | anv_image.c | 206 VkImageCreateFlags create_flags, in anv_formats_ccs_e_compatible() argument 218 if (!(create_flags & VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT)) in anv_formats_ccs_e_compatible() 448 if ((image->create_flags & VK_IMAGE_CREATE_ALIAS_BIT)) { in add_aux_surface_if_supported() 494 image->create_flags, in add_aux_surface_if_supported() 571 choose_isl_surf_usage(image->create_flags, plane_vk_usage, in make_surface() 579 image->create_flags, in make_surface() 755 image->create_flags = pCreateInfo->flags; in anv_image_create()
|
D | anv_android.c | 352 usage = anv_ahw_usage_from_vk_usage(image->create_flags, image->usage); in anv_create_ahw_memory()
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 615 __u32 create_flags; member 1229 __u32 create_flags; /* Use enum ib_wq_flags */ member
|
/external/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 1322 let create_flags = in create() localVariable 1332 unsafe { libc::openat(data.as_raw_descriptor(), name.as_ptr(), create_flags, mode) } in create() 1342 let entry = self.add_entry(file, st, create_flags); in create()
|