Home
last modified time | relevance | path

Searched refs:EVERGREEN (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h42 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()
DAMDGPUInstrInfo.cpp99 case AMDGPUSubtarget::EVERGREEN: in subtargetEncodingFamily()
DR600ControlFlowFinalizer.cpp135 assert(ST->getGeneration() >= R600Subtarget::EVERGREEN); in getSubEntrySize()
162 ST->getGeneration() > R600Subtarget::EVERGREEN && in pushBranch()
237 bool isEg = (ST->getGeneration() >= R600Subtarget::EVERGREEN); in getHWInstrDesc()
DEvergreenInstructions.td17 "Subtarget->getGeneration() >= AMDGPUSubtarget::EVERGREEN && "
23 "Subtarget->getGeneration() == AMDGPUSubtarget::EVERGREEN ||"
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h54 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()
DR600AsmPrinter.cpp72 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600()
DR600Processors.td56 def FeatureEvergreen : R600SubtargetFeatureGeneration<"EVERGREEN",
DR600ControlFlowFinalizer.cpp153 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/
Deg_asm.c78 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()
Dr600_uvd.c83 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()
Dr600_state_common.c84 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 …]
Dr600_asm.c940 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 …]
Dr600_hw_context.c203 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()
Dr600_pipe.c175 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()
Dr600_viewport.c51 #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)
Dr600_opcodes.h506 #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)
Dr600_streamout.c161 if (rctx->chip_class >= EVERGREEN) { in r600_flush_vgt_streamout()
309 if (rctx->chip_class >= EVERGREEN) { in r600_emit_streamout_enable()
Dr600_blit.c472 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()
Dr600_pipe_common.c242 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()
Dr600_query.c656 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()
Dr600_shader.c252 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/
Dradeon_drm_winsys.c255 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/
Damd_family.h107 EVERGREEN, enumerator
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_context.cpp100 TRANSLATE_HW_CLASS(EVERGREEN); in get_hw_class_name()
Dsb_core.cpp331 case EVERGREEN: return HW_CLASS_EVERGREEN; in translate_chip_class()

12