Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h637 cl_int * mIntCoords; variable
DimageHelpers.cpp3561 mIntCoords = NULL; in CoordWalker()
3566 mIntCoords = (cl_int *)coords; in CoordWalker()
3577 if( mIntCoords != NULL ) in Get()
3578 return (cl_float)mIntCoords[ idx * mVecSize + el ]; in Get()