Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/r600/
Deg_asm.c78 if (bc->gfx_level == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build()
98 if (bc->gfx_level == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build()
117 if (bc->gfx_level == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build()
134 if (bc->gfx_level == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build()
146 if (bc->gfx_level == EVERGREEN) /* no EOP on cayman */ in eg_bytecode_cf_build()
184 assert(bc->gfx_level >= EVERGREEN); in egcm_load_index_reg()
203 if (bc->gfx_level == EVERGREEN) { in egcm_load_index_reg()
Dr600_uvd.c84 if (ctx->b.gfx_level < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create()
94 if (ctx->b.gfx_level < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create()
105 if (ctx->b.gfx_level < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create()
Dr600_state_common.c90 if (rctx->b.gfx_level >= EVERGREEN && a->cb0_export_16bpc) { in r600_emit_alphatest_state()
360 if (rctx->b.gfx_level >= EVERGREEN) { in r600_bind_dsa_state()
566 rctx->vertex_buffer_state.atom.num_dw = (rctx->b.gfx_level >= EVERGREEN ? 12 : 11) * in r600_vertex_buffers_dirty()
638 state->atom.num_dw = (rctx->b.gfx_level >= EVERGREEN ? 14 : 13) * in r600_sampler_views_dirty()
1262 state->atom.num_dw = rctx->b.gfx_level >= EVERGREEN ? util_bitcount(state->dirty_mask)*20 in r600_constant_buffers_dirty()
1991 if (rctx->b.gfx_level >= EVERGREEN) in r600_update_derived_state()
2017 if (rctx->b.gfx_level >= EVERGREEN) { in r600_update_derived_state()
2024 if (rctx->b.gfx_level >= EVERGREEN) { in r600_update_derived_state()
2035 if (rctx->b.gfx_level < EVERGREEN) in r600_update_derived_state()
2045 if (rctx->b.gfx_level < EVERGREEN) in r600_update_derived_state()
[all …]
Dr600_asm.c1014 int i, kcache_banks = bc->gfx_level >= EVERGREEN ? 4 : 2; in r600_bytecode_alloc_kcache_line()
1172 if (bc->gfx_level < EVERGREEN) in r600_bytecode_alloc_kcache_lines()
1304 if (bc->gfx_level >= EVERGREEN) { in r600_bytecode_add_alu_type()
1430 case EVERGREEN: in r600_bytecode_num_tex_and_vtx_instructions()
1459 if (bc->gfx_level >= EVERGREEN) { in r600_bytecode_add_vtx_internal()
1478 case EVERGREEN: in r600_bytecode_add_vtx_internal()
1526 if (bc->gfx_level >= EVERGREEN) { in r600_bytecode_add_tex()
1589 if (bc->gfx_level >= EVERGREEN) { in r600_bytecode_add_gds()
1659 if (bc->gfx_level >= EVERGREEN) in r600_bytecode_vtx_build()
1677 if (bc->gfx_level >= EVERGREEN) in r600_bytecode_tex_build()
[all …]
Dr600_pipe.c75 for (sh = 0; sh < (rctx->b.gfx_level < EVERGREEN ? R600_NUM_HW_STAGES : EG_NUM_HW_STAGES); sh++) { in r600_destroy_context()
187 case EVERGREEN: in r600_create_context()
711 if (rscreen->b.info.gfx_level >= EVERGREEN) { in r600_screen_create()
741 case EVERGREEN: in r600_screen_create()
Dr600_hw_context.c211 if (rctx->b.gfx_level >= EVERGREEN) in r600_flush_emit()
359 if (ctx->b.gfx_level >= EVERGREEN) { in r600_begin_new_cs()
374 if (ctx->b.gfx_level <= EVERGREEN) { in r600_begin_new_cs()
441 if (rctx->b.gfx_level >= EVERGREEN) { in r600_emit_pfp_sync_me()
Dr600_viewport.c51 #define GET_MAX_SCISSOR(rctx) (rctx->gfx_level >= EVERGREEN ? 16384 : 8192)
144 if (rctx->gfx_level == EVERGREEN || rctx->gfx_level == CAYMAN) { in evergreen_apply_scissor_bug_workaround()
183 #define GET_MAX_VIEWPORT_RANGE(rctx) (rctx->gfx_level >= EVERGREEN ? 32768 : 16384)
Dr600_opcodes.h506 #define BC_INST(bc, x) ((bc)->gfx_level >= EVERGREEN ? EG_##x : x)
508 #define CTX_INST(x) (ctx->bc->gfx_level >= EVERGREEN ? EG_##x : x)
Dr600_streamout.c161 if (rctx->gfx_level >= EVERGREEN) { in r600_flush_vgt_streamout()
309 if (rctx->gfx_level >= EVERGREEN) { in r600_emit_streamout_enable()
Dr600_pipe_common.c220 if (rctx->gfx_level >= EVERGREEN) in r600_dma_emit_wait_idle()
607 if ((rscreen->gfx_level == EVERGREEN || rscreen->gfx_level == CAYMAN) && in r600_common_context_init()
915 if (screen->gfx_level >= EVERGREEN) in get_max_threads_per_block()
1376 if (rscreen->info.gfx_level < EVERGREEN) { in r600_common_screen_init()
Dr600_blit.c475 if (buffers & PIPE_CLEAR_COLOR && rctx->b.gfx_level >= EVERGREEN) { in r600_clear()
644 rctx->b.gfx_level >= EVERGREEN && in r600_clear_buffer()
792 if (rctx->b.gfx_level >= EVERGREEN) { in r600_resource_copy_region()
Dr600_query.c658 query->result_size = (rscreen->gfx_level >= EVERGREEN ? 11 : 8) * 16; in r600_query_hw_create()
1235 if (rscreen->gfx_level >= EVERGREEN) { in r600_query_hw_add_result()
1862 (ctx->gfx_level < EVERGREEN || rscreen->info.r600_gb_backend_map != 0)) { in r600_query_fix_enabled_rb_mask()
1867 if (ctx->gfx_level >= EVERGREEN) { in r600_query_fix_enabled_rb_mask()
Dr600_shader.c333 if (rctx->b.gfx_level >= EVERGREEN) { in r600_pipe_shader_create()
343 if (rctx->b.gfx_level >= EVERGREEN) { in r600_pipe_shader_create()
358 if (rctx->b.gfx_level >= EVERGREEN) { in r600_pipe_shader_create()
1114 if (ctx->bc->gfx_level >= EVERGREEN) { in tgsi_declaration()
1358 if (ctx->bc->gfx_level >= EVERGREEN) { in allocate_system_value_inputs()
1982 if (ctx->bc->gfx_level >= EVERGREEN) { in fetch_gs_input()
2498 if (ctx->bc->gfx_level >= EVERGREEN) { in emit_streamout()
2646 if (rctx->b.gfx_level >= EVERGREEN) { in generate_gs_copy_shader()
3586 if (ctx.bc->gfx_level >= EVERGREEN) in r600_shader_from_tgsi()
3795 if (ctx.bc->gfx_level >= EVERGREEN) { in r600_shader_from_tgsi()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h53 EVERGREEN = 2, enumerator
1275 return (getGeneration() >= EVERGREEN); in hasBFE()
1279 return (getGeneration() >= EVERGREEN); in hasBFI()
1284 return (getGeneration() >= EVERGREEN); in hasBCNT()
1290 return (getGeneration() >= EVERGREEN); in hasBORROW()
1294 return (getGeneration() >= EVERGREEN); in hasCARRY()
1302 return (getGeneration() >= EVERGREEN); in hasFFBL()
1306 return (getGeneration() >= EVERGREEN); in hasFFBH()
DR600AsmPrinter.cpp71 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600()
DR600Processors.td55 def FeatureEvergreen : R600SubtargetFeatureGeneration<"EVERGREEN", "evergreen",
DR600ControlFlowFinalizer.cpp152 assert(ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getSubEntrySize()
179 ST->getGeneration() > AMDGPUSubtarget::EVERGREEN && in pushBranch()
252 bool isEg = (ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getHWInstrDesc()
DEvergreenInstructions.td16 "Subtarget->getGeneration() >= AMDGPUSubtarget::EVERGREEN && "
21 "Subtarget->getGeneration() == AMDGPUSubtarget::EVERGREEN ||"
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c263 ws->info.gfx_level = EVERGREEN; in do_winsys_init()
311 if (ws->info.gfx_level >= EVERGREEN) { in do_winsys_init()
409 ws->info.gfx_level >= EVERGREEN ? in do_winsys_init()
414 ws->info.gfx_level >= EVERGREEN ? in do_winsys_init()
420 ws->info.gfx_level >= EVERGREEN ? 512 : 256; in do_winsys_init()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_callstack.cpp108 case EVERGREEN: in update_max_depth()
Dsfn_instr_export.cpp310 if (gfx_level >= EVERGREEN) { in op()
/third_party/mesa3d/src/amd/common/
Damd_family.h146 EVERGREEN, enumerator
/third_party/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()
/third_party/mesa3d/docs/relnotes/
D20.2.3.rst91 - r600: amend space check for chips older than EVERGREEN

12