Home
last modified time | relevance | path

Searched refs:CHECKF (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
H A Drogue_validate.c163 CHECKF(operand->drc.number < ROGUE_NUM_DRCS, in rogue_validate_operand()
175 CHECKF(operand->reg.number < reg_rules[operand->type].max, in rogue_validate_operand()
202 CHECKF(rogue_check_bitset(instr->flags, rule->flags), in rogue_validate_instr()
206 CHECKF(instr->num_operands == rule->num_operands, in rogue_validate_instr()
212 CHECKF(rogue_check_bitset(rogue_onehot(instr->operands[u].type), in rogue_validate_instr()
222 CHECKF( in rogue_validate_instr()
233 CHECKF(!(instr->operands[u].reg.number % rule->operand_rules[u].align), in rogue_validate_instr()
239 CHECKF(rogue_validate_operand(&instr->operands[u]), in rogue_validate_instr()
261 CHECKF(rogue_shader_instr_count_type(shader, ROGUE_OP_END_VERT) == 1, in rogue_validate_shader()
265 CHECKF(instr_last_entr in rogue_validate_shader()
[all...]
H A Drogue_encode.c713 CHECKF( in rogue_encode_operand()
721 CHECKF( in rogue_encode_operand()
733 CHECKF(mapping->encoder_fn(&value, in rogue_encode_operand()
741 CHECKF(mapping->encoder_fn(&value, 1, operand->immediate.value), in rogue_encode_operand()
746 CHECKF(mapping->encoder_fn(&value, 1, (uint64_t)operand->drc.number), in rogue_encode_operand()
754 CHECKF(rogue_distribute_value(value, in rogue_encode_operand()
793 CHECKF(rogue_encode_flag(!!(instr->flags & flag), in rogue_encode_instr()
806 CHECKF(rogue_encode_operand(&instr->operands[operand_index], in rogue_encode_instr()
819 CHECKF(fwrite(instr_bytes, 1, instr_size, fp) == instr_size, in rogue_encode_instr()
839 CHECKF(rogue_encode_inst in rogue_encode_shader()
[all...]
H A Drogue_dump.c139 CHECKF(rogue_dump_operand(&instr->operands[u], fp), in rogue_dump_instr()
164 CHECKF(rogue_dump_instr(instr, fp), "Failed to dump instruction."); in rogue_dump_shader()
H A Drogue.c728 CHECKF(trans_nir_alu(shader, nir_instr_as_alu(instr)), in rogue_nir_to_rogue()
733 CHECKF(trans_nir_intrinsic(shader, nir_instr_as_intrinsic(instr)), in rogue_nir_to_rogue()
738 CHECKF(trans_nir_load_const(shader, nir_instr_as_load_const(instr)), in rogue_nir_to_rogue()
743 CHECKF(trans_nir_jump(shader, nir_instr_as_jump(instr)), in rogue_nir_to_rogue()
H A Drogue_util.h57 #define CHECKF(expr, fmt, ...) \ macro

Completed in 4 milliseconds