HomeSort by: relevance | last modified time | path
    Searched refs:FE_INDEX_STREAM_CONTROL (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_context.c 103 uint32_t new_control = ctx->index_buffer.FE_INDEX_STREAM_CONTROL;
110 if (ctx->index_buffer.FE_INDEX_STREAM_CONTROL != new_control ||
112 ctx->index_buffer.FE_INDEX_STREAM_CONTROL = new_control;
203 ctx->index_buffer.FE_INDEX_STREAM_CONTROL = translate_index_size(info->index_size);
213 ctx->index_buffer.FE_INDEX_STREAM_CONTROL = 0;
etnaviv_context.h 49 uint32_t FE_INDEX_STREAM_CONTROL;
etnaviv_emit.c 320 /*00648*/ EMIT_STATE(FE_INDEX_STREAM_CONTROL, ctx->index_buffer.FE_INDEX_STREAM_CONTROL);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_context.h 48 uint32_t FE_INDEX_STREAM_CONTROL;
etnaviv_context.c 178 uint32_t new_control = ctx->index_buffer.FE_INDEX_STREAM_CONTROL;
185 if (ctx->index_buffer.FE_INDEX_STREAM_CONTROL != new_control ||
187 ctx->index_buffer.FE_INDEX_STREAM_CONTROL = new_control;
284 ctx->index_buffer.FE_INDEX_STREAM_CONTROL = translate_index_size(info->index_size);
294 ctx->index_buffer.FE_INDEX_STREAM_CONTROL = 0;
etnaviv_emit.c 322 /*00648*/ EMIT_STATE(FE_INDEX_STREAM_CONTROL, ctx->index_buffer.FE_INDEX_STREAM_CONTROL);

Completed in 8 milliseconds