Home
last modified time | relevance | path

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

123

/dports/graphics/libosmesa-gallium/mesa-21.3.6/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()
/dports/lang/clover/mesa-21.3.6/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()
/dports/graphics/libosmesa/mesa-21.3.6/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()
/dports/graphics/mesa-libs/mesa-21.3.6/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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/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()
/dports/graphics/mesa-dri/mesa-21.3.6/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()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
H A Dbrw_eu.h140 struct brw_shader_reloc *relocs;
192 const struct brw_shader_reloc *brw_get_shader_relocs(struct brw_codegen *p,
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
H A Dbrw_eu.h140 struct brw_shader_reloc *relocs;
192 const struct brw_shader_reloc *brw_get_shader_relocs(struct brw_codegen *p,
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
H A Dbrw_eu.h140 struct brw_shader_reloc *relocs;
192 const struct brw_shader_reloc *brw_get_shader_relocs(struct brw_codegen *p,
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
H A Dbrw_eu.h140 struct brw_shader_reloc *relocs;
192 const struct brw_shader_reloc *brw_get_shader_relocs(struct brw_codegen *p,
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h708 struct brw_shader_reloc { struct
784 const struct brw_shader_reloc *relocs;
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_compiler.h718 struct brw_shader_reloc { struct
775 const struct brw_shader_reloc *relocs;
H A Dintel_clc.c200 const struct brw_shader_reloc *reloc = &kernel->prog_data.base.relocs[i]; in print_kernel()

123