Home
last modified time | relevance | path

Searched refs:predication_type (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_fast_clear.c647 if (cmd_buffer->state.predication_type != -1) { in radv_process_color_image()
649 si_emit_set_predication_state(cmd_buffer, cmd_buffer->state.predication_type, in radv_process_color_image()
Dradv_private.h1496 int predication_type; /* -1: disabled, 0: normal, 1: inverted */ member
Dradv_cmd_buffer.c5027 cmd_buffer->state.predication_type = -1; in radv_BeginCommandBuffer()
6607 if (!state->predication_type) { in radv_cs_emit_compute_predication()
9916 cmd_buffer->state.predication_type = draw_visible; in radv_CmdBeginConditionalRenderingEXT()
9934 cmd_buffer->state.predication_type = -1; in radv_CmdEndConditionalRenderingEXT()