Home
last modified time | relevance | path

Searched refs:combiner_ops (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h399 VkFragmentShadingRateCombinerOpKHR combiner_ops[2]; member
Dvk_graphics_state.c665 fsr->combiner_ops[0] = fsr_info->combinerOps[0]; in vk_fragment_shading_rate_state_init()
666 fsr->combiner_ops[1] = fsr_info->combinerOps[1]; in vk_fragment_shading_rate_state_init()
669 fsr->combiner_ops[0] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR; in vk_fragment_shading_rate_state_init()
670 fsr->combiner_ops[1] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR; in vk_fragment_shading_rate_state_init()
1709 .combiner_ops = {
1940 COPY_IF_SET(FSR, fsr.combiner_ops[0]); in vk_dynamic_graphics_state_copy()
1941 COPY_IF_SET(FSR, fsr.combiner_ops[1]); in vk_dynamic_graphics_state_copy()
2430 SET_DYN_VALUE(dyn, FSR, fsr.combiner_ops[0], combinerOps[0]); in vk_common_CmdSetFragmentShadingRateKHR()
2431 SET_DYN_VALUE(dyn, FSR, fsr.combiner_ops[1], combinerOps[1]); in vk_common_CmdSetFragmentShadingRateKHR()