Searched defs:index_mode (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp172 static const char *index_mode[] = {"", " CF_INDEX_0", " CF_INDEX_1"}; local in function:r600_sb::bc_dump::dump
210 static void print_sel(sb_ostream &s, int sel, int rel, int index_mode, argument
[all...]
H A Dsb_shader.cpp192 value* shader::get_kcache_value(unsigned bank, unsigned index, unsigned chan, alu_kcache_index_mode index_mode) { argument
H A Dsb_sched.cpp927 unsigned index_mode = f->bc.sampler_index_mode != V_SQ_CF_INDEX_NONE ? local in function:r600_sb::post_scheduler::process_fetch
1463 unsigned index_mode = v->select.kcache_index_mode(); local in function:r600_sb::post_scheduler::map_src_vec
2116 unsigned index_mode = rp[i] >> 29; local in function:r600_sb::rp_kcache_tracker::get_lines
2138 unsigned index_mode = *I >> 29; local in function:r600_sb::alu_kcache_tracker::update_kc
[all...]
H A Dsb_bc.h430 unsigned index_mode; member in struct:r600_sb::bc_kcache
513 unsigned index_mode:3; member in struct:r600_sb::bc_alu
H A Dsb_ir.h70 sel_chan(unsigned bank,unsigned index,unsigned chan,alu_kcache_index_mode index_mode) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp174 static const char *index_mode[] = {"", " CF_INDEX_0", " CF_INDEX_1"}; local in function:r600_sb::bc_dump::dump
212 static void print_sel(sb_ostream &s, int sel, int rel, int index_mode, argument
[all...]
H A Dsb_shader.cpp192 value* shader::get_kcache_value(unsigned bank, unsigned index, unsigned chan, alu_kcache_index_mode index_mode) { argument
H A Dsb_sched.cpp927 unsigned index_mode = f->bc.sampler_index_mode != V_SQ_CF_INDEX_NONE ? local in function:r600_sb::post_scheduler::process_fetch
1463 unsigned index_mode = v->select.kcache_index_mode(); local in function:r600_sb::post_scheduler::map_src_vec
2119 unsigned index_mode = rp[i] >> 29; local in function:r600_sb::rp_kcache_tracker::get_lines
2141 unsigned index_mode = *I >> 29; local in function:r600_sb::alu_kcache_tracker::update_kc
[all...]
H A Dsb_bc.h430 unsigned index_mode; member in struct:r600_sb::bc_kcache
522 unsigned index_mode:3; member in struct:r600_sb::bc_alu
H A Dsb_ir.h70 sel_chan(unsigned bank,unsigned index,unsigned chan,alu_kcache_index_mode index_mode) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_value.h53 int index_mode; member in struct:r600::Value::PrintFlags
H A Dsfn_ir_to_assembly.cpp638 EBufferIndexMode index_mode = bim_none; local in function:r600::AssemblyFromShaderLegacyImpl::visit
702 auto index_mode = fetch_instr.buffer_index_mode(); local in function:r600::AssemblyFromShaderLegacyImpl::visit
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c1024 unsigned bank, line, sel = alu->src[i].sel, index_mode; local in function:r600_bytecode_alloc_inst_kcache_lines
955 r600_bytecode_alloc_kcache_line(struct r600_bytecode * bc,struct r600_bytecode_kcache * kcache,unsigned bank,unsigned line,unsigned index_mode) argument
1903 print_sel(unsigned sel,unsigned rel,unsigned index_mode,unsigned need_brackets) argument
2082 const char *index_mode[] = {"CF_INDEX_NONE", "CF_INDEX_0", "CF_INDEX_1"}; local in function:r600_bytecode_disasm
[all...]
H A Dr600_asm.h63 unsigned index_mode; member in struct:r600_bytecode_alu
175 unsigned index_mode; member in struct:r600_bytecode_rat
182 unsigned index_mode; member in struct:r600_bytecode_kcache
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c1029 unsigned bank, line, sel = alu->src[i].sel, index_mode; local in function:r600_bytecode_alloc_inst_kcache_lines
960 r600_bytecode_alloc_kcache_line(struct r600_bytecode * bc,struct r600_bytecode_kcache * kcache,unsigned bank,unsigned line,unsigned index_mode) argument
1910 print_sel(unsigned sel,unsigned rel,unsigned index_mode,unsigned need_brackets) argument
2089 const char *index_mode[] = {"CF_INDEX_NONE", "CF_INDEX_0", "CF_INDEX_1"}; local in function:r600_bytecode_disasm
[all...]
H A Dr600_asm.h67 unsigned index_mode; member in struct:r600_bytecode_alu
179 unsigned index_mode; member in struct:r600_bytecode_rat
186 unsigned index_mode; member in struct:r600_bytecode_kcache

Completed in 54 milliseconds