Lines Matching refs:executables
150 if (pipeline->executables.mem_ctx)
151 ralloc_free(pipeline->executables.mem_ctx);
3466 if (pipeline->executables.mem_ctx)
3469 pipeline->executables.mem_ctx = ralloc_context(NULL);
3470 util_dynarray_init(&pipeline->executables.data,
3471 pipeline->executables.mem_ctx);
3493 nir_shader_as_str(nir, pipeline->executables.mem_ctx) : NULL;
3500 qpu_str = rzalloc_size(pipeline->executables.mem_ctx,
3515 util_dynarray_append(&pipeline->executables.data,
3525 assert(index < util_dynarray_num_elements(&pipeline->executables.data,
3527 return util_dynarray_element(&pipeline->executables.data,
3587 util_dynarray_foreach(&pipeline->executables.data,