Lines Matching defs:pipeline
483 const struct dzn_pipeline *pipeline;
524 struct dzn_pipeline *pipeline;
836 #define dzn_graphics_pipeline_get_desc(pipeline, streambuf, name) \
837 (void *)(pipeline->templates.desc_offsets.name == 0 ? NULL : \
838 (uint8_t *)streambuf + pipeline->templates.desc_offsets.name)
840 #define dzn_graphics_pipeline_get_desc_template(pipeline, name) \
841 (const void *)dzn_graphics_pipeline_get_desc(pipeline, pipeline->templates.stream_buf, name)
844 dzn_graphics_pipeline_get_state(struct dzn_graphics_pipeline *pipeline,
848 dzn_graphics_pipeline_get_indirect_cmd_sig(struct dzn_graphics_pipeline *pipeline,
863 dzn_compute_pipeline_get_indirect_cmd_sig(struct dzn_compute_pipeline *pipeline);