Home
last modified time | relevance | path

Searched refs:CAYMAN (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/include/pci_ids/
Dr600_pci_ids.h218 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/
Dr600_pci_ids.h218 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/
Dsb_context.cpp101 TRANSLATE_HW_CLASS(CAYMAN); in get_hw_class_name()
135 TRANSLATE_CHIP(CAYMAN); in get_hw_chip_name()
Dsb_core.cpp317 TRANSLATE_CHIP(CAYMAN); in translate_chip()
332 case CAYMAN: return HW_CLASS_CAYMAN; in translate_chip_class()
/external/mesa3d/src/amd/common/
Damd_family.h122 CAYMAN, enumerator
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_callstack.cpp103 case CAYMAN: in update_max_depth()
Dsfn_ir_to_assembly.cpp149 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()
Dsfn_emitaluinstruction.cpp430 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/
Dr600_asm.c340 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 …]
Dr600_viewport.c144 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()
Dr600_pipe.c190 case CAYMAN: in r600_create_context()
759 case CAYMAN: in r600_screen_create()
778 case CAYMAN: in r600_screen_create()
Devergreen_compute.c648 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()
Devergreen_state.c543 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 …]
Dr600_shader.c814 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 …]
Deg_asm.c193 if (bc->chip_class == CAYMAN) in egcm_load_index_reg()
Dr600_isa.c541 assert(ctx->b.chip_class >= R600 && ctx->b.chip_class <= CAYMAN); in r600_isa_init()
Dr600_blit.c832 rctx->b.chip_class == CAYMAN ? ~0 : in do_hardware_msaa_resolve()
/external/clang/test/Driver/
Dr600-mcpu.cl27 …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/
D10.0.5.rst34 CAYMAN broken with HyperZ on
40 [APITRACE] Hyper-Z lockup with Falcon BMS 4.32u6 on CAYMAN
D10.0.3.rst42 OpenCL hangs graphics on CAYMAN
/external/llvm-project/clang/test/Driver/
Damdgpu-mcpu.cl30 // 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"
Damdgpu-macros.cl32 … -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/
Delf-header-flags-mach.ll15 …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/
Diso4217raw.txt79 CAYMAN ISLANDS Cayman Islands Dollar KYD 136
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c268 ws->info.chip_class = CAYMAN; in do_winsys_init()

12