Home
last modified time | relevance | path

Searched defs:CreateParams (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/os/
H A Dmos_graphicsresource.h52 struct CreateParams struct
63 MOS_RESOURCE_MMC_MODE m_compressionMode = MOS_MMC_DISABLED;
68 uint32_t m_depth = 0;
73 MOS_FORMAT m_format = Format_Invalid;
78 uint32_t m_height = 1;
83 bool m_isCompressible = false;
89 bool m_isPersistent = false;
95 std::string m_name = "";
100 void* m_pSystemMemory = nullptr;
105 bool m_svm = false;
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/os/
H A Dmos_graphicsresource_next.h49 struct CreateParams struct
60 MOS_RESOURCE_MMC_MODE m_compressionMode = MOS_MMC_DISABLED;
65 uint32_t m_depth = 0;
70 MOS_FORMAT m_format = Format_Invalid;
75 uint32_t m_height = 1;
80 bool m_isCompressible = false;
86 bool m_isPersistent = false;
92 std::string m_name = "";
97 void* m_pSystemMemory = nullptr;
102 bool m_svm = false;
[all …]
H A Dmos_graphicsresource_next.cpp37 GraphicsResourceNext::CreateParams::CreateParams(PMOS_ALLOC_GFXRES_PARAMS pParams) in CreateParams() function in GraphicsResourceNext::CreateParams
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/media_interfaces/
H A Dmedia_interfaces_mhw.h59 struct CreateParams struct
61 CreateParams() in CreateParams() function
67 {
84 } Flags;
86 uint8_t m_heapMode = 0; //!< To be deprecated when heap management unified
87 bool m_isDecode = false; //!< Whether or not decode is in use, only valid for VDBOX creation
88 bool m_isCp = false; //!< Whether or not CP is in use, CP only need mi and cp interface.
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/media_interfaces/
H A Dmedia_interfaces_mhw_next.h68 struct CreateParams struct
70 CreateParams() in CreateParams() argument
76 {
93 } Flags;
95 uint8_t m_heapMode = 0; //!< To be deprecated when heap management unified
96 bool m_isDecode = false; //!< Whether or not decode is in use, only valid for VDBOX creation
97 bool m_isCp = false; //!< Whether or not CP is in use, CP only need mi and cp interface.
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Dchip.rs77 pub struct CreateParams { struct
78 pub kind: ProtoChipKind,
79 pub address: String,
80 pub name: Option<String>,
81 pub manufacturer: String,
82 pub product_name: String,
119 create_params: &CreateParams, in new()
194 create_params: &CreateParams, in new()
206 create_params: &CreateParams, in new_chip()
H A Ddevice.rs199 chip_create_params: &chip::CreateParams, in add_chip()
H A Ddevices_handler.rs223 chip_create_params: &chip::CreateParams, in add_chip()
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/
H A Dble_beacon.rs29 pub struct CreateParams { struct
30 pub device_name: String,
31 pub chip_proto: ChipCreateProto,
92 pub fn new(params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Dbluetooth.rs54 pub struct CreateParams { struct
55 pub address: String,
56 pub bt_properties: Option<MessageField<RootcanalController>>,
175 pub fn new(create_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Dmocked.rs25 pub struct CreateParams { struct
26 pub chip_kind: ProtoChipKind,
61 pub fn new(create_params: &CreateParams, _chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Duwb.rs59 pub struct CreateParams { struct
61 pub address: String,
137 pub fn new(_create_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
H A Dwifi.rs37 pub struct CreateParams {} struct
252 pub fn new(_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Resource/
H A DGmmResourceInfoCommon.cpp99 GMM_STATUS GMM_STDCALL GmmLib::GmmResourceInfoCommon::Create(GMM_RESCREATE_PARAMS &CreateParams) in Create()
119 …ourceInfoCommon::CreateCustomRes(Context &GmmLibContext, GMM_RESCREATE_CUSTOM_PARAMS &CreateParams) in CreateCustomRes()
243 …eInfoCommon::CreateCustomRes_2(Context &GmmLibContext, GMM_RESCREATE_CUSTOM_PARAMS_2 &CreateParams) in CreateCustomRes_2()
418 …L GmmLib::GmmResourceInfoCommon::Create(Context &GmmLibContext, GMM_RESCREATE_PARAMS &CreateParams) in Create()
H A DGmmResourceInfoCommonEx.cpp32 bool GmmLib::GmmResourceInfoCommon::CopyClientParams(GMM_RESCREATE_PARAMS &CreateParams) in CopyClientParams()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Texture/
H A DGmmXe_LPGTexture.cpp1198 …ureCalc::SetPlanarOffsetInfo(GMM_TEXTURE_INFO *pTexInfo, GMM_RESCREATE_CUSTOM_PARAMS &CreateParams) in SetPlanarOffsetInfo()
1216 …alc::SetPlanarOffsetInfo_2(GMM_TEXTURE_INFO *pTexInfo, GMM_RESCREATE_CUSTOM_PARAMS_2 &CreateParams) in SetPlanarOffsetInfo_2()
H A DGmmTextureOffset.cpp842 …ureCalc::SetPlanarOffsetInfo(GMM_TEXTURE_INFO *pTexInfo, GMM_RESCREATE_CUSTOM_PARAMS &CreateParams) in SetPlanarOffsetInfo()
860 …alc::SetPlanarOffsetInfo_2(GMM_TEXTURE_INFO *pTexInfo, GMM_RESCREATE_CUSTOM_PARAMS_2 &CreateParams) in SetPlanarOffsetInfo_2()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_test.cc50 BenchmarkParams CreateParams(int32_t num_runs, float min_secs, float max_secs, in CreateParams() function
68 BenchmarkParams CreateParams() { return CreateParams(2, 1.0f, 150.0f); } in CreateParams() function
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dstandalone.cc47 OpKernelContext::Params CreateParams( in CreateParams() function
H A Droot_dataset.cc237 IteratorContext::Params CreateParams(IteratorContext* ctx) { in CreateParams() function in tensorflow::data::RootDataset::Iterator
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dmodel_dataset_op.cc179 IteratorContext::Params CreateParams(IteratorContext* ctx) { in CreateParams() function in tensorflow::data::ModelDatasetOp::Dataset::Iterator
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dthreadpool_dataset_op.cc265 IteratorContext::Params CreateParams(IteratorContext* ctx) { in CreateParams() function in tensorflow::data::experimental::ThreadPoolDatasetOp::Dataset::Iterator
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_wnd.cpp36 CPWL_Wnd::CreateParams::CreateParams(CFX_Timer::HandlerIface* timer_handler, in CreateParams() function in CPWL_Wnd::CreateParams
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_proxy_connect_job_unittest.cc221 scoped_refptr<HttpProxySocketParams> CreateParams( in CreateParams() function in net::HttpProxyConnectJobTest
/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc_builtin_unittest.cc229 CertVerifyProc::InstanceParams CreateParams( in CreateParams() function in net::CertVerifyProcBuiltinTest