Home
last modified time | relevance | path

Searched refs:att_states (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c1572 gfx->att_states = in anv_cmd_buffer_init_attachments()
1575 if (gfx->att_states.map == NULL) { in anv_cmd_buffer_init_attachments()
1580 struct anv_state next_state = gfx->att_states; in anv_cmd_buffer_init_attachments()
1893 struct anv_state src_state = primary->state.gfx.att_states; in genX()
1894 struct anv_state dst_state = secondary->state.gfx.att_states; in genX()
Danv_private.h2655 struct anv_state att_states; member