Searched refs:typedSrcPointer (Results 1 – 1 of 1) sorted by relevance
109 const SrcT *typedSrcPointer = reinterpret_cast<const SrcT *>(&srcPointer[offset]); in UniformStateQueryCastLoop() local110 dataOut[comp] = UniformStateQueryCast<DestT>(*typedSrcPointer); in UniformStateQueryCastLoop()