Searched defs:reg_size (Results 1 – 10 of 10) sorted by relevance
60 uint32_t reg, uint32_t reg_size, in iris_perf_store_register_mem()
745 const unsigned reg_size = dst.component_size(bld.dispatch_width()) / in emit_unspill() local810 const unsigned reg_size = src.component_size(bld.dispatch_width()) / in emit_spill() local
434 const unsigned reg_size = in regs_read() local
466 const unsigned reg_size = inst->src[i].file == UNIFORM ? 4 : REG_SIZE; in regs_read() local
1663 const unsigned reg_size = (inst->dst.file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local1756 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local
8171 const unsigned reg_size = (inst->dst.file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local8270 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local
79 unsigned reg_size = vec4s[loc]; in nir_setup_outputs() local
459 uint32_t reg, uint32_t reg_size, in brw_perf_store_register()
130 size_t reg_size; member
1073 reg_size(const struct ir3_register *reg) in reg_size() function