Home
last modified time | relevance | path

Searched refs:UINT_16 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h138 UINT_16 x;
139 UINT_16 y;
140 UINT_16 z;
141 UINT_16 s;
157 UINT_16 nibble2Idx;
158 UINT_16 nibble3Idx;
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrtypes.h661 #ifndef UINT_16
662 #define UINT_16 unsigned short macro
Daddrinterface.h2789 UINT_16* gfx10_bits; /* 72 2-byte elements */
3009 UINT_16 *gfx10_bits; /* 68 2-byte elements */
3446 UINT_16 *gfx10_bits; /* 68 2-byte elements */
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DConvertIndex.comp6 // ConvertIndex.comp: Convert UINT_8 indices into UINT_16 using a compute shader.
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp261 pOut->equation.gfx10_bits = (UINT_16 *)GFX10_HTILE_SW_PATTERN[patIdxTable[index]]; in HwlComputeHtileInfo()
381 pOut->equation.gfx10_bits = (UINT_16*)GFX10_CMASK_SW_PATTERN[patIdxTable[index]]; in HwlComputeCmaskInfo()
563 pOut->equation.gfx10_bits = (UINT_16*)GFX10_DCC_64K_R_X_SW_PATTERN[patIdxTable[index]]; in HwlComputeDccInfo()
4002 UINT_16 mask = pSwizzlePattern[i].x; in ComputeOffsetFromSwizzlePattern()
4019 UINT_16 mask = pSwizzlePattern[i].y; in ComputeOffsetFromSwizzlePattern()
4036 UINT_16 mask = pSwizzlePattern[i].z; in ComputeOffsetFromSwizzlePattern()
4053 UINT_16 mask = pSwizzlePattern[i].s; in ComputeOffsetFromSwizzlePattern()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp262 pOut->equation.gfx10_bits = (UINT_16 *)GFX11_HTILE_SW_PATTERN[patIdxTable[index]]; in HwlComputeHtileInfo()
415 pOut->equation.gfx10_bits = (UINT_16*)GFX11_DCC_R_X_SW_PATTERN[patIdxTable[index]]; in HwlComputeDccInfo()
3487 UINT_16 mask = pSwizzlePattern[i].x; in ComputeOffsetFromSwizzlePattern()
3504 UINT_16 mask = pSwizzlePattern[i].y; in ComputeOffsetFromSwizzlePattern()
3521 UINT_16 mask = pSwizzlePattern[i].z; in ComputeOffsetFromSwizzlePattern()
3538 UINT_16 mask = pSwizzlePattern[i].s; in ComputeOffsetFromSwizzlePattern()