Home
last modified time | relevance | path

Searched defs:min_sample_shading (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmultisample.c188 min_sample_shading(struct gl_context *ctx, GLclampf value) in min_sample_shading() function
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_shader.h72 float min_sample_shading; member
H A Dnvk_shader.c855 float min_sample_shading; in nvk_deserialize_shader() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dhelpers.h123 float min_sample_shading; variable
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.h52 float min_sample_shading; member
H A Dradv_cmd_buffer.c7962 const float min_sample_shading = 1.0f; in radv_bind_fragment_shader() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h438 float min_sample_shading; member
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h683 float min_sample_shading; member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c188 float min_sample_shading; member
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_renderer.c9432 float min_sample_shading = (float)min_samples; in vrend_set_min_samples() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_private.h4754 float min_sample_shading; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs6223 pub min_sample_shading: f32, field
6289 pub fn min_sample_shading(mut self, min_sample_shading: f32) -> Self { in min_sample_shading() method