Home
last modified time | relevance | path

Searched refs:mIntCoords (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h710 cl_int *mIntCoords; variable
DimageHelpers.cpp3639 mIntCoords = NULL; in CoordWalker()
3644 mIntCoords = (cl_int *)coords; in CoordWalker()
3653 if (mIntCoords != NULL) in Get()
3654 return (cl_float)mIntCoords[idx * mVecSize + el]; in Get()