Home
last modified time | relevance | path

Searched refs:brw_shader_reloc (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_disk_cache.c121 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()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h733 struct brw_shader_reloc { struct
790 const struct brw_shader_reloc *relocs;
H A Dintel_clc.c197 fprintf(fp, "static const struct brw_shader_reloc %s_relocs[] = {\n", in print_kernel()
200 const struct brw_shader_reloc *reloc = &kernel->prog_data.base.relocs[i]; in print_kernel()
H A Dbrw_eu.h144 struct brw_shader_reloc *relocs;
196 const struct brw_shader_reloc *brw_get_shader_relocs(struct brw_codegen *p,
H A Dbrw_eu.c367 const struct brw_shader_reloc *
H A Dbrw_eu_emit.c718 struct brw_shader_reloc, p->reloc_array_size); in brw_add_reloc()
721 p->relocs[p->num_relocs++] = (struct brw_shader_reloc) { in brw_add_reloc()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c83 VK_MULTIALLOC_DECL(&ma, struct brw_shader_reloc, prog_data_relocs, in anv_shader_bin_create()

Completed in 16 milliseconds