| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_fetch.h | 46 uint32_t mega_fetch_count, 94 uint32_t mega_fetch_count() const { return m_mega_fetch_count;} function in class:r600::FetchInstruction
|
| H A D | sfn_instruction_fetch.cpp | 88 uint32_t mega_fetch_count, 110 m_mega_fetch_count(mega_fetch_count), 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 | 747 vtx.mega_fetch_count = fetch_instr.mega_fetch_count();
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 105 unsigned mega_fetch_count; member in struct:r600_bytecode_vtx
|
| H A D | r600_asm.c | 1556 bc->bytecode[id] |= S_SQ_VTX_WORD0_MEGA_FETCH_COUNT(vtx->mega_fetch_count); 2385 if (bc->chip_class < CAYMAN && vtx->mega_fetch_count) 2386 fprintf(stderr, "MFC:%d ", vtx->mega_fetch_count); 2714 vtx.mega_fetch_count = 0x1F;
|
| H A D | r600_shader.c | 1365 vtx.mega_fetch_count = 16; 1411 vtx.mega_fetch_count = 16; /* no idea here really... */ 1484 vtx.mega_fetch_count = 16; 1760 vtx.mega_fetch_count = 16; 1877 vtx.mega_fetch_count = 16; 2539 vtx.mega_fetch_count = 16; 2896 vtx.mega_fetch_count = 16; 2924 vtx.mega_fetch_count = 16; 7339 vtx.mega_fetch_count = 16; 7433 vtx.mega_fetch_count [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 109 unsigned mega_fetch_count; member in struct:r600_bytecode_vtx
|
| H A D | r600_asm.c | 1563 bc->bytecode[id] |= S_SQ_VTX_WORD0_MEGA_FETCH_COUNT(vtx->mega_fetch_count); 2392 if (bc->chip_class < CAYMAN && vtx->mega_fetch_count) 2393 fprintf(stderr, "MFC:%d ", vtx->mega_fetch_count); 2722 vtx.mega_fetch_count = 0x1F;
|
| H A D | r600_shader.c | 1453 vtx.mega_fetch_count = 16; 1499 vtx.mega_fetch_count = 16; /* no idea here really... */ 1572 vtx.mega_fetch_count = 16; 1848 vtx.mega_fetch_count = 16; 1965 vtx.mega_fetch_count = 16; 2627 vtx.mega_fetch_count = 16; 2984 vtx.mega_fetch_count = 16; 3012 vtx.mega_fetch_count = 16; 7438 vtx.mega_fetch_count = 16; 7532 vtx.mega_fetch_count [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_dump.cpp | 522 if (!ctx.is_cayman() && n.bc.mega_fetch_count) 523 s << " MFC:" << n.bc.mega_fetch_count;
|
| H A D | sb_bc.h | 567 unsigned mega_fetch_count:6; member in struct:r600_sb::bc_fetch
|
| H A D | sb_bc_builder.cpp | 616 .MEGA_FETCH_COUNT(bc.mega_fetch_count)
|
| H A D | sb_bc_decoder.cpp | 603 bc.mega_fetch_count = w0.get_MEGA_FETCH_COUNT();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_dump.cpp | 524 if (!ctx.is_cayman() && n.bc.mega_fetch_count) 525 s << " MFC:" << n.bc.mega_fetch_count;
|
| H A D | sb_bc.h | 601 unsigned mega_fetch_count:6; member in struct:r600_sb::bc_fetch
|
| H A D | sb_bc_builder.cpp | 616 .MEGA_FETCH_COUNT(bc.mega_fetch_count)
|
| H A D | sb_bc_decoder.cpp | 604 bc.mega_fetch_count = w0.get_MEGA_FETCH_COUNT();
|