Searched defs:featureLevel (Results 1 – 13 of 13) sorted by relevance
49 DXGISupportHelper(ID3D11Device *device, D3D_FEATURE_LEVEL featureLevel) in DXGISupportHelper()150 bool GetNPOTTextureSupport(D3D_FEATURE_LEVEL featureLevel) in GetNPOTTextureSupport()172 float GetMaximumAnisotropy(D3D_FEATURE_LEVEL featureLevel) in GetMaximumAnisotropy()198 bool GetOcclusionQuerySupport(D3D_FEATURE_LEVEL featureLevel) in GetOcclusionQuerySupport()222 bool GetEventQuerySupport(D3D_FEATURE_LEVEL featureLevel) in GetEventQuerySupport()244 bool GetInstancingSupport(D3D_FEATURE_LEVEL featureLevel) in GetInstancingSupport()279 bool GetFramebufferMultisampleSupport(D3D_FEATURE_LEVEL featureLevel) in GetFramebufferMultisampleSupport()300 bool GetFramebufferBlitSupport(D3D_FEATURE_LEVEL featureLevel) in GetFramebufferBlitSupport()321 bool GetDerivativeInstructionSupport(D3D_FEATURE_LEVEL featureLevel) in GetDerivativeInstructionSupport()349 bool GetShaderTextureLODSupport(D3D_FEATURE_LEVEL featureLevel) in GetShaderTextureLODSupport()[all …]
125 const D3D_FEATURE_LEVEL featureLevel = mRenderer->getRenderer11DeviceCaps().featureLevel; in storeVertexAttributes() local
277 const auto &featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in getSamplerState() local
28 bool SupportsMipGen(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in SupportsMipGen()404 D3D_FEATURE_LEVEL featureLevel) in GetVertexFormatInfo()
204 D3D_FEATURE_LEVEL featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in createInputLayout() local
50 D3D_FEATURE_LEVEL featureLevel; member
2992 D3D_FEATURE_LEVEL featureLevel = mRenderer->getRenderer11DeviceCaps().featureLevel; in syncVertexBuffersAndInputLayout() local
3967 const D3D_FEATURE_LEVEL featureLevel = mRenderer11DeviceCaps.featureLevel; in getVertexSpaceRequired() local
138 [](const ANeuralNetworksDevice* device, int64_t* featureLevel) -> int { in SetNnapiSupportedDevice()
828 const ANeuralNetworksDevice* device, int64_t* featureLevel) { in ANeuralNetworksDevice_getFeatureLevel()
78 auto featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in TEST_P() local
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()