/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 ||"
|
D | AMDGPU.td | 285 def FeatureEvergreen : SubtargetFeatureGeneration<"EVERGREEN",
|
D | AMDGPUAsmPrinter.cpp | 277 if (STM.getGeneration() >= R600Subtarget::EVERGREEN) { in EmitProgramInfoR600()
|
/external/mesa3d/src/gallium/drivers/r600/ |
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 | eg_asm.c | 93 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()
|
D | r600_state_common.c | 84 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 …]
|
D | r600_pipe.c | 165 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()
|
D | r600_asm.c | 944 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 …]
|
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_hw_context.c | 203 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()
|
D | r600_blit.c | 408 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()
|
D | r600_shader.c | 248 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 …]
|
D | evergreen_state.c | 1382 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/ |
D | radeon_drm_winsys.c | 278 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/ |
D | amd_family.h | 105 EVERGREEN, enumerator
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_viewport.c | 28 #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)
|
D | r600_streamout.c | 162 } else if (rctx->chip_class >= EVERGREEN) { in r600_flush_vgt_streamout() 324 if (rctx->chip_class >= EVERGREEN) { in r600_emit_streamout_enable()
|
D | r600_pipe_common.c | 234 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()
|
D | r600_query.c | 521 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()
|
D | r600_texture.c | 210 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/ |
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()
|