Searched refs:last_index_type (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c1663 if (state->index_type != state->last_index_type) {
1672 state->last_index_type = state->index_type;
2641 cmd_buffer->state.last_index_type = -1;
3337 if (secondary->state.last_index_type != -1) {
3338 primary->state.last_index_type =
3339 secondary->state.last_index_type;
3832 cmd_buffer->state.last_index_type = -1;
H A Dradv_private.h1052 int32_t last_index_type; member in struct:radv_cmd_state
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c2581 if (state->index_type != state->last_index_type) {
2590 state->last_index_type = state->index_type;
4379 cmd_buffer->state.last_index_type = -1;
5629 if (secondary->state.last_index_type != -1) {
5630 primary->state.last_index_type = secondary->state.last_index_type;
6568 cmd_buffer->state.last_index_type = -1;
H A Dradv_private.h1375 int32_t last_index_type; member in struct:radv_cmd_state

Completed in 29 milliseconds