Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate_shaders.c165 temp_samples = krealloc(validated_shader->texture_samples, in record_texture_sample()
176 validated_shader->texture_samples = temp_samples; in record_texture_sample()
952 kfree(validated_shader->texture_samples); in vc4_validate_shader()
H A Dvc4_bo.c178 kfree(bo->validated_shader->texture_samples); in vc4_bo_destroy()
587 kfree(bo->validated_shader->texture_samples); in vc4_free_object()
H A Dvc4_drv.h858 struct vc4_texture_sample_info *texture_samples; member
H A Dvc4_validate.c867 &validated_shader->texture_samples[tex], in validate_gl_shader_rec()