Home
last modified time | relevance | path

Searched defs:combiner_ops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_init_state.c977 static const uint32_t combiner_ops[] = { in genX() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h414 VkFragmentShadingRateCombinerOpKHR combiner_ops[2]; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs52630 pub combiner_ops: [FragmentShadingRateCombinerOpKHR; 2], field
52683 pub fn combiner_ops(mut self, combiner_ops: [FragmentShadingRateCombinerOpKHR; 2]) -> Self { in combiner_ops() method
53328 pub combiner_ops: [FragmentShadingRateCombinerOpKHR; 2], field
53387 pub fn combiner_ops(mut self, combiner_ops: [FragmentShadingRateCombinerOpKHR; 2]) -> Self { in combiner_ops() method