Home
last modified time | relevance | path

Searched refs:uniform_addr_offsets (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_validate_shaders.c292 validated_shader->uniform_addr_offsets = in require_uniform_address_uniform()
293 krealloc(validated_shader->uniform_addr_offsets, in require_uniform_address_uniform()
295 sizeof(*validated_shader->uniform_addr_offsets), in require_uniform_address_uniform()
297 if (!validated_shader->uniform_addr_offsets) in require_uniform_address_uniform()
300 validated_shader->uniform_addr_offsets[o] = num_uniforms; in require_uniform_address_uniform()
945 kfree(validated_shader->uniform_addr_offsets); in vc4_validate_shader()
H A Dvc4_bo.c172 kfree(bo->validated_shader->uniform_addr_offsets); in vc4_bo_destroy()
566 kfree(bo->validated_shader->uniform_addr_offsets); in vc4_free_object()
H A Dvc4_drv.h743 uint32_t *uniform_addr_offsets; member
H A Dvc4_validate.c875 uint32_t o = validated_shader->uniform_addr_offsets[uni]; in validate_gl_shader_rec()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_validate_shaders.c292 validated_shader->uniform_addr_offsets = in require_uniform_address_uniform()
293 krealloc(validated_shader->uniform_addr_offsets, in require_uniform_address_uniform()
295 sizeof(*validated_shader->uniform_addr_offsets), in require_uniform_address_uniform()
297 if (!validated_shader->uniform_addr_offsets) in require_uniform_address_uniform()
300 validated_shader->uniform_addr_offsets[o] = num_uniforms; in require_uniform_address_uniform()
949 kfree(validated_shader->uniform_addr_offsets); in vc4_validate_shader()
H A Dvc4_bo.c176 kfree(bo->validated_shader->uniform_addr_offsets); in vc4_bo_destroy()
586 kfree(bo->validated_shader->uniform_addr_offsets); in vc4_free_object()
H A Dvc4_drv.h837 uint32_t *uniform_addr_offsets; member
H A Dvc4_validate.c887 uint32_t o = validated_shader->uniform_addr_offsets[uni]; in validate_gl_shader_rec()

Completed in 11 milliseconds