Home
last modified time | relevance | path

Searched refs:sample_rate_shading (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/broadcom/vulkan/
Dv3dvx_pipeline.c409 pipeline->sample_rate_shading || in pack_shader_state_record()
481 pipeline->sample_rate_shading || in pack_shader_state_record()
Dv3dv_private.h2263 bool sample_rate_shading; member
Dv3dv_pipeline.c2705 pipeline->sample_rate_shading = in pipeline_set_sample_rate_shading()
/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_reqs.rs246 if !(device.enabled_features().sample_rate_shading) { in check_spirv_capability()
282 if !(device.enabled_features().sample_rate_shading) { in check_spirv_capability()
Dfeatures.rs464 pub sample_rate_shading: bool, field
2792 if self.sample_rate_shading { in check_requirements()
2793 if !supported.sample_rate_shading { in check_requirements()
4449 sample_rate_shading: false, in empty()
4825 sample_rate_shading: true, in all()
5262 || (self.sample_rate_shading && other.sample_rate_shading) in intersects()
5744 && (self.sample_rate_shading || !other.sample_rate_shading) in contains()
6330 sample_rate_shading: self.sample_rate_shading || other.sample_rate_shading, in union()
6990 sample_rate_shading: self.sample_rate_shading && other.sample_rate_shading, in intersection()
7650 sample_rate_shading: self.sample_rate_shading && !other.sample_rate_shading, in difference()
[all …]
/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dbuilder.rs2223 if !device.enabled_features().sample_rate_shading { in validate_create()
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs8646 pub sample_rate_shading: Bool32, field
8752 pub fn sample_rate_shading(mut self, sample_rate_shading: bool) -> Self { in sample_rate_shading() method
8753 self.inner.sample_rate_shading = sample_rate_shading.into(); in sample_rate_shading()