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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_context.h 639 bool streamout_active; member in struct:crocus_context::__anon1142
crocus_state.c 4131 if (ice->state.streamout_active != active) {
4132 ice->state.streamout_active = active;
5295 if (idx >= so_info->num_outputs || !ice->state.streamout_active)
6558 if (ice->state.streamout_active) {
6632 if (ice->state.streamout_active) {
6904 gs.SVBIPayloadEnable = ice->state.streamout_active;
crocus_program.c 2351 key.need_gs_prog = ice->state.streamout_active;
2467 if (ice->state.streamout_active) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.h 781 bool streamout_active; member in struct:iris_context::__anon1236
iris_state.c 3709 if (ice->state.streamout_active != active) {
3710 ice->state.streamout_active = active;
5172 if (ice->state.streamout_active && (clean & IRIS_DIRTY_SO_BUFFERS)) {
6062 if (ice->state.streamout_active) {
iris_program.c 2204 if (ice->state.streamout_active) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_context.h 596 bool streamout_active; member in struct:iris_context::__anon3705
iris_program.c 1281 if (ice->state.streamout_active) {
iris_state.c 3042 if (ice->state.streamout_active != active) {
3043 ice->state.streamout_active = active;
4309 if (ice->state.streamout_active && (clean & IRIS_DIRTY_SO_BUFFERS)) {
4817 if (ice->state.streamout_active) {

Completed in 28 milliseconds