Home
last modified time | relevance | path

Searched refs:reloc_values (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c116 struct brw_shader_reloc_value reloc_values[5]; in anv_shader_bin_create() local
117 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
121 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
125 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
135 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
139 reloc_values[rv_count++] = (struct brw_shader_reloc_value) { in anv_shader_bin_create()
147 reloc_values, rv_count); in anv_shader_bin_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program_cache.c172 struct brw_shader_reloc_value reloc_values[] = { in iris_upload_shader() local
183 shader->prog_data, reloc_values, in iris_upload_shader()
184 ARRAY_SIZE(reloc_values)); in iris_upload_shader()