Home
last modified time | relevance | path

Searched defs:SamplerState (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkSampler.hpp27 struct SamplerState : sw::Memset<SamplerState> struct
33 static float ClampLod(float lod) in ClampLod()
38 const VkFilter magFilter = VK_FILTER_NEAREST;
39 const VkFilter minFilter = VK_FILTER_NEAREST;
40 const VkSamplerMipmapMode mipmapMode = VK_SAMPLER_MIPMAP_MODE_NEAREST;
41 const VkSamplerAddressMode addressModeU = VK_SAMPLER_ADDRESS_MODE_REPEAT;
42 const VkSamplerAddressMode addressModeV = VK_SAMPLER_ADDRESS_MODE_REPEAT;
43 const VkSamplerAddressMode addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT;
44 const float mipLodBias = 0.0f;
45 const VkBool32 anisotropyEnable = VK_FALSE;
[all …]
H A DVkSampler.cpp19 SamplerState::SamplerState(const VkSamplerCreateInfo *pCreateInfo, const vk::SamplerYcbcrConversion… in SamplerState() function in vk::SamplerState
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DSamplerImpl.h19 class SamplerState; variable
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DState.h342 struct SamplerState struct
348 static inline SamplerState * argument
/aosp_15_r20/frameworks/rs/
H A DrsSampler.h30 class SamplerState; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.cpp202 SamplerState::SamplerState() in SamplerState() function in gl::SamplerState