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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta.c92 state->fragment_shading_rate.combiner_ops[0] =
93 cmd_buffer->state.dynamic.fragment_shading_rate.combiner_ops[0];
94 state->fragment_shading_rate.combiner_ops[1] =
95 cmd_buffer->state.dynamic.fragment_shading_rate.combiner_ops[1];
186 cmd_buffer->state.dynamic.fragment_shading_rate.combiner_ops[0] =
187 state->fragment_shading_rate.combiner_ops[0];
188 cmd_buffer->state.dynamic.fragment_shading_rate.combiner_ops[1] =
189 state->fragment_shading_rate.combiner_ops[1];
H A Dradv_meta.h91 VkFragmentShadingRateCombinerOpKHR combiner_ops[2]; member in struct:radv_meta_saved_state::__anonbb78a6860408
H A 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];
1625 uint32_t htile_comb_mode = d->fragment_shading_rate.combiner_ops[1];
5357 state->dynamic.fragment_shading_rate.combiner_ops[0] == combinerOps[0] &&
5358 state->dynamic.fragment_shading_rate.combiner_ops[1] == combinerOps[1])
5363 state->dynamic.fragment_shading_rate.combiner_ops[i] = combinerOps[i];
H A Dradv_private.h1223 VkFragmentShadingRateCombinerOpKHR combiner_ops[2]; member in struct:radv_dynamic_state::__anon4674665a2608
H A Dradv_pipeline.c1696 dynamic->fragment_shading_rate.combiner_ops[i] = shading_rate->combinerOps[i];

Completed in 59 milliseconds