Searched refs:combinerOps (Results 1 – 4 of 4) sorted by relevance
395 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) = 0;
431 FragmentShadingRateCombinerOps combinerOps {};581 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) override;
1869 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) in SetDynamicStateFragmentShadingRate() argument1885 data->combinerOps = combinerOps; in SetDynamicStateFragmentShadingRate()
2542 const VkFragmentShadingRateCombinerOpKHR combinerOps[2] = { in RenderCommand() local2543 (VkFragmentShadingRateCombinerOpKHR)renderCmd.combinerOps.op1, in RenderCommand()2544 (VkFragmentShadingRateCombinerOpKHR)renderCmd.combinerOps.op2, in RenderCommand()2549 combinerOps); // combinerOps in RenderCommand()