Home
last modified time | relevance | path

Searched refs:brw_shader_reloc (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c121 prog_data->num_relocs * sizeof(struct brw_shader_reloc)); in iris_disk_cache_store()
201 struct brw_shader_reloc *relocs = in iris_disk_cache_retrieve()
202 ralloc_array(NULL, struct brw_shader_reloc, prog_data->num_relocs); in iris_disk_cache_retrieve()
204 prog_data->num_relocs * sizeof(struct brw_shader_reloc)); in iris_disk_cache_retrieve()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h661 struct brw_shader_reloc { struct
729 const struct brw_shader_reloc *relocs;
Dbrw_eu.h140 struct brw_shader_reloc *relocs;
191 const struct brw_shader_reloc *brw_get_shader_relocs(struct brw_codegen *p,
Dbrw_eu.cpp366 const brw_shader_reloc *
Dbrw_eu_emit.c3676 struct brw_shader_reloc, p->reloc_array_size); in brw_MOV_reloc_imm()
3679 p->relocs[p->num_relocs++] = (struct brw_shader_reloc) { in brw_MOV_reloc_imm()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c48 struct brw_shader_reloc *prog_data_relocs; in anv_shader_bin_create()