Home
last modified time | relevance | path

Searched refs:gfx7 (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_opcodes.py385 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP2, InstrClass.Salu):
386 opcode(name, gfx7, gfx9, gfx10, Format.SOP2, cls)
421 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPK, InstrClass.Salu):
422 opcode(name, gfx7, gfx9, gfx10, Format.SOPK, cls)
499 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
500 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
527 for (gfx6, gfx7, gfx8, gfx9, gfx10, name) in SOPC:
528 opcode(name, gfx7, gfx9, gfx10, Format.SOPC, InstrClass.Salu)
574 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPP, InstrClass.Salu):
575 opcode(name, gfx7, gfx9, gfx10, Format.SOPP, cls)
[all …]
/third_party/mesa3d/src/intel/vulkan/
Dgfx7_cmd_buffer.c104 anv_batch_emit_merge(&cmd_buffer->batch, sf_dw, pipeline->gfx7.sf); in genX()
245 anv_batch_emit_merge(&cmd_buffer->batch, dwords, pipeline->gfx7.wm); in genX()
298 pipeline->gfx7.blend_state, num_dwords, 64); in genX()
DgenX_pipeline.c858 GENX(3DSTATE_SF_pack)(NULL, &pipeline->gfx7.sf, &sf); in emit_rs_state()
1023 pipeline->gfx8.blend_state : pipeline->gfx7.blend_state; in emit_cb_state()
1249 GENX(3DSTATE_CLIP_pack)(NULL, pipeline->gfx7.clip, &clip); in emit_3dstate_clip()
1392 # define streamout_state_dw pipeline->gfx7.streamout_state in emit_3dstate_streamout()
1426 pipeline->gfx7.xfb_bo_pitch[0] = xfb_info->buffers[0].stride; in emit_3dstate_streamout()
1427 pipeline->gfx7.xfb_bo_pitch[1] = xfb_info->buffers[1].stride; in emit_3dstate_streamout()
1428 pipeline->gfx7.xfb_bo_pitch[2] = xfb_info->buffers[2].stride; in emit_3dstate_streamout()
1429 pipeline->gfx7.xfb_bo_pitch[3] = xfb_info->buffers[3].stride; in emit_3dstate_streamout()
1909 uint32_t *dws = devinfo->ver >= 8 ? pipeline->gfx8.wm : pipeline->gfx7.wm; in emit_3dstate_wm()
Dmeson.build28 '--device-prefix', 'gfx7', '--device-prefix', 'gfx75',
DgenX_cmd_buffer.c3539 pipeline->gfx7.clip); in cmd_buffer_emit_clip()
3778 # define streamout_state_dw pipeline->gfx7.streamout_state in cmd_buffer_emit_streamout()
3941 sob.SurfacePitch = pipeline->gfx7.xfb_bo_pitch[idx]; in genX()
Danv_private.h3168 } gfx7; member
/third_party/mesa3d/src/intel/tools/
Dmeson.build207 ['ivb', 'gfx7'],
208 ['hsw', 'gfx7.5'],
/third_party/mesa3d/src/intel/common/
Dmeson.build113 foreach g : [['70', 'gfx7'], ['75', 'hsw'], ['80', 'gfx8'],
/third_party/mesa3d/src/amd/common/
Dmeson.build24 '../registers/gfx7.json',
/third_party/mesa3d/docs/relnotes/
D21.0.2.rst98 - radeonsi: disable sparse buffers on gfx7-8
D21.1.5.rst103 - radeonsi/gfx7: always sync pfp/me
D22.2.0.rst3561 - anv: use shadow surface for stencil input attachment on gfx7
3620 - anv: don't expose EXT_border_color_swizzle on gfx7
3645 - anv: add a comment about handling buffer view swizzles on gfx7
3661 - anv: fix primitive topology dynamic state emission on gfx7
4012 - radeonsi: increase the max compute LDS size to 64KB for gfx7+
D21.3.0.rst2210 - intel/gfx7: Change GPGPU Mode to bool
3481 - radeonsi: implement si_sdma_copy_image for gfx7+
D21.2.0.rst3533 - radeonsi: drop gfx7 support from the prim discard CS to simplify code
4348 - radeonsi/gfx7: always sync pfp/me
D21.1.0.rst3281 - radeonsi: rearrange condition for streamout workaround on gfx7 and gfx8
3545 - radeonsi: disable sparse buffers on gfx7-8
D20.0.0.rst831 - aco: handle gfx7 int8/10 clamping on exports
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td257 def FeatureGFX7GFX8GFX9Insts : SubtargetFeature<"gfx7-gfx8-gfx9-insts",
/third_party/mesa3d/docs/
Dfeatures.txt470 VK_EXT_scalar_block_layout DONE (anv, lvp, radv/gfx7+, tu, vn)
/third_party/mesa3d/ohos/
Ddependency_inputs.gni443 "../src/amd/registers/gfx7.json",