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.c734 if (cmd_buffer->state.predication_type != -1) { in radv_process_color_image()
736 si_emit_set_predication_state(cmd_buffer, cmd_buffer->state.predication_type, in radv_process_color_image()
Dradv_private.h1403 int predication_type; /* -1: disabled, 0: normal, 1: inverted */ member
Dradv_cmd_buffer.c4384 cmd_buffer->state.predication_type = -1; in radv_BeginCommandBuffer()
7987 cmd_buffer->state.predication_type = draw_visible; in radv_CmdBeginConditionalRenderingEXT()
8002 cmd_buffer->state.predication_type = -1; in radv_CmdEndConditionalRenderingEXT()