/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 48 DXGISupportHelper(ID3D11Device *device, D3D_FEATURE_LEVEL featureLevel) in DXGISupportHelper() 149 bool GetNPOTTextureSupport(D3D_FEATURE_LEVEL featureLevel) in GetNPOTTextureSupport() 171 float GetMaximumAnisotropy(D3D_FEATURE_LEVEL featureLevel) in GetMaximumAnisotropy() 197 bool GetOcclusionQuerySupport(D3D_FEATURE_LEVEL featureLevel) in GetOcclusionQuerySupport() 221 bool GetEventQuerySupport(D3D_FEATURE_LEVEL featureLevel) in GetEventQuerySupport() 243 bool GetInstancingSupport(D3D_FEATURE_LEVEL featureLevel) in GetInstancingSupport() 278 bool GetFramebufferMultisampleSupport(D3D_FEATURE_LEVEL featureLevel) in GetFramebufferMultisampleSupport() 299 bool GetFramebufferBlitSupport(D3D_FEATURE_LEVEL featureLevel) in GetFramebufferBlitSupport() 320 bool GetDerivativeInstructionSupport(D3D_FEATURE_LEVEL featureLevel) in GetDerivativeInstructionSupport() 348 bool GetShaderTextureLODSupport(D3D_FEATURE_LEVEL featureLevel) in GetShaderTextureLODSupport() [all …]
|
H A D | formatutils11.cpp | 29 bool SupportsMipGen(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in SupportsMipGen() 468 D3D_FEATURE_LEVEL featureLevel) in GetVertexFormatInfo()
|
H A D | VertexBuffer11.cpp | 125 const D3D_FEATURE_LEVEL featureLevel = mRenderer->getRenderer11DeviceCaps().featureLevel; in storeVertexAttributes() local
|
H A D | RenderStateCache.cpp | 306 const auto &featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in getSamplerState() local
|
H A D | InputLayoutCache.cpp | 184 D3D_FEATURE_LEVEL featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in createInputLayout() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/nnapi_info/ |
D | nnapi_info.cpp | 35 std::string featureLevelString(int64_t featureLevel) { in featureLevelString() 86 int64_t featureLevel; in main() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 166 int64_t featureLevel; in SetUpTestCase() local 199 bool shouldSkipTest(int64_t featureLevel) { in shouldSkipTest() 305 int64_t featureLevel; in computeAndVerifyResultsForDevice() local
|
/aosp_15_r20/cts/tests/tests/neuralnetworks/java_test/jni/ |
H A D | android_neuralnetworks_cts_ModelAssetTest.cpp | 81 int64_t featureLevel; in getDeviceFeatureLevel() local 270 const int64_t featureLevel = getDeviceFeatureLevel(env, device); in Java_android_neuralnetworks_cts_ModelAssetTest_nativeTestCompileFromAssetFile() local
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
H A D | Device.cpp | 128 std::string name, std::shared_ptr<aidl_hal::IDevice> device, nn::Version featureLevel) { in create() 152 nn::Version featureLevel, nn::DeviceType deviceType, in Device()
|
H A D | PreparedModel.cpp | 114 std::shared_ptr<aidl_hal::IPreparedModel> preparedModel, nn::Version featureLevel) { in create() 126 nn::Version featureLevel) in PreparedModel()
|
H A D | Burst.cpp | 158 std::shared_ptr<aidl_hal::IBurst> burst, nn::Version featureLevel) { in create() 168 nn::Version featureLevel) in Burst()
|
H A D | Callbacks.cpp | 42 nn::Version featureLevel) { in prepareModelCallback()
|
H A D | Service.cpp | 83 auto featureLevel = NN_TRY(getAidlServiceFeatureLevel(service.get())); in getDevice() local
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
H A D | Callbacks.h | 39 PreparedModelCallback(nn::Version featureLevel) : kFeatureLevel(featureLevel) {} in PreparedModelCallback()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestUpdatability.cpp | 44 int64_t featureLevel; in TEST_F() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | ServerFlag.cpp | 51 int64_t featureLevel = kDefaultFeatureLevelNum; in getServerFeatureLevelFlag() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/nnapi/ |
H A D | nnapi_handler.cc | 140 [](const ANeuralNetworksDevice* device, int64_t* featureLevel) -> int { in SetNnapiSupportedDevice()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/ |
H A D | InvalidDevice.cpp | 34 InvalidDevice::InvalidDevice(std::string name, std::string versionString, nn::Version featureLevel, in InvalidDevice()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | D3D11FormatTablesTest.cpp | 85 auto featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in TEST_P() local
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/libeic/ |
D | EicPresentation.h | 30 int featureLevel; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | nnapi_sl_fake_impl.cc | 132 [](const ANeuralNetworksDevice* device, int64_t* featureLevel) -> int { in GetNnApiSlDriverImpl()
|
/aosp_15_r20/hardware/interfaces/identity/aidl/default/libeic/ |
H A D | EicPresentation.h | 40 int featureLevel; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/native/ |
H A D | nnapi_delegate_test_jni.cc | 115 [](const ANeuralNetworksDevice* device, int64_t* featureLevel) -> int { in Java_org_tensorflow_lite_nnapi_NnApiDelegateTest_getMockSlHandle()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/ |
D | LegacyUtils.h | 292 int64_t featureLevel; member
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/d3d11/ |
H A D | harness.cpp | 228 D3D_FEATURE_LEVEL featureLevel = D3D_FEATURE_LEVEL_11_0; in HarnessD3D11_CreateDevice() local
|