Searched defs:SamplerState (Results 1 – 7 of 7) sorted by relevance
27 struct SamplerState : sw::Memset<SamplerState> struct33 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 …]
19 SamplerState::SamplerState(const VkSamplerCreateInfo *pCreateInfo, const vk::SamplerYcbcrConversion… in SamplerState() function in vk::SamplerState
19 class SamplerState; variable
342 struct SamplerState struct348 static inline SamplerState * argument
114 SamplerState::SamplerState() in SamplerState() function in gl::SamplerState
165 SamplerState::SamplerState() in SamplerState() function in gl::SamplerState