Home
last modified time | relevance | path

Searched refs:EVERGREEN (Results 1 – 25 of 30) 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 ||"
DAMDGPU.td285 def FeatureEvergreen : SubtargetFeatureGeneration<"EVERGREEN",
DAMDGPUAsmPrinter.cpp277 if (STM.getGeneration() >= R600Subtarget::EVERGREEN) { in EmitProgramInfoR600()
/external/mesa3d/src/gallium/drivers/r600/
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()
Deg_asm.c93 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build()
108 if (bc->chip_class == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build()
155 assert(bc->chip_class >= EVERGREEN); in egcm_load_index_reg()
174 if (bc->chip_class == EVERGREEN) { in egcm_load_index_reg()
Dr600_state_common.c84 if (rctx->b.chip_class >= EVERGREEN && a->cb0_export_16bpc) { in r600_emit_alphatest_state()
319 if (rctx->b.chip_class >= EVERGREEN) { in r600_bind_dsa_state()
538 rctx->vertex_buffer_state.atom.num_dw = (rctx->b.chip_class >= EVERGREEN ? 12 : 11) * in r600_vertex_buffers_dirty()
594 state->atom.num_dw = (rctx->b.chip_class >= EVERGREEN ? 14 : 13) * in r600_sampler_views_dirty()
1052 state->atom.num_dw = rctx->b.chip_class >= EVERGREEN ? util_bitcount(state->dirty_mask)*20 in r600_constant_buffers_dirty()
1569 if (rctx->b.chip_class >= EVERGREEN) in r600_update_derived_state()
1579 if (rctx->b.chip_class >= EVERGREEN) { in r600_update_derived_state()
1590 if (rctx->b.chip_class < EVERGREEN) in r600_update_derived_state()
1600 if (rctx->b.chip_class < EVERGREEN) in r600_update_derived_state()
1610 if (rctx->b.chip_class < EVERGREEN) in r600_update_derived_state()
[all …]
Dr600_pipe.c165 case EVERGREEN: in r600_create_context()
627 if (rscreen->b.info.chip_class >= EVERGREEN) { in r600_screen_create()
659 case EVERGREEN: in r600_screen_create()
675 case EVERGREEN: in r600_screen_create()
Dr600_asm.c944 int i, kcache_banks = bc->chip_class >= EVERGREEN ? 4 : 2; in r600_bytecode_alloc_kcache_line()
1092 if (bc->chip_class < EVERGREEN) in r600_bytecode_alloc_kcache_lines()
1217 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_alu_type()
1322 case EVERGREEN: in r600_bytecode_num_tex_and_vtx_instructions()
1349 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_vtx()
1366 case EVERGREEN: in r600_bytecode_add_vtx()
1401 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_tex()
1513 if (bc->chip_class >= EVERGREEN) in r600_bytecode_vtx_build()
1531 if (bc->chip_class >= EVERGREEN) in r600_bytecode_tex_build()
1717 if (bc->chip_class >= EVERGREEN) in r600_bytecode_build()
[all …]
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_hw_context.c203 if (rctx->b.chip_class >= EVERGREEN) in r600_flush_emit()
320 if (ctx->b.chip_class <= EVERGREEN) { in r600_begin_new_cs()
381 if (rctx->b.chip_class >= EVERGREEN && in r600_emit_pfp_sync_me()
Dr600_blit.c408 if (buffers & PIPE_CLEAR_COLOR && rctx->b.chip_class >= EVERGREEN) { in r600_clear()
586 rctx->b.chip_class >= EVERGREEN && in r600_clear_buffer()
731 if (rctx->b.chip_class >= EVERGREEN) { in r600_resource_copy_region()
Dr600_shader.c248 if (rctx->b.chip_class >= EVERGREEN) { in r600_pipe_shader_create()
258 if (rctx->b.chip_class >= EVERGREEN) { in r600_pipe_shader_create()
273 if (rctx->b.chip_class >= EVERGREEN) { in r600_pipe_shader_create()
889 if (ctx->bc->chip_class >= EVERGREEN) { in tgsi_declaration()
1568 if (ctx->bc->chip_class >= EVERGREEN) { in fetch_gs_input()
2062 if (ctx->bc->chip_class >= EVERGREEN) { in emit_streamout()
2209 if (rctx->b.chip_class >= EVERGREEN) { in generate_gs_copy_shader()
3039 if (ctx.bc->chip_class >= EVERGREEN) in r600_shader_from_tgsi()
3201 if (ctx.bc->chip_class >= EVERGREEN) { in r600_shader_from_tgsi()
3209 if (shader->fs_write_all && rscreen->b.chip_class >= EVERGREEN) in r600_shader_from_tgsi()
[all …]
Devergreen_state.c1382 if (rctx->b.chip_class == EVERGREEN) in evergreen_set_framebuffer_state()
1646 if (rctx->b.chip_class == EVERGREEN) { in evergreen_emit_framebuffer_state()
3576 if (rctx->b.chip_class == EVERGREEN) { in evergreen_init_state_functions()
3609 if (rctx->b.chip_class == EVERGREEN) { in evergreen_init_state_functions()
3648 if (rctx->b.chip_class == EVERGREEN) in evergreen_init_state_functions()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c278 ws->info.chip_class = EVERGREEN; in do_winsys_init()
327 if (ws->info.chip_class >= EVERGREEN && ws->info.drm_minor >= 27) { in do_winsys_init()
420 ws->info.chip_class >= EVERGREEN ? in do_winsys_init()
425 ws->info.chip_class >= EVERGREEN ? in do_winsys_init()
431 ws->info.chip_class >= EVERGREEN ? 512 : 256; in do_winsys_init()
/external/mesa3d/src/amd/common/
Damd_family.h105 EVERGREEN, enumerator
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_viewport.c28 #define GET_MAX_SCISSOR(rctx) (rctx->chip_class >= EVERGREEN ? 16384 : 8192)
121 if (rctx->chip_class == EVERGREEN || rctx->chip_class == CAYMAN) { in evergreen_apply_scissor_bug_workaround()
160 #define GET_MAX_VIEWPORT_RANGE(rctx) (rctx->chip_class >= EVERGREEN ? 32768 : 16384)
Dr600_streamout.c162 } else if (rctx->chip_class >= EVERGREEN) { in r600_flush_vgt_streamout()
324 if (rctx->chip_class >= EVERGREEN) { in r600_emit_streamout_enable()
Dr600_pipe_common.c234 else if (rctx->chip_class >= EVERGREEN) in r600_dma_emit_wait_idle()
566 else if (rscreen->chip_class >= EVERGREEN) in r600_common_context_init()
584 if ((rscreen->chip_class == EVERGREEN || rscreen->chip_class == CAYMAN) && in r600_common_context_init()
Dr600_query.c521 query->result_size = (rctx->chip_class >= EVERGREEN ? 11 : 8) * 16; in r600_query_hw_create()
1027 if (ctx->chip_class >= EVERGREEN) { in r600_query_hw_add_result()
1603 if (ctx->chip_class >= EVERGREEN) { in r600_query_init_backend_mask()
Dr600_texture.c210 if (rscreen->chip_class >= EVERGREEN && !is_flushed_depth && in r600_init_surface()
800 if (rscreen->chip_class <= EVERGREEN && in r600_texture_get_htile_size()
1038 rscreen->chip_class >= EVERGREEN) { in r600_texture_create_object()
/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