Home
last modified time | relevance | path

Searched refs:combinerOps (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h395 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h431 FragmentShadingRateCombinerOps combinerOps {};
581 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) override;
H A Drender_command_list.cpp1869 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) in SetDynamicStateFragmentShadingRate() argument
1885 data->combinerOps = combinerOps; in SetDynamicStateFragmentShadingRate()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp2542 const VkFragmentShadingRateCombinerOpKHR combinerOps[2] = { in RenderCommand() local
2543 (VkFragmentShadingRateCombinerOpKHR)renderCmd.combinerOps.op1, in RenderCommand()
2544 (VkFragmentShadingRateCombinerOpKHR)renderCmd.combinerOps.op2, in RenderCommand()
2549 combinerOps); // combinerOps in RenderCommand()