Home
last modified time | relevance | path

Searched refs:job_type (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontext.c51 GstMsdkContextJobType job_type; member
204 GstMsdkContextJobType job_type) in gst_msdk_context_open() argument
210 priv->job_type = job_type; in gst_msdk_context_open()
299 gst_msdk_context_new (gboolean hardware, GstMsdkContextJobType job_type) in gst_msdk_context_new() argument
303 if (obj && !gst_msdk_context_open (obj, hardware, job_type)) { in gst_msdk_context_new()
394 priv->job_type = parent_priv->job_type; in gst_msdk_context_new_with_parent()
684 return context->priv->job_type; in gst_msdk_context_get_job_type()
689 GstMsdkContextJobType job_type) in gst_msdk_context_add_job_type() argument
691 context->priv->job_type |= job_type; in gst_msdk_context_add_job_type()
Dgstmsdkcontext.h88 GstMsdkContext * gst_msdk_context_new (gboolean hardware, GstMsdkContextJobType job_type);
138 gst_msdk_context_add_job_type (GstMsdkContext * context, GstMsdkContextJobType job_type);
/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode.c284 int job_no, enum mali_job_type job_type,
373 int count, bool varying, enum mali_job_type job_type) in pandecode_attributes() argument
737 pandecode_blend_shader_disassemble(mali_ptr shader, int job_no, int job_type, in pandecode_blend_shader_disassemble() argument
741 pandecode_shader_disassemble(shader, job_no, job_type, gpu_id); in pandecode_blend_shader_disassemble()
819 int job_no, enum mali_job_type job_type, in pandecode_dcd() argument
834 if (job_type != MALI_JOB_TYPE_TILER) { in pandecode_dcd()
855 … pandecode_shader_disassemble(state.shader.shader & ~0xF, job_no, job_type, gpu_id); in pandecode_dcd()
858 bool idvs = (job_type == MALI_JOB_TYPE_INDEXED_VERTEX); in pandecode_dcd()
861 … pandecode_shader_disassemble(state.secondary_shader, job_no, job_type, gpu_id); in pandecode_dcd()
882 pandecode_blend_shader_disassemble(shader, job_no, job_type, gpu_id); in pandecode_dcd()
[all …]
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3565 enum mali_job_type job_type = MALI_JOB_TYPE_COMPUTE; in panfrost_launch_xfb() local
3567 job_type = MALI_JOB_TYPE_VERTEX; in panfrost_launch_xfb()
3569 panfrost_add_job(&batch->pool.base, &batch->scoreboard, job_type, in panfrost_launch_xfb()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst416 - panfrost: XMLify job_type