Home
last modified time | relevance | path

Searched defs:samplerState (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DTexture.h123 const SamplerState &samplerState) const in compatibleWithSamplerFormat()
638 SamplerState samplerState; member
DTexture.cpp27 bool IsPointSampled(const SamplerState &samplerState) in IsPointSampled()
52 bool IsMipmapFiltered(const SamplerState &samplerState) in IsMipmapFiltered()
271 bool TextureState::computeSamplerCompleteness(const SamplerState &samplerState, in computeSamplerCompleteness()
1805 const auto &samplerState = in isSamplerComplete() local
Dangletypes.h283 bool sameCompleteness(const SamplerState &samplerState) const in sameCompleteness()
DState.cpp634 const SamplerState &samplerState = in updateActiveTextureState() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp265 const gl::SamplerState &samplerState, in getSamplerState()
DStateManager11.cpp352 const gl::SamplerState &samplerState) in updateSamplerMetadata()
560 const gl::SamplerState &samplerState) in onSamplerChange()
2563 const d3d11::SamplerState &samplerState) in setSimplePixelTextureAndSampler()
2606 const gl::SamplerState &samplerState) in setSamplerState()
2743 const gl::SamplerState &samplerState = in applyTexturesForSRVs() local
DRenderer11.cpp4085 const gl::SamplerState &samplerState, in getSamplerState()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h534 gl::SamplerState samplerState; member
DRenderer9.cpp968 const gl::SamplerState &samplerState) in setSamplerState()
3205 const gl::SamplerState &samplerState = in applyTextures() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1717 SamplerDesc::SamplerDesc(const gl::SamplerState &samplerState, bool stencilMode) in SamplerDesc()
1739 void SamplerDesc::update(const gl::SamplerState &samplerState, bool stencilMode) in update()