/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.h | 42 EVERGREEN, enumerator 171 return (getGeneration() >= EVERGREEN); in hasBFE() 175 return (getGeneration() >= EVERGREEN); in hasBFI() 184 return (getGeneration() >= EVERGREEN); in hasBCNT() 193 return (getGeneration() >= EVERGREEN); in hasMulU24() 202 return (getGeneration() >= EVERGREEN); in hasFFBL() 206 return (getGeneration() >= EVERGREEN); in hasFFBH() 210 return (getGeneration() >= EVERGREEN); in hasCARRY() 214 return (getGeneration() >= EVERGREEN); in hasBORROW()
|
D | AMDGPUInstrInfo.cpp | 99 case AMDGPUSubtarget::EVERGREEN: in subtargetEncodingFamily()
|
D | R600ControlFlowFinalizer.cpp | 135 assert(ST->getGeneration() >= R600Subtarget::EVERGREEN); in getSubEntrySize() 162 ST->getGeneration() > R600Subtarget::EVERGREEN && in pushBranch() 237 bool isEg = (ST->getGeneration() >= R600Subtarget::EVERGREEN); in getHWInstrDesc()
|
D | EvergreenInstructions.td | 17 "Subtarget->getGeneration() >= AMDGPUSubtarget::EVERGREEN && " 23 "Subtarget->getGeneration() == AMDGPUSubtarget::EVERGREEN ||"
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.h | 54 EVERGREEN = 2, enumerator 1014 return (getGeneration() >= EVERGREEN); in hasBFE() 1018 return (getGeneration() >= EVERGREEN); in hasBFI() 1023 return (getGeneration() >= EVERGREEN); in hasBCNT() 1029 return (getGeneration() >= EVERGREEN); in hasBORROW() 1033 return (getGeneration() >= EVERGREEN); in hasCARRY() 1041 return (getGeneration() >= EVERGREEN); in hasFFBL() 1045 return (getGeneration() >= EVERGREEN); in hasFFBH()
|
D | R600AsmPrinter.cpp | 72 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600()
|
D | R600Processors.td | 56 def FeatureEvergreen : R600SubtargetFeatureGeneration<"EVERGREEN",
|
D | R600ControlFlowFinalizer.cpp | 153 assert(ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getSubEntrySize() 180 ST->getGeneration() > AMDGPUSubtarget::EVERGREEN && in pushBranch() 253 bool isEg = (ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getHWInstrDesc()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_asm.c | 78 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build() 98 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build() 116 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build() 133 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build() 144 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build() 182 assert(bc->chip_class >= EVERGREEN); in egcm_load_index_reg() 201 if (bc->chip_class == EVERGREEN) { in egcm_load_index_reg()
|
D | r600_uvd.c | 83 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create() 92 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create() 102 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create()
|
D | r600_state_common.c | 84 if (rctx->b.chip_class >= EVERGREEN && a->cb0_export_16bpc) { in r600_emit_alphatest_state() 347 if (rctx->b.chip_class >= EVERGREEN) { in r600_bind_dsa_state() 552 rctx->vertex_buffer_state.atom.num_dw = (rctx->b.chip_class >= EVERGREEN ? 12 : 11) * in r600_vertex_buffers_dirty() 608 state->atom.num_dw = (rctx->b.chip_class >= EVERGREEN ? 14 : 13) * in r600_sampler_views_dirty() 1140 state->atom.num_dw = rctx->b.chip_class >= EVERGREEN ? util_bitcount(state->dirty_mask)*20 in r600_constant_buffers_dirty() 1770 if (rctx->b.chip_class >= EVERGREEN) in r600_update_derived_state() 1780 if (rctx->b.chip_class >= EVERGREEN) { in r600_update_derived_state() 1791 if (rctx->b.chip_class < EVERGREEN) in r600_update_derived_state() 1801 if (rctx->b.chip_class < EVERGREEN) in r600_update_derived_state() 1811 if (rctx->b.chip_class < EVERGREEN) in r600_update_derived_state() [all …]
|
D | r600_asm.c | 940 int i, kcache_banks = bc->chip_class >= EVERGREEN ? 4 : 2; in r600_bytecode_alloc_kcache_line() 1089 if (bc->chip_class < EVERGREEN) in r600_bytecode_alloc_kcache_lines() 1214 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_alu_type() 1319 case EVERGREEN: in r600_bytecode_num_tex_and_vtx_instructions() 1348 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_vtx_internal() 1367 case EVERGREEN: in r600_bytecode_add_vtx_internal() 1415 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_tex() 1470 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_gds() 1533 if (bc->chip_class >= EVERGREEN) in r600_bytecode_vtx_build() 1551 if (bc->chip_class >= EVERGREEN) in r600_bytecode_tex_build() [all …]
|
D | r600_hw_context.c | 203 if (rctx->b.chip_class >= EVERGREEN) in r600_flush_emit() 351 if (ctx->b.chip_class >= EVERGREEN) { in r600_begin_new_cs() 366 if (ctx->b.chip_class <= EVERGREEN) { in r600_begin_new_cs() 429 if (rctx->b.chip_class >= EVERGREEN && in r600_emit_pfp_sync_me()
|
D | r600_pipe.c | 175 case EVERGREEN: in r600_create_context() 694 if (rscreen->b.info.chip_class >= EVERGREEN) { in r600_screen_create() 726 case EVERGREEN: in r600_screen_create() 742 case EVERGREEN: in r600_screen_create()
|
D | r600_viewport.c | 51 #define GET_MAX_SCISSOR(rctx) (rctx->chip_class >= EVERGREEN ? 16384 : 8192) 144 if (rctx->chip_class == EVERGREEN || rctx->chip_class == CAYMAN) { in evergreen_apply_scissor_bug_workaround() 183 #define GET_MAX_VIEWPORT_RANGE(rctx) (rctx->chip_class >= EVERGREEN ? 32768 : 16384)
|
D | r600_opcodes.h | 506 #define BC_INST(bc, x) ((bc)->chip_class >= EVERGREEN ? EG_##x : x) 508 #define CTX_INST(x) (ctx->bc->chip_class >= EVERGREEN ? EG_##x : x)
|
D | r600_streamout.c | 161 if (rctx->chip_class >= EVERGREEN) { in r600_flush_vgt_streamout() 309 if (rctx->chip_class >= EVERGREEN) { in r600_emit_streamout_enable()
|
D | r600_blit.c | 472 if (buffers & PIPE_CLEAR_COLOR && rctx->b.chip_class >= EVERGREEN) { in r600_clear() 649 rctx->b.chip_class >= EVERGREEN && in r600_clear_buffer() 797 if (rctx->b.chip_class >= EVERGREEN) { in r600_resource_copy_region()
|
D | r600_pipe_common.c | 242 if (rctx->chip_class >= EVERGREEN) in r600_dma_emit_wait_idle() 671 if ((rscreen->chip_class == EVERGREEN || rscreen->chip_class == CAYMAN) && in r600_common_context_init() 998 if (screen->chip_class >= EVERGREEN) in get_max_threads_per_block()
|
D | r600_query.c | 656 query->result_size = (rscreen->chip_class >= EVERGREEN ? 11 : 8) * 16; in r600_query_hw_create() 1226 if (rscreen->chip_class >= EVERGREEN) { in r600_query_hw_add_result() 1845 (ctx->chip_class < EVERGREEN || rscreen->info.r600_gb_backend_map != 0)) { in r600_query_fix_enabled_rb_mask() 1850 if (ctx->chip_class >= EVERGREEN) { in r600_query_fix_enabled_rb_mask()
|
D | r600_shader.c | 252 if (rctx->b.chip_class >= EVERGREEN) { in r600_pipe_shader_create() 262 if (rctx->b.chip_class >= EVERGREEN) { in r600_pipe_shader_create() 277 if (rctx->b.chip_class >= EVERGREEN) { in r600_pipe_shader_create() 907 if (ctx->bc->chip_class >= EVERGREEN) { in tgsi_declaration() 1648 if (ctx->bc->chip_class >= EVERGREEN) { in fetch_gs_input() 2164 if (ctx->bc->chip_class >= EVERGREEN) { in emit_streamout() 2312 if (rctx->b.chip_class >= EVERGREEN) { in generate_gs_copy_shader() 3246 if (ctx.bc->chip_class >= EVERGREEN) in r600_shader_from_tgsi() 3440 if (ctx.bc->chip_class >= EVERGREEN) { in r600_shader_from_tgsi() 3448 if (shader->fs_write_all && rscreen->b.chip_class >= EVERGREEN) in r600_shader_from_tgsi() [all …]
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.c | 255 ws->info.chip_class = EVERGREEN; in do_winsys_init() 304 if (ws->info.chip_class >= EVERGREEN && ws->info.drm_minor >= 27) { in do_winsys_init() 402 ws->info.chip_class >= EVERGREEN ? in do_winsys_init() 407 ws->info.chip_class >= EVERGREEN ? in do_winsys_init() 413 ws->info.chip_class >= EVERGREEN ? 512 : 256; in do_winsys_init()
|
/external/mesa3d/src/amd/common/ |
D | amd_family.h | 107 EVERGREEN, enumerator
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_context.cpp | 100 TRANSLATE_HW_CLASS(EVERGREEN); in get_hw_class_name()
|
D | sb_core.cpp | 331 case EVERGREEN: return HW_CLASS_EVERGREEN; in translate_chip_class()
|