| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_export.h | 117 int array_base, int comp_mask, int out_buffer, 121 int array_base() const { return m_array_base;} function in class:r600::StreamOutIntruction 161 unsigned array_base() const {return m_base_address; } function in class:r600::MemRingOutIntruction
|
| H A D | sfn_instruction_fetch.h | 53 int array_base, 109 int array_base()const {return m_array_base; } function in class:r600::FetchInstruction
|
| H A D | sfn_instruction_export.cpp | 196 int array_base, int comp_mask, int out_buffer, 201 m_array_base(array_base), 195 StreamOutIntruction(const GPRVector & value,int num_components,int array_base,int comp_mask,int out_buffer,int stream) argument
|
| H A D | sfn_instruction_fetch.cpp | 95 int array_base, 116 m_array_base(array_base), 79 FetchInstruction(EVFetchInstr vc_opcode,EVFetchType fetch_type,EVTXDataFormat data_format,EVFetchNumFormat num_format,EVFetchEndianSwap endian_swap,const PValue src,const GPRVector dst,uint32_t offset,bool is_mega_fetch,uint32_t mega_fetch_count,uint32_t buffer_id,uint32_t semantic_id,EBufferIndexMode buffer_index_mode,bool uncached,bool indexed,int array_base,int array_size,int elm_size,PValue buffer_offset,const std::array<int,4> & dest_swizzle) argument
|
| H A D | sfn_ir_to_assembly.cpp | 386 output.array_base = 60 + exi.location(); 414 output.array_base = exi.location(); 449 output.array_base = exi.location(); 591 output.array_base = so_instr.array_base(); 624 output.array_base = instr.array_base(); 763 vtx.array_base = fetch_instr.array_base(); 834 cf.array_base [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 127 unsigned array_base; member in struct:r600_bytecode_vtx 154 unsigned array_base; member in struct:r600_bytecode_output
|
| H A D | eg_asm.c | 85 S_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(cf->output.array_base) | 125 S_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(cf->output.array_base) | 158 output->array_base = G_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(word0);
|
| H A D | r600_asm.c | 208 (output->array_base + output->burst_count) == bc->cf_last->output.array_base) { 212 bc->cf_last->output.array_base = output->array_base; 217 output->array_base == (bc->cf_last->output.array_base + bc->cf_last->output.burst_count)) { 1703 S_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(cf->output.array_base) | 1717 S_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(cf->output.array_base) | 2159 o += fprintf(stderr, "%d-%d ", cf->output.array_base, 2160 cf->output.array_base [all...] |
| H A D | r700_asm.c | 157 bc->bytecode[id++] = S_SQ_MEM_RD_WORD2_ARRAY_BASE(mem->array_base) |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 131 unsigned array_base; member in struct:r600_bytecode_vtx 158 unsigned array_base; member in struct:r600_bytecode_output
|
| H A D | eg_asm.c | 85 S_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(cf->output.array_base) | 125 S_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(cf->output.array_base) | 158 output->array_base = G_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(word0);
|
| H A D | r600_asm.c | 208 (output->array_base + output->burst_count) == bc->cf_last->output.array_base) { 212 bc->cf_last->output.array_base = output->array_base; 217 output->array_base == (bc->cf_last->output.array_base + bc->cf_last->output.burst_count)) { 1710 S_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(cf->output.array_base) | 1724 S_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(cf->output.array_base) | 2166 o += fprintf(stderr, "%d-%d ", cf->output.array_base, 2167 cf->output.array_base [all...] |
| H A D | r700_asm.c | 157 bc->bytecode[id++] = S_SQ_MEM_RD_WORD2_ARRAY_BASE(mem->array_base) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_dump.cpp | 129 s2 << n.bc.array_base << "-" << n.bc.array_base + n.bc.burst_count; 134 s.print_wl(n.bc.array_base, 5); 146 s.print_wl(n.bc.array_base, 5); 560 s << ", ARRAY_BASE:" << n.bc.array_base;
|
| H A D | sb_dump.cpp | 350 sblog << " " << exp_type[c->bc.type] << " " << c->bc.array_base; 355 sblog << " " << exp_type[c->bc.type] << " " << c->bc.array_base
|
| H A D | sb_bc.h | 462 unsigned array_base:13; member in struct:r600_sb::bc_cf 594 unsigned array_base:13; member in struct:r600_sb::bc_fetch
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_dump.cpp | 129 s2 << n.bc.array_base << "-" << n.bc.array_base + n.bc.burst_count; 134 s.print_wl(n.bc.array_base, 5); 146 s.print_wl(n.bc.array_base, 5); 562 s << ", ARRAY_BASE:" << n.bc.array_base;
|
| H A D | sb_dump.cpp | 350 sblog << " " << exp_type[c->bc.type] << " " << c->bc.array_base; 355 sblog << " " << exp_type[c->bc.type] << " " << c->bc.array_base
|
| H A D | sb_bc.h | 462 unsigned array_base:13; member in struct:r600_sb::bc_cf 628 unsigned array_base:13; member in struct:r600_sb::bc_fetch
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | cayman_shader.h | 115 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \ 116 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | \
|
| H A D | evergreen_shader.h | 117 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \ 118 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | \
|
| H A D | r600_shader.h | 173 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \ 174 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | ((index_gpr) << 23) | \
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | cayman_shader.h | 115 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \ 116 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | \
|
| H A D | evergreen_shader.h | 117 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \ 118 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | \
|
| H A D | r600_shader.h | 173 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \ 174 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | ((index_gpr) << 23) | \
|