Searched defs:vgrf (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp340 int vgrf = live_intervals->vgrf_from_var[i]; local in function:fs_visitor::calculate_live_intervals
H A Dbrw_vec4_builder.h172 vgrf(enum brw_reg_type type, unsigned n = 1) const function in class:brw::vec4_builder
[all...]
H A Dbrw_fs_builder.h199 vgrf(enum brw_reg_type type, unsigned n = 1) const function in class:brw::fs_builder
[all...]
H A Dbrw_fs_reg_allocate.cpp620 const int vgrf = inst->opcode == SHADER_OPCODE_SEND ? local in function:fs_visitor::assign_regs
H A Dbrw_schedule_instructions.cpp732 int vgrf = v->live_intervals->vgrf_from_var[i]; local in function:fs_instruction_scheduler::setup_liveness
H A Dbrw_fs.cpp1138 fs_visitor::vgrf(const glsl_type *const type) function in class:fs_visitor
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp315 const unsigned vgrf = vgrf_from_var[i]; local in function:fs_live_variables::fs_live_variables
H A Dbrw_vec4_builder.h172 vgrf(enum brw_reg_type type, unsigned n = 1) const function in class:brw::vec4_builder
H A Dbrw_fs_builder.h199 vgrf(enum brw_reg_type type, unsigned n = 1) const function in class:brw::fs_builder
[all...]
H A Dbrw_fs_reg_allocate.cpp512 unsigned vgrf = n2 - first_vgrf_node; local in function:fs_reg_alloc::setup_live_interference
615 const int vgrf = inst->opcode == SHADER_OPCODE_SEND ? local in function:fs_reg_alloc::setup_inst_interference
966 int vgrf = fs->alloc.allocate(1); local in function:fs_reg_alloc::alloc_scratch_header
979 int vgrf = fs->alloc.allocate(size); local in function:fs_reg_alloc::alloc_spill_reg
[all...]
H A Dbrw_schedule_instructions.cpp803 int vgrf = live.vgrf_from_var[i]; local in function:fs_instruction_scheduler::setup_liveness
H A Dbrw_fs.cpp1197 fs_visitor::vgrf(const glsl_type *const type) function in class:fs_visitor
[all...]

Completed in 35 milliseconds