Home
last modified time | relevance | path

Searched defs:reg_size (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_perf.c60 uint32_t reg, uint32_t reg_size, in iris_perf_store_register_mem()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp752 const unsigned reg_size = dst.component_size(bld.dispatch_width()) / in emit_unspill() local
821 const unsigned reg_size = src.component_size(bld.dispatch_width()) / in emit_spill() local
Dbrw_ir_vec4.h434 const unsigned reg_size = in regs_read() local
Dbrw_vec4.cpp1380 const unsigned reg_size = (inst->dst.file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local
1473 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local
Dbrw_ir_fs.h466 const unsigned reg_size = inst->src[i].file == UNIFORM ? 4 : REG_SIZE; in regs_read() local
Dbrw_fs.cpp5733 const unsigned reg_size = (inst->dst.file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local
5832 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local
Dbrw_fs_nir.cpp82 unsigned reg_size = vec4s[loc]; in nir_setup_outputs() local
/third_party/vulkan-loader/loader/
Dloader_windows.c716 DWORD reg_size = 4096; in windows_read_data_files_in_registry() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h1152 reg_size(const struct ir3_register *reg) in reg_size() function