Home
last modified time | relevance | path

Searched defs:platform (Results 101 – 125 of 1154) sorted by relevance

12345678910>>...47

/aosp_15_r20/external/OpenCL-CTS/test_conformance/d3d10/
H A Dmain.cpp26 cl_platform_id platform = NULL; in main() local
90 void TestAdapterEnumeration(cl_platform_id platform, IDXGIAdapter* pAdapter, ID3D10Device* pDevice,… in TestAdapterEnumeration()
207 void TestAdapterDevices(cl_platform_id platform, IDXGIAdapter* pAdapter, ID3D10Device* pDevice, cl_… in TestAdapterDevices()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/computeinfo/
H A Dextended_versioning.cpp71 static std::vector<char> get_platform_string(cl_platform_id platform, in get_platform_string()
209 static int test_extended_versioning_platform_version(cl_platform_id platform) in test_extended_versioning_platform_version()
307 static int test_extended_versioning_platform_extensions(cl_platform_id platform) in test_extended_versioning_platform_extensions()
738 cl_platform_id platform; in test_extended_versioning() local
H A Dmain.cpp399 int getPlatformConfigInfo(cl_platform_id platform, config_info* info) in getPlatformConfigInfo()
931 void print_platform_string_selector(cl_platform_id platform, in print_platform_string_selector()
1203 int getPlatformCapabilities(cl_platform_id platform) in getPlatformCapabilities()
1258 cl_platform_id platform; in test_computeinfo() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/d3d11/
H A Dmain.cpp28 cl_platform_id platform = NULL; in main() local
95 cl_platform_id platform, in TestAdapterEnumeration()
201 cl_platform_id platform, in TestAdapterDevices()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executor.h60 explicit TpuExecutor(::tensorflow::tpu::TpuPlatformInterface* platform, in TpuExecutor()
163 const ::tensorflow::tpu::TpuPlatformInterface& platform() const override { in platform() function
167 ::tensorflow::tpu::TpuPlatformInterface& platform() override { in platform() function
H A Dtpu_executor_interface.h52 virtual const TpuPlatformInterface& platform() const { in platform() function
56 virtual TpuPlatformInterface& platform() { LOG(FATAL) << "Unimplemented."; } in platform() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLPlatform.cpp32 Platform *&platform, in ParseContextProperties()
240 Platform *platform = nullptr; in CreateContext() local
259 Platform *platform = nullptr; in CreateContextFromType() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtpu_client.cc98 tf_tpu::TpuPlatformInterface* platform = in PjRtTpuClient() local
122 tf_tpu::TpuPlatformInterface* platform = in GetDefaultDeviceAssignment() local
253 tf_tpu::TpuPlatformInterface* platform = in GetTpuClient() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_api_consistency.cpp42 cl_platform_id platform = NULL; in test_consistency_external_buffer() local
194 cl_platform_id platform = NULL; in test_consistency_external_image() local
379 cl_platform_id platform = NULL; in test_consistency_external_semaphore() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_bxt/hw/vdbox/
H A Dmhw_vdbox_hcp_g9_bxt.cpp40 PLATFORM platform; in InitRowstoreUserFeatureSettings() local
337 PLATFORM platform; in AddHcpDecodePicStateCmd() local
370 PLATFORM platform; in AddHcpDecodeSliceStateCmd() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cContextFlushControlTests.cpp200 … glu::Platform &platform = dynamic_cast<glu::Platform &>(m_context.getTestContext().getPlatform()); in createNoFlushContext() local
243 … glu::Platform &platform = dynamic_cast<glu::Platform &>(m_context.getTestContext().getPlatform()); in iterate() local
477 …glu::Platform &platform = dynamic_cast<glu::Platform &>(m_test_context.getTestContext().getPlatfor… in createContext() local
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DANGLEPerfTest.cpp73 void CustomLogError(PlatformMethods *platform, const char *errorMessage) in CustomLogError()
79 TraceEventHandle AddPerfTraceEvent(PlatformMethods *platform, in AddPerfTraceEvent()
111 const unsigned char *GetPerfTraceCategoryEnabled(PlatformMethods *platform, in GetPerfTraceCategoryEnabled()
129 void UpdateTraceEventDuration(PlatformMethods *platform, in UpdateTraceEventDuration()
137 double MonotonicallyIncreasingTime(PlatformMethods *platform) in MonotonicallyIncreasingTime()
/aosp_15_r20/external/grpc-grpc/tools/distrib/
H A Drake_compiler_docker_image.rb20 def docker_image_for_rake_compiler(platform) argument
29 def run_rake_compiler(platform, args) argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/
Drake_compiler_docker_image.rb20 def docker_image_for_rake_compiler(platform) argument
29 def run_rake_compiler(platform, args) argument
/aosp_15_r20/external/crosvm/gpu_display/examples/
H A Dsimple.rs8 mod platform { module
35 mod platform { module
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor.cc54 port::Status ValidateSPPlatform(const SP_Platform& platform) { in ValidateSPPlatform()
113 const SP_Platform& platform) { in ValidateSPStreamExecutor()
213 SP_Platform* platform, SP_PlatformFns* platform_fns, in CStreamExecutor()
658 CPlatform::CPlatform(SP_Platform platform, in CPlatform()
757 SP_Platform platform{SP_PLATFORM_STRUCT_SIZE}; in InitStreamExecutorPlugin() local
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/media_interfaces/
H A Dmedia_interfaces_hwinfo_device.h64 virtual MOS_STATUS RefreshRevId(PLATFORM &platform, MEDIA_WA_TABLE *waTable) in RefreshRevId()
73 virtual MOS_STATUS Initialize(PLATFORM platform) in Initialize()
/aosp_15_r20/packages/modules/Connectivity/remoteauth/service/jni/src/
Dremoteauth_jni_android_platform.rs110 let platform = Arc::new(Mutex::new(JavaPlatform::new( in create() localVariable
247 let mut platform = (*platform).lock().unwrap(); in native_on_send_request_success() localVariable
277 let platform = (*platform).lock().unwrap(); in native_on_send_request_error() localVariable
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DVmDataCollectingVisitor.java35 private final Platform platform; field in VmDataCollectingVisitor
38 @Inject VmDataCollectingVisitor(Platform platform) { in VmDataCollectingVisitor()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dnegative_platform.cpp22 cl_platform_id platform; in test_negative_get_platform_ids() local
43 cl_platform_id platform = getPlatformFromDevice(deviceID); in test_negative_get_platform_info() local
/aosp_15_r20/external/tpm2-tss/src/tss2-sys/api/
H A DTss2_Sys_NV_UndefineSpaceSpecial.c18 TPMI_RH_PLATFORM platform) in Tss2_Sys_NV_UndefineSpaceSpecial_Prepare()
63 TPMI_RH_PLATFORM platform, in Tss2_Sys_NV_UndefineSpaceSpecial()
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DSourceSets.kt8 val platform = name.dropLast(4) in KotlinSourceSet() constant
/aosp_15_r20/external/angle/src/tests/capture_replay_tests/
H A DCaptureReplayTests.cpp66 [[maybe_unused]] void LogError(angle::PlatformMethods *platform, const char *errorMessage) in LogError()
71 [[maybe_unused]] void LogWarning(angle::PlatformMethods *platform, const char *warningMessage) in LogWarning()
76 [[maybe_unused]] void LogInfo(angle::PlatformMethods *platform, const char *infoMessage) in LogInfo()
/aosp_15_r20/external/angle/src/common/
H A Devent_tracer.cpp12 const unsigned char *GetTraceCategoryEnabledFlag(PlatformMethods *platform, const char *name) in GetTraceCategoryEnabledFlag()
27 angle::TraceEventHandle AddTraceEvent(PlatformMethods *platform, in AddTraceEvent()
/aosp_15_r20/external/icu/icu4c/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py43 def run_helper(request, common_vars, platform, tool_dir, verbose, tool_cfg=None, **kwargs): argument
122 def run_shell_command(command_line, platform, verbose): argument

12345678910>>...47