Searched refs:FourByteBuffer (Results 1 – 2 of 2) sorted by relevance
142 Expected<bool> decodeCOMPUTE_PGM_RSRC1(uint32_t FourByteBuffer,149 Expected<bool> decodeCOMPUTE_PGM_RSRC2(uint32_t FourByteBuffer,156 Expected<bool> decodeCOMPUTE_PGM_RSRC3(uint32_t FourByteBuffer,
2121 #define GET_FIELD(MASK) (AMDHSA_BITS_GET(FourByteBuffer, MASK))2134 if (FourByteBuffer & (MASK)) { \2152 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1() argument2260 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2() argument2308 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC3() argument2383 } else if (FourByteBuffer) { in decodeCOMPUTE_PGM_RSRC3()2430 uint32_t FourByteBuffer = 0; in decodeKernelDescriptorDirective() local2440 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()2441 KdStream << Indent << ".amdhsa_group_segment_fixed_size " << FourByteBuffer in decodeKernelDescriptorDirective()2446 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()[all …]