Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_validate.c750 static const uint32_t shader_reloc_offsets[] = { in validate_gl_shader_rec() local
755 uint32_t shader_reloc_count = ARRAY_SIZE(shader_reloc_offsets); in validate_gl_shader_rec()
756 struct drm_gem_cma_object *bo[ARRAY_SIZE(shader_reloc_offsets) + 8]; in validate_gl_shader_rec()
765 nr_relocs = ARRAY_SIZE(shader_reloc_offsets) + nr_attributes; in validate_gl_shader_rec()
825 uint32_t o = shader_reloc_offsets[i]; in validate_gl_shader_rec()
888 bo[ARRAY_SIZE(shader_reloc_offsets) + i]; in validate_gl_shader_rec()