Home | History | Annotate | Download | only in functional

Lines Matching refs:depthValues

260 	float			depthValues[numL1CellsX*numL1CellsY];
273 int numValues = DE_LENGTH_OF_ARRAY(depthValues);
277 depthValues[ndx] = -1.0f + depthStep*ndx;
298 renderCmd.params.depth = depthValues[y1*numL1CellsX + x1];;
753 static const float depthValues[] = { -1.0f, -0.8f, -0.6f, -0.4f, -0.2f, 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f };
776 params.depth = rnd.choose<float>(DE_ARRAY_BEGIN(depthValues), DE_ARRAY_END(depthValues));