Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c4169 state->dirty.fragment_descriptors || state->dirty.line_width || in pvr_emit_dirty_ppp_state()
4188 state->dirty.fragment_descriptors && in pvr_emit_dirty_ppp_state()
4520 state->dirty.fragment_descriptors = state->dirty.vertex_descriptors; in pvr_validate_draw_state()
4522 if (state->dirty.fragment_descriptors) { in pvr_validate_draw_state()
4563 state->dirty.fragment_descriptors = false; in pvr_validate_draw_state()
Dpvr_private.h865 bool fragment_descriptors : 1; member