Home
last modified time | relevance | path

Searched defs:ctx_switch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_job_context.c650 struct pvr_render_ctx_switch *ctx_switch = &ctx->ctx_switch; in pvr_render_ctx_switch_init() local
700 struct pvr_render_ctx_switch *ctx_switch = &ctx->ctx_switch; in pvr_render_ctx_switch_fini() local
984 const struct pvr_compute_ctx_switch *const ctx_switch = &ctx->ctx_switch; in pvr_compute_ctx_ws_static_state_init() local
H A Dpvr_job_context.h99 } ctx_switch; member
120 } ctx_switch; member
H A Dpvr_job_compute.c49 const struct pvr_compute_ctx_switch *const ctx_switch = &ctx->ctx_switch; in pvr_submit_info_stream_init() local
/aosp_15_r20/external/igt-gpu-tools/overlay/
H A Dgpu-perf.h46 unsigned ctx_switch[MAX_RINGS]; member
H A Dgpu-perf.c352 static int ctx_switch(struct gpu_perf *gp, const void *event) in ctx_switch() function