Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate_shaders.c376 check_reg_write(struct vc4_validated_shader_info *validated_shader, in check_reg_write() function
556 ok = (check_reg_write(validated_shader, validation_state, false) && in check_instruction_writes()
557 check_reg_write(validated_shader, validation_state, true)); in check_instruction_writes()