Lines Matching defs:fw_ctx_map
89 void *fw_ctx_map)
92 struct rogue_fwif_fwrendercontext *fw_render_context = fw_ctx_map;
109 void *fw_ctx_map)
111 struct rogue_fwif_fwcomputecontext *fw_compute_context = fw_ctx_map;
129 void *fw_ctx_map)
139 void *fw_ctx_map)
143 return init_render_fw_objs(ctx, args, fw_ctx_map);
145 return init_compute_fw_objs(ctx, args, fw_ctx_map);
147 return init_transfer_fw_objs(ctx, args, fw_ctx_map);
188 * @fw_ctx_map: CPU mapping of the FW context object.
196 void *fw_ctx_map)
203 args, fw_ctx_map);
211 args, fw_ctx_map);
221 args, fw_ctx_map);
231 args, fw_ctx_map);