/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/ |
H A D | GmmGen12ResourceULT.cpp | 103 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 164 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 216 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 286 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 338 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 391 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 461 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 511 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 563 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 632 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local [all …]
|
H A D | GmmGen12dGPUResourceULT.cpp | 86 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 112 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 151 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 190 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 259 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 350 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 389 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 409 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 472 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 741 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local [all …]
|
H A D | GmmResourceULT.cpp | 95 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 123 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 167 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 211 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 307 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 351 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 456 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 501 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 623 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 702 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local [all …]
|
H A D | GmmGen9ResourceULT.cpp | 92 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 118 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 157 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 196 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 263 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 290 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 328 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 367 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 454 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 479 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local [all …]
|
H A D | GmmGen11ResourceULT.cpp | 87 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 163 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 260 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 355 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 415 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 495 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 575 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local 657 GMM_RESOURCE_INFO *ResourceInfo; in TEST_F() local
|
H A D | GmmResourceULT.h | 474 void VerifyResourceHAlign(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourceHAlign() 489 void VerifyResourceVAlign(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourceVAlign() 505 void VerifyResourcePitch(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourcePitch() 521 void VerifyResourcePitchInTiles(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourcePitchInTiles() 536 void VerifyResourceSize(GMM_RESOURCE_INFO *ResourceInfo, uint64_t ExpectedValue) in VerifyResourceSize() 551 void VerifyResourceAuxCCSize(GMM_RESOURCE_INFO *ResourceInfo, uint64_t ExpectedValue) in VerifyResourceAuxCCSize() 566 void VerifyResourceQPitch(GMM_RESOURCE_INFO *ResourceInfo, uint64_t ExpectedValue) in VerifyResourceQPitch() 581 void VerifyResourceTile4(GMM_RESOURCE_INFO *ResourceInfo, bool ExpectedValue) in VerifyResourceTile4()
|
H A D | GmmGen9ResourceULT.h | 120 void VerifyResourceMipTailStartLod(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourceMipTailStartLod()
|
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/ |
H A D | ResourceManagerServiceUtils.h | 154 struct ResourceInfo { struct 155 pid_t pid; 156 uid_t uid; 157 int64_t clientId; 158 std::string name; 159 std::shared_ptr<::aidl::android::media::IResourceManagerClient> client; 160 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; 161 ResourceList resources; 163 uint32_t importance = 0;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | resource_op_lifting.cc | 226 struct ResourceInfo { struct in mlir::__anon60ae525e0111::RegionResourceHoister 228 bool is_read; 230 bool is_written; 232 bool is_written_all; 234 Value hoisted_read; 236 Type data_type; 240 int result_index; 242 DictionaryAttr read_attrs; 244 DictionaryAttr write_attrs; 246 ResourceInfo() in ResourceInfo() argument [all …]
|
H A D | promote_resources_to_args.cc | 164 struct ResourceInfo { struct 165 Value live_value = nullptr; 166 bool read = false; 167 bool write = false;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
H A D | resource_value_typed_analyzer.h | 53 struct ResourceInfo { struct 59 DenseMap<Value, ResourceInfo> resource_infos_; argument
|
/aosp_15_r20/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/info/ |
H A D | ResourceInfo.java | 25 public final class ResourceInfo implements Serializable { class 36 private ResourceInfo(String content) { in ResourceInfo() method in ResourceInfo
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/textclassifier/ |
H A D | IconsUriHelper.java | 134 public static final class ResourceInfo { class in IconsUriHelper 139 private ResourceInfo(String packageName, int id) { in ResourceInfo() method in IconsUriHelper.ResourceInfo
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | resource_bridge.rs | 43 pub enum ResourceInfo { enum 80 ) -> std::result::Result<ResourceInfo, ResourceBridgeError> { in get_resource_info()
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/ |
H A D | ResourceInfo.java | 30 public final class ResourceInfo extends com.google.protobuf.GeneratedMessageV3 class 36 private ResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ResourceInfo() method in ResourceInfo 40 private ResourceInfo() { in ResourceInfo() method in ResourceInfo
|
/aosp_15_r20/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v2/src/main/java/com/google/api/servicecontrol/v2/ |
H A D | ResourceInfo.java | 30 public final class ResourceInfo extends com.google.protobuf.GeneratedMessageV3 class 36 private ResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ResourceInfo() method in ResourceInfo 40 private ResourceInfo() { in ResourceInfo() method in ResourceInfo
|
/aosp_15_r20/external/google-cloud-java/java-beyondcorp-appconnectors/proto-google-cloud-beyondcorp-appconnectors-v1/src/main/java/com/google/cloud/beyondcorp/appconnectors/v1/ |
H A D | ResourceInfo.java | 39 public final class ResourceInfo extends com.google.protobuf.GeneratedMessageV3 class 45 private ResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ResourceInfo() method in ResourceInfo 49 private ResourceInfo() { in ResourceInfo() method in ResourceInfo
|
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/ |
H A D | ClassPath.java | 205 public static class ResourceInfo { class in ClassPath 219 ResourceInfo(File file, String resourceName, ClassLoader loader) { in ResourceInfo() method in ClassPath.ResourceInfo
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/ |
H A D | ClassPath.java | 205 public static class ResourceInfo { class in ClassPath 219 ResourceInfo(File file, String resourceName, ClassLoader loader) { in ResourceInfo() method in ClassPath.ResourceInfo
|
/aosp_15_r20/external/googleapis/google/cloud/beyondcorp/appconnectors/v1/ |
H A D | resource_info.proto | 59 message ResourceInfo { message
|
/aosp_15_r20/external/google-cloud-java/java-beyondcorp-appconnectors/proto-google-cloud-beyondcorp-appconnectors-v1/src/main/proto/google/cloud/beyondcorp/appconnectors/v1/ |
H A D | resource_info.proto | 59 message ResourceInfo { message
|
/aosp_15_r20/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v2/src/main/proto/google/api/servicecontrol/v2/ |
H A D | service_controller.proto | 129 message ResourceInfo { message
|
/aosp_15_r20/external/googleapis/google/api/servicecontrol/v2/ |
H A D | service_controller.proto | 129 message ResourceInfo { message
|
/aosp_15_r20/external/googleapis/google/rpc/ |
H A D | error_details.proto | 233 message ResourceInfo { message
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/rpc/ |
H A D | error_details.proto | 233 message ResourceInfo { message
|