Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate.c754 static const uint32_t shader_reloc_offsets[] = { in validate_gl_shader_rec() local
759 uint32_t shader_reloc_count = ARRAY_SIZE(shader_reloc_offsets); in validate_gl_shader_rec()
760 struct drm_gem_dma_object *bo[ARRAY_SIZE(shader_reloc_offsets) + 8]; in validate_gl_shader_rec()
769 nr_relocs = ARRAY_SIZE(shader_reloc_offsets) + nr_attributes; in validate_gl_shader_rec()
829 uint32_t o = shader_reloc_offsets[i]; in validate_gl_shader_rec()
892 bo[ARRAY_SIZE(shader_reloc_offsets) + i]; in validate_gl_shader_rec()