Searched defs:pVec (Results 1 - 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/Mangler/
H A DParameterType.cpp140 const VectorType* pVec = SPIR::dyn_cast<VectorType>(type); local
141 return pVec && (m_len == pVec->m_len) &&
142 (*getScalarType()).equals(&*(pVec->getScalarType()));
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h66 @param[in] pVec An array
68 PVRTVec2(const VERTTYPE* pVec) : x(pVec[0]), y(pVec[1]) {} argument
351 @param[in] pVec An array
353 PVRTVec3(const VERTTYPE* pVec) argument
355 x = (*pVec++); y = (*pVec++); z = *pVec;
719 @param[in] pVec
721 PVRTVec4(const VERTTYPE* pVec) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp1275 tcu::Vec4* pVec = reinterpret_cast<tcu::Vec4*>(m_inputBufferAlloc->getHostPtr()); local
1279 pVec[ndx][component]= (float)(ndx * (component + 1u));
1288 pVec = reinterpret_cast<tcu::Vec4*>(m_outputBufferAlloc[ndx]->getHostPtr());
1289 memset(pVec, 0u, size);

Completed in 324 milliseconds