Home
last modified time | relevance | path

Searched defs:reg_size (Results 1 – 10 of 10) 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.cpp745 const unsigned reg_size = dst.component_size(bld.dispatch_width()) / in emit_unspill() local
810 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_ir_fs.h466 const unsigned reg_size = inst->src[i].file == UNIFORM ? 4 : REG_SIZE; in regs_read() local
Dbrw_vec4.cpp1663 const unsigned reg_size = (inst->dst.file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local
1756 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local
Dbrw_fs.cpp8171 const unsigned reg_size = (inst->dst.file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local
8270 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local
Dbrw_fs_nir.cpp79 unsigned reg_size = vec4s[loc]; in nir_setup_outputs() local
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c459 uint32_t reg, uint32_t reg_size, in brw_perf_store_register()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c130 size_t reg_size; member
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h1073 reg_size(const struct ir3_register *reg) in reg_size() function