Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/drm/
Dmsm_pipe.c31 static int query_param(struct fd_pipe *pipe, uint32_t param, in query_param() function
90 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param()
92 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
94 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param()
96 return query_param(pipe, MSM_PARAM_PP_PGTABLE, value); in msm_pipe_get_param()
100 return query_param(pipe, MSM_PARAM_FAULTS, value); in msm_pipe_get_param()
193 int ret = query_param(pipe, param, &value); in get_param()
/external/libdrm/freedreno/msm/
Dmsm_pipe.c31 static int query_param(struct fd_pipe *pipe, uint32_t param, in query_param() function
67 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param()
69 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
71 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param()
160 int ret = query_param(pipe, param, &value); in get_param()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/uri/
Duri_parser.cc132 for (absl::string_view query_param : absl::StrSplit(tmp_query, '&')) { in Parse() local
134 absl::StrSplit(query_param, absl::MaxSplits('=', 1)); in Parse()