Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h42 #define kcalloc(size, count, arg) calloc(size, count) macro
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate_shaders.c785 kcalloc(BITS_TO_LONGS(validation_state.max_ip), in vc4_validate_shader()
790 validated_shader = kcalloc(1, sizeof(*validated_shader), GFP_KERNEL); in vc4_validate_shader()