Home
last modified time | relevance | path

Searched refs:buffer_index_mode (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.h50 EBufferIndexMode buffer_index_mode,
98 EBufferIndexMode buffer_index_mode() const{ return m_buffer_index_mode;} in buffer_index_mode() function
Dsfn_instruction_fetch.cpp92 EBufferIndexMode buffer_index_mode, in FetchInstruction() argument
113 m_buffer_index_mode(buffer_index_mode), in FetchInstruction()
Dsfn_ir_to_assembly.cpp722 auto index_mode = fetch_instr.buffer_index_mode(); in emit_vtx()
765 vtx.buffer_index_mode = index_mode; in emit_vtx()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h122 unsigned buffer_index_mode; member
Dr600_asm.c1377 if (vtx->buffer_index_mode) in r600_bytecode_add_vtx_internal()
1378 egcm_load_index_reg(bc, vtx->buffer_index_mode - 1, false); in r600_bytecode_add_vtx_internal()
1573 …bc->bytecode[id] |= ((vtx->buffer_index_mode & 0x3) << 21); // S_SQ_VTX_WORD2_BIM(vtx->buffer_inde… in r600_bytecode_vtx_build()
2390 if (bc->chip_class >= EVERGREEN && vtx->buffer_index_mode) in r600_bytecode_disasm()
2391 fprintf(stderr, "SQ_%s ", index_mode[vtx->buffer_index_mode]); in r600_bytecode_disasm()
Dr600_shader.c1853 vtx.buffer_index_mode = cb_rel; // cb_rel ? V_SQ_CF_INDEX_0 : V_SQ_CF_INDEX_NONE; in tgsi_fetch_rel_const()
7431 vtx.buffer_index_mode = sampler_index_mode; in do_vtx_fetch_inst()
7525 vtx.buffer_index_mode = sampler_index_mode; in r600_do_buffer_txq()
8846 vtx.buffer_index_mode = rat_index_mode; in tgsi_load_buffer()
8930 vtx.buffer_index_mode = rat_index_mode; in tgsi_load_rat()
9312 vtx.buffer_index_mode = rat_index_mode; in tgsi_atomic_op_rat()