Home
last modified time | relevance | path

Searched refs:mega_fetch_count (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.h46 uint32_t mega_fetch_count,
94 uint32_t mega_fetch_count() const { return m_mega_fetch_count;} in mega_fetch_count() function
Dsfn_instruction_fetch.cpp88 uint32_t mega_fetch_count, in FetchInstruction() argument
110 m_mega_fetch_count(mega_fetch_count), in FetchInstruction()
Dsfn_ir_to_assembly.cpp754 vtx.mega_fetch_count = fetch_instr.mega_fetch_count(); in emit_vtx()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp524 if (!ctx.is_cayman() && n.bc.mega_fetch_count) in dump()
525 s << " MFC:" << n.bc.mega_fetch_count; in dump()
Dsb_bc.h601 unsigned mega_fetch_count:6; member
Dsb_bc_builder.cpp616 .MEGA_FETCH_COUNT(bc.mega_fetch_count) in build_fetch_vtx()
Dsb_bc_decoder.cpp603 bc.mega_fetch_count = w0.get_MEGA_FETCH_COUNT(); in decode_fetch_vtx()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h109 unsigned mega_fetch_count; member
Dr600_asm.c1558 bc->bytecode[id] |= S_SQ_VTX_WORD0_MEGA_FETCH_COUNT(vtx->mega_fetch_count); in r600_bytecode_vtx_build()
2387 if (bc->chip_class < CAYMAN && vtx->mega_fetch_count) in r600_bytecode_disasm()
2388 fprintf(stderr, "MFC:%d ", vtx->mega_fetch_count); in r600_bytecode_disasm()
2716 vtx.mega_fetch_count = 0x1F; in r600_create_vertex_fetch_shader()
Dr600_shader.c1448 vtx.mega_fetch_count = 16; in load_sample_position()
1494 vtx.mega_fetch_count = 16; /* no idea here really... */ in eg_load_helper_invocation()
1567 vtx.mega_fetch_count = 16; in load_block_grid_size()
1843 vtx.mega_fetch_count = 16; in tgsi_fetch_rel_const()
1960 vtx.mega_fetch_count = 16; in fetch_gs_input()
2622 vtx.mega_fetch_count = 16; in generate_gs_copy_shader()
2979 vtx.mega_fetch_count = 16; in r600_fetch_tess_io_info()
3007 vtx.mega_fetch_count = 16; in r600_fetch_tess_io_info()
7424 vtx.mega_fetch_count = 16; in do_vtx_fetch_inst()
7518 vtx.mega_fetch_count = 16; /* no idea here really... */ in r600_do_buffer_txq()
[all …]