Lines Matching defs:fsr
541 struct vk_fragment_shading_rate_state *fsr,
546 fsr->fragment_size = fsr_info->fragmentSize;
547 fsr->combiner_ops[0] = fsr_info->combinerOps[0];
548 fsr->combiner_ops[1] = fsr_info->combinerOps[1];
550 fsr->fragment_size = (VkExtent2D) { 1, 1 };
551 fsr->combiner_ops[0] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR;
552 fsr->combiner_ops[1] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR;
560 const struct vk_fragment_shading_rate_state *fsr)
562 dst->fsr = *fsr;
988 vk_fragment_shading_rate_state, fsr); \
1385 .fsr = {
1574 COPY_IF_SET(FSR, fsr.fragment_size.width);
1575 COPY_IF_SET(FSR, fsr.fragment_size.height);
1576 COPY_IF_SET(FSR, fsr.combiner_ops[0]);
1577 COPY_IF_SET(FSR, fsr.combiner_ops[1]);
1906 SET_DYN_VALUE(dyn, FSR, fsr.fragment_size.width, pFragmentSize->width);
1907 SET_DYN_VALUE(dyn, FSR, fsr.fragment_size.height, pFragmentSize->height);
1908 SET_DYN_VALUE(dyn, FSR, fsr.combiner_ops[0], combinerOps[0]);
1909 SET_DYN_VALUE(dyn, FSR, fsr.combiner_ops[1], combinerOps[1]);