Home
last modified time | relevance | path

Searched refs:gfx10_query (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1074 struct gfx10_sh_query *gfx10_query = (struct gfx10_sh_query *)query; in si_emit_query_predication() local
1087 first = gfx10_query->first; in si_emit_query_predication()
1088 last = gfx10_query->last; in si_emit_query_predication()
1097 unsigned results_base = gfx10_query->first_begin; in si_emit_query_predication()
1101 unsigned begin = qbuf == gfx10_query->first ? gfx10_query->first_begin : 0; in si_emit_query_predication()
1102 unsigned end = qbuf == gfx10_query->last ? gfx10_query->last_end : qbuf->buf->b.b.width0; in si_emit_query_predication()
1106 if (gfx10_query->b.type == PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE) { in si_emit_query_predication()
1114 … emit_set_predicate(ctx, qbuf->buf, va + 4 * sizeof(uint64_t) * gfx10_query->stream, op); in si_emit_query_predication()
Dmeson.build23 'gfx10_query.c',
/third_party/mesa3d/ohos/
Ddependency_inputs.gni3226 "../src/gallium/drivers/radeonsi/gfx10_query.c",