Lines Matching refs:GloballyCoherent
123 bool GloballyCoherent, bool IsROV, in UAV() argument
130 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in UAV()
138 uint32_t UniqueID, bool GloballyCoherent, in RWRawBuffer() argument
142 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in RWRawBuffer()
152 bool GloballyCoherent, bool IsROV, in RWStructuredBuffer() argument
158 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in RWStructuredBuffer()
168 uint32_t SampleCount, bool GloballyCoherent) { in RWTexture2DMS() argument
173 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in RWTexture2DMS()
184 uint32_t SampleCount, bool GloballyCoherent) { in RWTexture2DMSArray() argument
189 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in RWTexture2DMSArray()
202 RI.UAVFlags.GloballyCoherent = false; in FeedbackTexture2D()
215 RI.UAVFlags.GloballyCoherent = false; in FeedbackTexture2DArray()
297 MDVals.push_back(getBoolMD(UAVFlags.GloballyCoherent)); in getAsMetadata()
333 bool IsGloballyCoherent = IsUAV && UAVFlags.GloballyCoherent; in getAnnotateProps()