Home
last modified time | relevance | path

Searched refs:streamout_mask (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.h69 unsigned streamout_mask; member
H A Dfd5_draw.c137 if (emit.streamout_mask) {
141 if (emit.streamout_mask & (1 << i)) {
H A Dfd5_emit.c768 emit->streamout_mask |= (1 << i); in fd5_emit_state()
772 if (!emit->streamout_mask && info->num_outputs) { in fd5_emit_state()
778 } else if (emit->streamout_mask && !(dirty & FD_DIRTY_PROG)) { in fd5_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c875 emit->streamout_mask = 0;
919 emit->streamout_mask |= (1 << i);
922 if (emit->streamout_mask) {
925 } else if (ctx->last.streamout_mask != 0) {
950 ctx->last.streamout_mask = emit->streamout_mask;
H A Dfd6_emit.h115 unsigned streamout_mask; member
H A Dfd6_draw.c327 if (emit.streamout_mask) {
331 if (emit.streamout_mask & (1 << i)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h543 uint32_t streamout_mask; member

Completed in 8 milliseconds