mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
committed by
Compute-Runtime-Automation
parent
0c280ee23a
commit
8e60b53415
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,4 +7,4 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
dependenciesRevision='4b6c92b16e100e40a867bd4d502b01515b97e27c-3707'
|
dependenciesRevision='fc7f5750f4af695cb1d10ce7dddfd65b87a8276d-3713'
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ components:
|
|||||||
branch: master
|
branch: master
|
||||||
dest_dir: aub_stream
|
dest_dir: aub_stream
|
||||||
repository: https://github.com/intel/aubstream
|
repository: https://github.com/intel/aubstream
|
||||||
revision: 7a18329ae0481c7165b53620ecf5493c9b909c70
|
revision: 13254930baada504eeff70f815654c633969b267
|
||||||
type: git
|
type: git
|
||||||
gmmlib:
|
gmmlib:
|
||||||
asset_name: gmmlib
|
asset_name: gmmlib
|
||||||
@@ -41,7 +41,7 @@ components:
|
|||||||
dest_dir: kernels_bin
|
dest_dir: kernels_bin
|
||||||
type: git
|
type: git
|
||||||
branch: kernels_bin
|
branch: kernels_bin
|
||||||
revision: 3707-5549
|
revision: 3713-5560
|
||||||
level_zero:
|
level_zero:
|
||||||
asset_name: level_zero
|
asset_name: level_zero
|
||||||
dest_dir: level_zero
|
dest_dir: level_zero
|
||||||
@@ -79,13 +79,13 @@ components:
|
|||||||
dest_dir: wdk
|
dest_dir: wdk
|
||||||
type: git
|
type: git
|
||||||
branch: wdk
|
branch: wdk
|
||||||
revision: 4b6c92b16e100e40a867bd4d502b01515b97e27c-3707
|
revision: fc7f5750f4af695cb1d10ce7dddfd65b87a8276d-3713
|
||||||
wsl:
|
wsl:
|
||||||
branch: wsl
|
branch: wsl
|
||||||
dest_dir: wsl
|
dest_dir: wsl
|
||||||
revision: 56430997dac34ca0e9e18c177636234cac26ad54
|
revision: 56430997dac34ca0e9e18c177636234cac26ad54
|
||||||
type: git
|
type: git
|
||||||
converter: M-3707
|
converter: M-3713
|
||||||
include:
|
include:
|
||||||
- infra.yml
|
- infra.yml
|
||||||
version: '1'
|
version: '1'
|
||||||
|
|||||||
2
third_party/aub_stream/.version
vendored
2
third_party/aub_stream/.version
vendored
@@ -1 +1 @@
|
|||||||
git_revision: 7a18329ae0481c7165b53620ecf5493c9b909c70
|
git_revision: 13254930baada504eeff70f815654c633969b267
|
||||||
|
|||||||
81
third_party/aub_stream/aubstream/hint_values.h
vendored
Normal file
81
third_party/aub_stream/aubstream/hint_values.h
vendored
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2025 Intel Corporation
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
namespace aub_stream {
|
||||||
|
struct DataTypeHintValues {
|
||||||
|
enum {
|
||||||
|
TraceNotype = 0,
|
||||||
|
TraceBatchBuffer = 1,
|
||||||
|
TraceBinBuffer = 2,
|
||||||
|
TraceBinPointerList = 3,
|
||||||
|
TraceSlowStateBuffer = 4,
|
||||||
|
TraceVertexBufferState = 5,
|
||||||
|
Trace2DMap = 6,
|
||||||
|
TraceCubeMap = 7,
|
||||||
|
TraceIndirectStateBuffer = 8,
|
||||||
|
TraceVolumeMap = 9,
|
||||||
|
Trace1DMap = 10,
|
||||||
|
TraceConstantBuffer = 11,
|
||||||
|
TraceConstantUrbEntry = 12,
|
||||||
|
TraceIndexBuffer = 13,
|
||||||
|
TraceVertexShaderState = 16,
|
||||||
|
TraceGeometryShaderState = 17,
|
||||||
|
TraceClipperState = 18,
|
||||||
|
TraceStripsFansState = 19,
|
||||||
|
TraceWindowerIzState = 20,
|
||||||
|
TraceColorCalcState = 21,
|
||||||
|
TraceClipViewport = 22,
|
||||||
|
TraceSfViewport = 23,
|
||||||
|
TraceCcViewport = 24,
|
||||||
|
TraceSamplerState = 25,
|
||||||
|
TraceKernelInstructions = 26,
|
||||||
|
TraceScratchSpace = 27,
|
||||||
|
TraceSamplerDefaultColor = 28,
|
||||||
|
TraceInterfaceDescriptor = 29,
|
||||||
|
TraceVldState = 30,
|
||||||
|
TraceVfeState = 31,
|
||||||
|
TraceBlendState = 32,
|
||||||
|
TraceDepthStencilState = 33,
|
||||||
|
TraceBindingTableState = 34,
|
||||||
|
TraceRenderSurfaceState = 35,
|
||||||
|
TraceMediaObjectIndirectData = 36,
|
||||||
|
TraceRemap = 37,
|
||||||
|
TraceCommandBuffer = 38,
|
||||||
|
TraceCommandBufferPrimary = 39,
|
||||||
|
TraceCommandBufferBlt = 40,
|
||||||
|
TraceCommandBufferMfx = 41,
|
||||||
|
TraceBatchBufferPrimary = 42,
|
||||||
|
TraceBatchBufferBlt = 43,
|
||||||
|
TraceBatchBufferMfx = 44,
|
||||||
|
TraceAudioCommandBuffer = 45,
|
||||||
|
TraceAudioLinkTable = 46,
|
||||||
|
TraceAudioData = 47,
|
||||||
|
TraceLogicalRingContextRcs = 48,
|
||||||
|
TraceLogicalRingContextBcs = 49,
|
||||||
|
TraceLogicalRingContextVcs = 50,
|
||||||
|
TraceLogicalRingContextVecs = 51,
|
||||||
|
TraceExtendedRootTableEntry = 52,
|
||||||
|
TraceExtendedContextTableEntry = 53,
|
||||||
|
TracePasidTableEntry = 54,
|
||||||
|
TraceRingContextRcs = 55,
|
||||||
|
TraceRingContextBcs = 56,
|
||||||
|
TraceRingContextVcs = 57,
|
||||||
|
TraceRingContextVecs = 58,
|
||||||
|
TraceLri = 59,
|
||||||
|
TraceGucProcessDescriptor = 60,
|
||||||
|
TraceGucContextDescriptor = 61,
|
||||||
|
TraceDummyGgttEntry = 62,
|
||||||
|
TraceLogicalRingContextCcs = 64,
|
||||||
|
TracePpgttLevel1 = 65,
|
||||||
|
TracePpgttLevel2 = 66,
|
||||||
|
TracePpgttLevel3 = 67,
|
||||||
|
TracePpgttLevel4 = 68,
|
||||||
|
TracePpgttLevel5 = 69,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
} // namespace aub_stream
|
||||||
40
third_party/aub_stream/aubstream/stepping_values.h
vendored
Normal file
40
third_party/aub_stream/aubstream/stepping_values.h
vendored
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2025 Intel Corporation
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
namespace aub_stream {
|
||||||
|
struct SteppingValues {
|
||||||
|
enum {
|
||||||
|
A = 0,
|
||||||
|
B = 1,
|
||||||
|
C = 2,
|
||||||
|
D = 3,
|
||||||
|
E = 4,
|
||||||
|
F = 5,
|
||||||
|
G = 6,
|
||||||
|
H = 7,
|
||||||
|
I = 8,
|
||||||
|
J = 9,
|
||||||
|
K = 10,
|
||||||
|
L = 11,
|
||||||
|
M = 12,
|
||||||
|
N = 13,
|
||||||
|
O = 14,
|
||||||
|
P = 15,
|
||||||
|
Q = 16,
|
||||||
|
R = 17,
|
||||||
|
S = 18,
|
||||||
|
T = 19,
|
||||||
|
U = 20,
|
||||||
|
V = 21,
|
||||||
|
W = 22,
|
||||||
|
X = 23,
|
||||||
|
Y = 24,
|
||||||
|
Z = 25,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
} // namespace aub_stream
|
||||||
Reference in New Issue
Block a user