Home
last modified time | relevance | path

Searched defs:validated_shader (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate_shaders.c151 record_texture_sample(struct vc4_validated_shader_info *validated_shader, in record_texture_sample()
179 check_tmu_write(struct vc4_validated_shader_info *validated_shader, in check_tmu_write()
283 static bool require_uniform_address_uniform(struct vc4_validated_shader_info *validated_shader) in require_uniform_address_uniform()
303 validate_uniform_address_write(struct vc4_validated_shader_info *validated_shader, in validate_uniform_address_write()
376 check_reg_write(struct vc4_validated_shader_info *validated_shader, in check_reg_write()
468 track_live_clamps(struct vc4_validated_shader_info *validated_shader, in track_live_clamps()
543 check_instruction_writes(struct vc4_validated_shader_info *validated_shader, in check_instruction_writes()
566 struct vc4_validated_shader_info *validated_shader, in check_branch()
590 check_instruction_reads(struct vc4_validated_shader_info *validated_shader, in check_instruction_reads()
775 struct vc4_validated_shader_info *validated_shader = NULL; in vc4_validate_shader() local
Dvc4_validate.c812 struct vc4_validated_shader_info *validated_shader; in validate_gl_shader_rec() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h97 struct vc4_validated_shader_info *validated_shader; member