Home | History | Annotate | Download | only in functional

Lines Matching refs:initial

1367 	// First, fill reference with (a fairly arbitrary) initial pattern. This will be used as texture upload source data as well as for actual reference computation later on.
1389 // Upload initial pattern to texture 0.
1728 // Just accumulate the atomic args (and the initial value) according to the operation, and compare.
1944 // Fill endResultTexture with initial pattern.
1950 const IVec4 initial(getOperationInitialValue(m_operation));
1955 imageData.setPixel(x, y, z, initial);
1958 // Upload initial pattern to endResultTexture and bind to image.
1964 log << TestLog::Message << "// Filling end-result texture with initial pattern (initial value " << getOperationInitialValue(m_operation) << ")" << TestLog::EndMessage;
2346 // Fill endResultTexture with initial pattern.
2358 // Upload initial pattern to endResultTexture and bind to image.
2364 log << TestLog::Message << "// Filling end-result texture with initial pattern" << TestLog::EndMessage;