HomeSort by relevance Sort by last modified time
    Searched refs:pVec (Results 1 - 6 of 6) sorted by null

  /external/spirv-llvm/lib/SPIRV/Mangler/
ParameterType.cpp 140 const VectorType* pVec = SPIR::dyn_cast<VectorType>(type);
141 return pVec && (m_len == pVec->m_len) &&
142 (*getScalarType()).equals(&*(pVec->getScalarType()));
Mangler.cpp 66 else if (const VectorType* pVec = SPIR::dyn_cast<VectorType>(type)) {
67 if ((nType = mangledPrimitiveStringfromName(pVec->getScalarType()->toString())))
  /prebuilts/ndk/r16/sources/android/ndk_helper/
vecmath.h 72 Vec2( const float* pVec )
74 x_ = (*pVec++);
75 y_ = (*pVec++);
278 Vec3( const float* pVec )
280 x_ = (*pVec++);
281 y_ = (*pVec++);
282 z_ = *pVec;
529 Vec4( const float* pVec )
531 x_ = (*pVec++);
532 y_ = (*pVec++)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 66 @param[in] pVec An array
68 PVRTVec2(const VERTTYPE* pVec) : x(pVec[0]), y(pVec[1]) {}
351 @param[in] pVec An array
353 PVRTVec3(const VERTTYPE* pVec)
355 x = (*pVec++); y = (*pVec++); z = *pVec;
719 @param[in] pVec a pointer to an array of four value
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp     [all...]
vktPipelineTimestampTests.cpp     [all...]

Completed in 204 milliseconds