Lines Matching refs:FourByteBuffer

1861 #define GET_FIELD(MASK) (AMDHSA_BITS_GET(FourByteBuffer, MASK))
1874 if (FourByteBuffer & (MASK)) { \
1892 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1() argument
2000 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2() argument
2048 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC3() argument
2123 } else if (FourByteBuffer) { in decodeCOMPUTE_PGM_RSRC3()
2170 uint32_t FourByteBuffer = 0; in decodeKernelDescriptorDirective() local
2180 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2181 KdStream << Indent << ".amdhsa_group_segment_fixed_size " << FourByteBuffer in decodeKernelDescriptorDirective()
2186 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2188 << FourByteBuffer << '\n'; in decodeKernelDescriptorDirective()
2192 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2194 << FourByteBuffer << '\n'; in decodeKernelDescriptorDirective()
2223 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2224 return decodeCOMPUTE_PGM_RSRC3(FourByteBuffer, KdStream); in decodeKernelDescriptorDirective()
2227 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2228 return decodeCOMPUTE_PGM_RSRC1(FourByteBuffer, KdStream); in decodeKernelDescriptorDirective()
2231 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2232 return decodeCOMPUTE_PGM_RSRC2(FourByteBuffer, KdStream); in decodeKernelDescriptorDirective()