Searched defs:featureLevel (Results 1 – 10 of 10) 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
28 bool SupportsMipGen(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in SupportsMipGen()400 D3D_FEATURE_LEVEL featureLevel) in GetVertexFormatInfo()
277 const auto &featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in getSamplerState() local
204 D3D_FEATURE_LEVEL featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in createInputLayout() local
50 D3D_FEATURE_LEVEL featureLevel; member
3021 const DXGISupport &GetDXGISupport(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in GetDXGISupport()
2978 D3D_FEATURE_LEVEL featureLevel = mRenderer->getRenderer11DeviceCaps().featureLevel; in syncVertexBuffersAndInputLayout() local
3869 const D3D_FEATURE_LEVEL featureLevel = mRenderer11DeviceCaps.featureLevel; in getVertexSpaceRequired() local
77 auto featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in TEST_P() local