Searched refs:brw_shader_reloc (Results 1 – 6 of 6) sorted by relevance
121 prog_data->num_relocs * sizeof(struct brw_shader_reloc)); in iris_disk_cache_store()202 struct brw_shader_reloc *relocs = in iris_disk_cache_retrieve()203 ralloc_array(NULL, struct brw_shader_reloc, prog_data->num_relocs); in iris_disk_cache_retrieve()205 prog_data->num_relocs * sizeof(struct brw_shader_reloc)); in iris_disk_cache_retrieve()
708 struct brw_shader_reloc { struct784 const struct brw_shader_reloc *relocs;
140 struct brw_shader_reloc *relocs;192 const struct brw_shader_reloc *brw_get_shader_relocs(struct brw_codegen *p,
366 const brw_shader_reloc *
717 struct brw_shader_reloc, p->reloc_array_size); in brw_add_reloc()720 p->relocs[p->num_relocs++] = (struct brw_shader_reloc) { in brw_add_reloc()
51 VK_MULTIALLOC_DECL(&ma, struct brw_shader_reloc, prog_data_relocs, in anv_shader_bin_create()