/external/llvm/lib/Target/R600/ |
D | AMDGPUSubtarget.h | 38 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()
|
D | AMDGPU.td | 105 def FeatureEvergreen : SubtargetFeatureGeneration<"EVERGREEN",
|
D | R600ControlFlowFinalizer.cpp | 135 assert(ST.getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getSubEntrySize() 161 ST.getGeneration() > AMDGPUSubtarget::EVERGREEN && in pushBranch() 236 bool isEg = (ST.getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getHWInstrDesc()
|
D | AMDGPUAsmPrinter.cpp | 180 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600()
|
D | EvergreenInstructions.td | 17 "Subtarget.getGeneration() >= AMDGPUSubtarget::EVERGREEN && " 23 "Subtarget.getGeneration() == AMDGPUSubtarget::EVERGREEN ||"
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | eg_asm.c | 87 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()
|
D | r600_asm.c | 124 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 …]
|
D | r600_state_common.c | 97 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()
|
D | r600_pipe.c | 265 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()
|
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.h | 71 EVERGREEN, enumerator
|
D | r600_hw_context.c | 47 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()
|
D | r600_shader.c | 87 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 …]
|
D | r600_texture.c | 90 if (rscreen->chip_class >= EVERGREEN && in r600_init_surface() 292 if (rscreen->chip_class >= EVERGREEN) { in r600_texture_get_fmask_info()
|
D | evergreen_state.c | 2187 if (rctx->chip_class == EVERGREEN) in evergreen_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_asm.c | 87 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()
|
D | r600_asm.c | 124 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 …]
|
D | r600_state_common.c | 97 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()
|
D | r600_pipe.c | 265 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()
|
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.h | 71 EVERGREEN, enumerator
|
D | r600_hw_context.c | 47 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()
|
D | r600_shader.c | 87 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 …]
|
D | r600_texture.c | 90 if (rscreen->chip_class >= EVERGREEN && in r600_init_surface() 292 if (rscreen->chip_class >= EVERGREEN) { in r600_texture_get_fmask_info()
|
D | evergreen_state.c | 2187 if (rctx->chip_class == EVERGREEN) in evergreen_init_state_functions()
|