Home
last modified time | relevance | path

Searched refs:null_data (Results 1 – 4 of 4) sorted by relevance

/external/fio/engines/
Dnull.c20 struct null_data { struct
28 struct null_data *nd = (struct null_data *) td->io_ops_data; in fio_null_event() argument
37 struct null_data *nd = (struct null_data *) td->io_ops_data; in fio_null_getevents()
50 struct null_data *nd = (struct null_data *) td->io_ops_data; in fio_null_commit()
65 struct null_data *nd = (struct null_data *) td->io_ops_data; in fio_null_queue()
86 struct null_data *nd = (struct null_data *) td->io_ops_data; in fio_null_cleanup()
96 struct null_data *nd = (struct null_data *) malloc(sizeof(*nd)); in fio_null_init()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_dynamic_offsets.c163 struct anv_push_constants *null_data = NULL; in anv_nir_apply_dynamic_offsets() local
166 (const union gl_constant_value *)&null_data->dynamic[i].offset; in anv_nir_apply_dynamic_offsets()
168 (const union gl_constant_value *)&null_data->dynamic[i].range; in anv_nir_apply_dynamic_offsets()
Danv_nir_apply_pipeline_layout.c406 struct anv_push_constants *null_data = NULL; in anv_nir_apply_pipeline_layout() local
409 const struct brw_image_param *image_param = null_data->images; in anv_nir_apply_pipeline_layout()
Danv_pipeline.c362 struct anv_push_constants *null_data = NULL; in anv_pipeline_compile() local
367 &null_data->client_data[i * sizeof(float)]; in anv_pipeline_compile()