Lines Matching full:sampler
1227 /// Sampler creation flags
1573 VkSampler sampler
1821 const VkSampler* pImmutableSamplers /// Immutable samplers (used if descriptor type is SAMPLER or COMBINED_IMAGE_SAMPLER, is either NULL or contains <count> number of elements)
2348 f32 maxSamplerLodBias /// max absolute sampler level of detail bias
2349 f32 maxSamplerAnisotropy /// max degree of sampler anisotropy
3819 // Sampler functions
3830 sampler := ?
3831 pSampler[0] = sampler
3832 State.Samplers[sampler] = new!SamplerObject(device: device)
3840 VkSampler sampler,
3843 samplerObject := GetSampler(sampler)
3846 State.Samplers[sampler] = null
5569 macro ref!SamplerObject GetSampler(VkSampler sampler) {
5570 assert(sampler in State.Samplers)
5571 return State.Samplers[sampler]