Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_fast_clear.c776 if (cmd_buffer->state.predication_type != -1) { in radv_emit_color_decompress()
779 cmd_buffer->state.predication_type, in radv_emit_color_decompress()
Dradv_private.h1379 int predication_type; /* -1: disabled, 0: normal, 1: inverted */ member
Dradv_cmd_buffer.c3757 cmd_buffer->state.predication_type = -1; in radv_BeginCommandBuffer()
6571 cmd_buffer->state.predication_type = draw_visible; in radv_CmdBeginConditionalRenderingEXT()
6585 cmd_buffer->state.predication_type = -1; in radv_CmdEndConditionalRenderingEXT()