Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c92 state->fragment_shading_rate.combiner_ops[0] = in radv_meta_save()
93 cmd_buffer->state.dynamic.fragment_shading_rate.combiner_ops[0]; in radv_meta_save()
94 state->fragment_shading_rate.combiner_ops[1] = in radv_meta_save()
95 cmd_buffer->state.dynamic.fragment_shading_rate.combiner_ops[1]; in radv_meta_save()
186 cmd_buffer->state.dynamic.fragment_shading_rate.combiner_ops[0] = in radv_meta_restore()
187 state->fragment_shading_rate.combiner_ops[0]; in radv_meta_restore()
188 cmd_buffer->state.dynamic.fragment_shading_rate.combiner_ops[1] = in radv_meta_restore()
189 state->fragment_shading_rate.combiner_ops[1]; in radv_meta_restore()
Dradv_meta.h91 VkFragmentShadingRateCombinerOpKHR combiner_ops[2]; member
Dradv_cmd_buffer.c116 .combiner_ops = {VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR,
1624 uint32_t vertex_comb_mode = d->fragment_shading_rate.combiner_ops[0]; in radv_emit_fragment_shading_rate()
1625 uint32_t htile_comb_mode = d->fragment_shading_rate.combiner_ops[1]; in radv_emit_fragment_shading_rate()
5357 state->dynamic.fragment_shading_rate.combiner_ops[0] == combinerOps[0] && in radv_CmdSetFragmentShadingRateKHR()
5358 state->dynamic.fragment_shading_rate.combiner_ops[1] == combinerOps[1]) in radv_CmdSetFragmentShadingRateKHR()
5363 state->dynamic.fragment_shading_rate.combiner_ops[i] = combinerOps[i]; in radv_CmdSetFragmentShadingRateKHR()
Dradv_private.h1222 VkFragmentShadingRateCombinerOpKHR combiner_ops[2]; member
Dradv_pipeline.c1696 dynamic->fragment_shading_rate.combiner_ops[i] = shading_rate->combinerOps[i]; in radv_pipeline_init_dynamic_state()