Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_disasm.c434 uint32_t cond_mul = QPU_GET_FIELD(inst, QPU_COND_MUL); in print_load_imm() local
445 vc4_qpu_disasm_cond(stderr, cond_mul); in print_load_imm()
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate_shaders.c391 uint32_t cond_mul = QPU_GET_FIELD(inst, QPU_COND_MUL); in check_reg_write() local
395 ((is_mul && cond_mul == QPU_COND_ALWAYS) || in check_reg_write()