Searched defs:featureLevel (Results 1 – 15 of 15) sorted by relevance
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 …]
125 const D3D_FEATURE_LEVEL featureLevel = mRenderer->getRenderer11DeviceCaps().featureLevel; in storeVertexAttributes() local
278 const auto &featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in getSamplerState() local
29 bool SupportsMipGen(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in SupportsMipGen()468 D3D_FEATURE_LEVEL featureLevel) in GetVertexFormatInfo()
204 D3D_FEATURE_LEVEL featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in createInputLayout() local
50 D3D_FEATURE_LEVEL featureLevel; member
3080 D3D_FEATURE_LEVEL featureLevel = mRenderer->getRenderer11DeviceCaps().featureLevel; in syncVertexBuffersAndInputLayout() local
4173 const D3D_FEATURE_LEVEL featureLevel = mRenderer11DeviceCaps.featureLevel; in getVertexSpaceRequired() local
140 [](const ANeuralNetworksDevice* device, int64_t* featureLevel) -> int { in SetNnapiSupportedDevice()
828 const ANeuralNetworksDevice* device, int64_t* featureLevel) { in ANeuralNetworksDevice_getFeatureLevel()
85 auto featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in TEST_P() local
132 [](const ANeuralNetworksDevice* device, int64_t* featureLevel) -> int { in GetNnApiSlDriverImpl()
115 [](const ANeuralNetworksDevice* device, int64_t* featureLevel) -> int { in Java_org_tensorflow_lite_nnapi_NnApiDelegateTest_getMockSlHandle()
228 D3D_FEATURE_LEVEL featureLevel = D3D_FEATURE_LEVEL_11_0; in HarnessD3D11_CreateDevice() local
3021 const DXGISupport &GetDXGISupport(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in GetDXGISupport()