Searched refs:ScratchBlocks (Results 1 – 2 of 2) sorted by relevance
41 uint32_t ScratchBlocks = 0; member
900 ProgInfo.ScratchBlocks = divideCeil( in getSIProgramInfo()920 const bool EnablePrivateSegment = ProgInfo.ScratchBlocks > 0; in getSIProgramInfo()980 ? S_00B860_WAVESIZE_GFX11Plus(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()981 : S_00B860_WAVESIZE_PreGFX11(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()992 ? S_0286E8_WAVESIZE_GFX11Plus(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()993 : S_0286E8_WAVESIZE_PreGFX11(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()1039 if (CurrentProgramInfo.ScratchBlocks > 0) in EmitPALMetadata()