Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/R600/
DAMDGPUSubtarget.h38 EVERGREEN, enumerator
100 return (getGeneration() >= EVERGREEN); in hasBFE()
104 return (getGeneration() >= EVERGREEN); in hasBFI()
113 return (getGeneration() >= EVERGREEN); in hasBCNT()
120 return (getGeneration() >= EVERGREEN); in hasMulU24()
DAMDGPU.td105 def FeatureEvergreen : SubtargetFeatureGeneration<"EVERGREEN",
DR600ControlFlowFinalizer.cpp135 assert(ST.getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getSubEntrySize()
161 ST.getGeneration() > AMDGPUSubtarget::EVERGREEN && in pushBranch()
236 bool isEg = (ST.getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getHWInstrDesc()
DAMDGPUAsmPrinter.cpp180 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600()
DEvergreenInstructions.td17 "Subtarget.getGeneration() >= AMDGPUSubtarget::EVERGREEN && "
23 "Subtarget.getGeneration() == AMDGPUSubtarget::EVERGREEN ||"
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Deg_asm.c87 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()
Dr600_asm.c124 case EVERGREEN: in r600_bytecode_get_num_operands()
382 case EVERGREEN: in is_alu_once_inst()
433 case EVERGREEN: in is_alu_reduction_inst()
451 case EVERGREEN: in is_alu_cube_inst()
469 case EVERGREEN: in is_alu_mova_inst()
517 case EVERGREEN: in is_alu_vec_unit_inst()
569 case EVERGREEN: in is_alu_trans_unit_inst()
596 case EVERGREEN: in is_nop_inst()
1207 int i, kcache_banks = bc->chip_class >= EVERGREEN ? 4 : 2; in r600_bytecode_alloc_kcache_line()
1349 if (bc->chip_class < EVERGREEN) in r600_bytecode_alloc_kcache_lines()
[all …]
Dr600_state_common.c97 if (rctx->chip_class >= EVERGREEN && a->cb0_export_16bpc) { in r600_emit_alphatest_state()
346 if (rctx->chip_class >= EVERGREEN) { in r600_bind_rs_state()
518 rctx->vertex_buffer_state.atom.num_dw = (rctx->chip_class >= EVERGREEN ? 12 : 11) * in r600_vertex_buffers_dirty()
574 state->atom.num_dw = (rctx->chip_class >= EVERGREEN ? 14 : 13) * in r600_sampler_views_dirty()
776 if (rctx->chip_class < EVERGREEN && rctx->ps_shader && rctx->vs_shader) { in r600_shader_select()
858 if (rctx->chip_class < EVERGREEN && rctx->ps_shader) in r600_bind_vs_shader()
907 state->atom.num_dw = rctx->chip_class >= EVERGREEN ? util_bitcount(state->dirty_mask)*20 in r600_constant_buffers_dirty()
1085 if (rctx->chip_class >= EVERGREEN) in r600_update_derived_state()
1105 if (rctx->chip_class >= EVERGREEN) { in r600_update_derived_state()
Dr600_pipe.c265 case EVERGREEN: in r600_create_context()
926 rscreen->chip_class = EVERGREEN; in r600_screen_create()
945 case EVERGREEN: in r600_screen_create()
966 if (rscreen->chip_class >= EVERGREEN) { in r600_screen_create()
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.h71 EVERGREEN, enumerator
Dr600_hw_context.c47 if (ctx->chip_class >= EVERGREEN) { in r600_get_backend_mask()
1121 if (ctx->chip_class >= EVERGREEN) { in r600_context_streamout_begin()
1206 if (ctx->chip_class >= EVERGREEN) { in r600_context_streamout_end()
1234 if (ctx->chip_class >= EVERGREEN) { in r600_context_streamout_end()
Dr600_shader.c87 if (rctx->chip_class >= EVERGREEN) { in r600_pipe_shader()
94 if (rctx->chip_class >= EVERGREEN) { in r600_pipe_shader()
364 else if (ctx->bc->chip_class >= EVERGREEN) in r600_break_from_byte_stream()
416 } else if (ctx->bc->chip_class >= EVERGREEN) { in r600_fc_from_byte_stream()
815 if (ctx->bc->chip_class >= EVERGREEN) { in tgsi_declaration()
1149 if (ctx->bc->chip_class >= EVERGREEN) { in process_twoside_color_inputs()
1232 if (ctx.bc->chip_class >= EVERGREEN) { in r600_shader_from_tgsi()
1238 if (ctx.type == TGSI_PROCESSOR_FRAGMENT && ctx.bc->chip_class >= EVERGREEN) { in r600_shader_from_tgsi()
1339 if (shader->fs_write_all && rctx->chip_class >= EVERGREEN) in r600_shader_from_tgsi()
1401 else if (ctx.bc->chip_class >= EVERGREEN) in r600_shader_from_tgsi()
[all …]
Dr600_texture.c90 if (rscreen->chip_class >= EVERGREEN && in r600_init_surface()
292 if (rscreen->chip_class >= EVERGREEN) { in r600_texture_get_fmask_info()
Devergreen_state.c2187 if (rctx->chip_class == EVERGREEN) in evergreen_init_state_functions()
/external/mesa3d/src/gallium/drivers/r600/
Deg_asm.c87 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()
Dr600_asm.c124 case EVERGREEN: in r600_bytecode_get_num_operands()
382 case EVERGREEN: in is_alu_once_inst()
433 case EVERGREEN: in is_alu_reduction_inst()
451 case EVERGREEN: in is_alu_cube_inst()
469 case EVERGREEN: in is_alu_mova_inst()
517 case EVERGREEN: in is_alu_vec_unit_inst()
569 case EVERGREEN: in is_alu_trans_unit_inst()
596 case EVERGREEN: in is_nop_inst()
1207 int i, kcache_banks = bc->chip_class >= EVERGREEN ? 4 : 2; in r600_bytecode_alloc_kcache_line()
1349 if (bc->chip_class < EVERGREEN) in r600_bytecode_alloc_kcache_lines()
[all …]
Dr600_state_common.c97 if (rctx->chip_class >= EVERGREEN && a->cb0_export_16bpc) { in r600_emit_alphatest_state()
346 if (rctx->chip_class >= EVERGREEN) { in r600_bind_rs_state()
518 rctx->vertex_buffer_state.atom.num_dw = (rctx->chip_class >= EVERGREEN ? 12 : 11) * in r600_vertex_buffers_dirty()
574 state->atom.num_dw = (rctx->chip_class >= EVERGREEN ? 14 : 13) * in r600_sampler_views_dirty()
776 if (rctx->chip_class < EVERGREEN && rctx->ps_shader && rctx->vs_shader) { in r600_shader_select()
858 if (rctx->chip_class < EVERGREEN && rctx->ps_shader) in r600_bind_vs_shader()
907 state->atom.num_dw = rctx->chip_class >= EVERGREEN ? util_bitcount(state->dirty_mask)*20 in r600_constant_buffers_dirty()
1085 if (rctx->chip_class >= EVERGREEN) in r600_update_derived_state()
1105 if (rctx->chip_class >= EVERGREEN) { in r600_update_derived_state()
Dr600_pipe.c265 case EVERGREEN: in r600_create_context()
926 rscreen->chip_class = EVERGREEN; in r600_screen_create()
945 case EVERGREEN: in r600_screen_create()
966 if (rscreen->chip_class >= EVERGREEN) { in r600_screen_create()
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.h71 EVERGREEN, enumerator
Dr600_hw_context.c47 if (ctx->chip_class >= EVERGREEN) { in r600_get_backend_mask()
1121 if (ctx->chip_class >= EVERGREEN) { in r600_context_streamout_begin()
1206 if (ctx->chip_class >= EVERGREEN) { in r600_context_streamout_end()
1234 if (ctx->chip_class >= EVERGREEN) { in r600_context_streamout_end()
Dr600_shader.c87 if (rctx->chip_class >= EVERGREEN) { in r600_pipe_shader()
94 if (rctx->chip_class >= EVERGREEN) { in r600_pipe_shader()
364 else if (ctx->bc->chip_class >= EVERGREEN) in r600_break_from_byte_stream()
416 } else if (ctx->bc->chip_class >= EVERGREEN) { in r600_fc_from_byte_stream()
815 if (ctx->bc->chip_class >= EVERGREEN) { in tgsi_declaration()
1149 if (ctx->bc->chip_class >= EVERGREEN) { in process_twoside_color_inputs()
1232 if (ctx.bc->chip_class >= EVERGREEN) { in r600_shader_from_tgsi()
1238 if (ctx.type == TGSI_PROCESSOR_FRAGMENT && ctx.bc->chip_class >= EVERGREEN) { in r600_shader_from_tgsi()
1339 if (shader->fs_write_all && rctx->chip_class >= EVERGREEN) in r600_shader_from_tgsi()
1401 else if (ctx.bc->chip_class >= EVERGREEN) in r600_shader_from_tgsi()
[all …]
Dr600_texture.c90 if (rscreen->chip_class >= EVERGREEN && in r600_init_surface()
292 if (rscreen->chip_class >= EVERGREEN) { in r600_texture_get_fmask_info()
Devergreen_state.c2187 if (rctx->chip_class == EVERGREEN) in evergreen_init_state_functions()

12