HomeSort by relevance Sort by last modified time
    Searched refs:hs_invocations (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_query.c 189 dst[8] = stats->hs_invocations;
ilo_draw.c 111 stats->hs_invocations += end[8] - begin[8];
  /external/mesa3d/src/gallium/drivers/swr/
swr_query.cpp 140 p_stats->hs_invocations = pq->result.coreFE.HsInvocations;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 904 uint64_t hs_invocations; /**< Num hull shader invocations. */ member in struct:pipe_query_data_pipeline_statistics
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 231 stq->base.Result = data.pipeline_statistics.hs_invocations;
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.c 1044 result->pipeline_statistics.hs_invocations +=
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 929 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations);

Completed in 58 milliseconds