Home
last modified time | relevance | path

Searched refs:brw_shader_reloc_value (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c189 struct brw_shader_reloc_value reloc_values[BRW_MAX_EMBEDDED_SAMPLERS]; in anv_shader_bin_rewrite_embedded_samplers()
192 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_rewrite_embedded_samplers()
320 struct brw_shader_reloc_value reloc_values[9]; in anv_shader_bin_create()
322 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
328 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
335 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
341 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
345 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
356 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
360 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
[all …]
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h503 struct brw_shader_reloc_value { struct
1563 struct brw_shader_reloc_value *values,
H A Dbrw_compiler.c311 struct brw_shader_reloc_value *values, in brw_write_shader_relocs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_program_cache.c176 struct brw_shader_reloc_value reloc_values[] = { in iris_upload_shader()