/external/mesa3d/include/pci_ids/ |
D | r600_pci_ids.h | 218 CHIPSET(0x6700, CAYMAN_6700, CAYMAN) 219 CHIPSET(0x6701, CAYMAN_6701, CAYMAN) 220 CHIPSET(0x6702, CAYMAN_6702, CAYMAN) 221 CHIPSET(0x6703, CAYMAN_6703, CAYMAN) 222 CHIPSET(0x6704, CAYMAN_6704, CAYMAN) 223 CHIPSET(0x6705, CAYMAN_6705, CAYMAN) 224 CHIPSET(0x6706, CAYMAN_6706, CAYMAN) 225 CHIPSET(0x6707, CAYMAN_6707, CAYMAN) 226 CHIPSET(0x6708, CAYMAN_6708, CAYMAN) 227 CHIPSET(0x6709, CAYMAN_6709, CAYMAN) [all …]
|
/external/libdrm/radeon/ |
D | r600_pci_ids.h | 218 CHIPSET(0x6700, CAYMAN_6700, CAYMAN) 219 CHIPSET(0x6701, CAYMAN_6701, CAYMAN) 220 CHIPSET(0x6702, CAYMAN_6702, CAYMAN) 221 CHIPSET(0x6703, CAYMAN_6703, CAYMAN) 222 CHIPSET(0x6704, CAYMAN_6704, CAYMAN) 223 CHIPSET(0x6705, CAYMAN_6705, CAYMAN) 224 CHIPSET(0x6706, CAYMAN_6706, CAYMAN) 225 CHIPSET(0x6707, CAYMAN_6707, CAYMAN) 226 CHIPSET(0x6708, CAYMAN_6708, CAYMAN) 227 CHIPSET(0x6709, CAYMAN_6709, CAYMAN) [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_context.cpp | 101 TRANSLATE_HW_CLASS(CAYMAN); in get_hw_class_name() 135 TRANSLATE_CHIP(CAYMAN); in get_hw_chip_name()
|
D | sb_core.cpp | 317 TRANSLATE_CHIP(CAYMAN); in translate_chip() 332 case CAYMAN: return HW_CLASS_CAYMAN; in translate_chip_class()
|
/external/mesa3d/src/amd/common/ |
D | amd_family.h | 122 CAYMAN, enumerator
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_callstack.cpp | 103 case CAYMAN: in update_max_depth()
|
D | sfn_ir_to_assembly.cpp | 149 if (impl->m_shader->bc.chip_class != CAYMAN) in do_lower() 496 if (m_bc->chip_class == CAYMAN && m_bc->stack.loop > 1) in emit_if_start()
|
D | sfn_emitaluinstruction.cpp | 430 if (get_chip_class() == CAYMAN) { in emit_alu_trans_op1() 833 if (get_chip_class() == CAYMAN) { in emit_alu_trans_op2()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 340 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in assign_alu_units() 549 boolean scalar_only = bc->chip_class == CAYMAN ? false : true; in check_and_set_bank_swizzle() 550 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in check_and_set_bank_swizzle() 628 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in replace_gpr_with_pv_ps() 664 if (bc->chip_class < CAYMAN) { in replace_gpr_with_pv_ps() 779 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in merge_inst_groups() 1279 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in r600_bytecode_add_alu_type() 1348 case CAYMAN: in r600_bytecode_num_tex_and_vtx_instructions() 1361 (bc->chip_class == CAYMAN || in last_inst_was_not_vtx_fetch() 1401 case CAYMAN: in r600_bytecode_add_vtx_internal() [all …]
|
D | r600_viewport.c | 144 if (rctx->chip_class == EVERGREEN || rctx->chip_class == CAYMAN) { in evergreen_apply_scissor_bug_workaround() 150 if (rctx->chip_class == CAYMAN && in evergreen_apply_scissor_bug_workaround() 225 if (rctx->chip_class >= CAYMAN) in r600_emit_guardband()
|
D | r600_pipe.c | 190 case CAYMAN: in r600_create_context() 759 case CAYMAN: in r600_screen_create() 778 case CAYMAN: in r600_screen_create()
|
D | evergreen_compute.c | 648 if (rctx->b.chip_class < CAYMAN) { in evergreen_emit_dispatch() 860 if (rctx->b.chip_class >= CAYMAN) { in compute_emit_cs() 1119 if (rctx->b.chip_class < CAYMAN) { in evergreen_init_atom_start_compute_cs() 1169 if (rctx->b.chip_class < CAYMAN) { in evergreen_init_atom_start_compute_cs() 1180 if (rctx->b.chip_class < CAYMAN) { in evergreen_init_atom_start_compute_cs()
|
D | evergreen_state.c | 543 if (rctx->b.chip_class == CAYMAN) { in evergreen_create_rs_state() 819 if (rscreen->b.chip_class == CAYMAN) { in evergreen_fill_tex_resource_words() 843 if (rscreen->b.chip_class == CAYMAN) in evergreen_fill_tex_resource_words() 881 if (rscreen->b.chip_class == CAYMAN) { in evergreen_fill_tex_resource_words() 1171 if (rscreen->b.chip_class == CAYMAN) { in evergreen_set_color_surface_common() 1190 if (rctx->b.chip_class == CAYMAN) { in evergreen_set_color_surface_common() 1394 if (rscreen->b.chip_class == CAYMAN && rtex->resource.b.b.nr_samples > 1) { in evergreen_init_depth_surface() 1557 if ((rctx->b.chip_class == CAYMAN || in evergreen_set_framebuffer_state() 2083 if (rctx->b.chip_class == CAYMAN) { in evergreen_emit_db_misc_state() 2978 if (rctx->b.chip_class == CAYMAN) { in evergreen_init_atom_start_cs() [all …]
|
D | r600_shader.c | 814 if (ctx->bc->chip_class == CAYMAN && op == ALU_OP2_MULLO_INT) { in single_alu_op2() 2851 if (ctx.bc->chip_class == CAYMAN) in generate_gs_copy_shader() 3789 if (ctx.bc->chip_class == CAYMAN) in r600_shader_from_tgsi() 3847 if (ctx.bc->chip_class == CAYMAN) { in r600_shader_from_tgsi() 3962 if (ctx.bc->chip_class == CAYMAN) in r600_shader_from_tgsi() 4328 if (ctx.bc->chip_class == CAYMAN) in r600_shader_from_tgsi() 4957 if (ctx->bc->chip_class == CAYMAN) in egcm_int_to_double() 5074 if (bc->chip_class != CAYMAN || i == last_slot - 1) in cayman_emit_unary_double_raw() 5523 if (ctx->bc->chip_class == CAYMAN) { in tgsi_lit() 5576 if (ctx->bc->chip_class == CAYMAN) { in tgsi_lit() [all …]
|
D | eg_asm.c | 193 if (bc->chip_class == CAYMAN) in egcm_load_index_reg()
|
D | r600_isa.c | 541 assert(ctx->b.chip_class >= R600 && ctx->b.chip_class <= CAYMAN); in r600_isa_init()
|
D | r600_blit.c | 832 rctx->b.chip_class == CAYMAN ? ~0 : in do_hardware_msaa_resolve()
|
/external/clang/test/Driver/ |
D | r600-mcpu.cl | 27 …arget r600 -x cl -S -emit-llvm -mcpu=cayman %s -o - 2>&1 | FileCheck --check-prefix=CAYMAN-CHECK %s 28 …target r600 -x cl -S -emit-llvm -mcpu=aruba %s -o - 2>&1 | FileCheck --check-prefix=CAYMAN-CHECK %s 58 // CAYMAN-CHECK: "-target-cpu" "cayman"
|
/external/mesa3d/docs/relnotes/ |
D | 10.0.5.rst | 34 CAYMAN broken with HyperZ on 40 [APITRACE] Hyper-Z lockup with Falcon BMS 4.32u6 on CAYMAN
|
D | 10.0.3.rst | 42 OpenCL hangs graphics on CAYMAN
|
/external/llvm-project/clang/test/Driver/ |
D | amdgpu-mcpu.cl | 30 // RUN: %clang -### -target r600 -mcpu=aruba %s 2>&1 | FileCheck --check-prefix=CAYMAN %s 31 // RUN: %clang -### -target r600 -mcpu=cayman %s 2>&1 | FileCheck --check-prefix=CAYMAN %s 48 // CAYMAN: "-target-cpu" "cayman"
|
D | amdgpu-macros.cl | 32 … -dM -target r600 -mcpu=aruba %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,CAYMAN %s -DCPU=cayman 33 …-dM -target r600 -mcpu=cayman %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,CAYMAN %s -DCPU=cayman 56 // CAYMAN-DAG: #define __HAS_FMAF__ 1
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | elf-header-flags-mach.ll | 15 …cpu=cayman < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,CAYMAN %s 87 ; CAYMAN: EF_AMDGPU_MACH_R600_CAYMAN (0xF)
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso4217raw.txt | 79 CAYMAN ISLANDS Cayman Islands Dollar KYD 136
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.c | 268 ws->info.chip_class = CAYMAN; in do_winsys_init()
|