Searched defs:reg_size (Results 1 – 9 of 9) sorted by relevance
60 uint32_t reg, uint32_t reg_size, in iris_perf_store_register_mem()
752 const unsigned reg_size = dst.component_size(bld.dispatch_width()) / in emit_unspill() local821 const unsigned reg_size = src.component_size(bld.dispatch_width()) / in emit_spill() local
434 const unsigned reg_size = in regs_read() local
1380 const unsigned reg_size = (inst->dst.file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local1473 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local
466 const unsigned reg_size = inst->src[i].file == UNIFORM ? 4 : REG_SIZE; in regs_read() local
5733 const unsigned reg_size = (inst->dst.file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local5832 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local
82 unsigned reg_size = vec4s[loc]; in nir_setup_outputs() local
716 DWORD reg_size = 4096; in windows_read_data_files_in_registry() local
1152 reg_size(const struct ir3_register *reg) in reg_size() function