Home
last modified time | relevance | path

Searched defs:Vec4 (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib.hpp84 using Vec4 = SIMD128Impl::Vec4; typedef
141 using Vec4 = SIMD256Impl::Vec4; typedef
198 using Vec4 = SIMD512Impl::Vec4; typedef
214 using Vec4 = typename Traits::Vec4; typedef
Dsimdlib_types.hpp144 union Vec4 union
203 using Vec4 = SIMDImpl::Vec4<Float, Integer, Double>; typedef
259 using Vec4 = SIMDImpl::Vec4<Float, Integer, Double>; typedef
/external/deqp/framework/common/
DtcuVectorType.hpp41 typedef Vector<float, 4> Vec4; typedef
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderSwitchTests.cpp44 static void setUniforms(ShaderRenderCaseInstance& instance, const tcu::Vec4&) in setUniforms()
DvktShaderRenderMatrixTests.cpp1572 void ShaderMatrixInstance::setupUniforms (const tcu::Vec4&) in setupUniforms()
DvktShaderRenderTextureFunctionTests.cpp835 void ShaderTextureFunctionInstance::setupUniforms (const tcu::Vec4&) in setupUniforms()
1520 void TextureQueryInstance::setupUniforms (const tcu::Vec4&) in setupUniforms()
DvktShaderRenderTextureGatherTests.cpp1306 void TextureGatherInstance::setupUniforms (const tcu::Vec4&) in setupUniforms()
/external/deqp/modules/gles3/functional/
Des3fShaderDiscardTests.cpp111 void ShaderDiscardCase::setupUniforms (int programID, const tcu::Vec4&) in setupUniforms()
Des3fShaderTextureFunctionTests.cpp946 void ShaderTextureFunctionCase::setupUniforms (int programID, const tcu::Vec4&) in setupUniforms()
/external/deqp/modules/gles2/functional/
Des2fShaderDiscardTests.cpp131 void ShaderDiscardCase::setupUniforms (int programID, const tcu::Vec4&) in setupUniforms()
Des2fShaderTextureFunctionTests.cpp534 void ShaderTextureFunctionCase::setupUniforms (int programID, const tcu::Vec4&) in setupUniforms()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderBitfieldOperationTests.cpp111 struct Vec4 : public Data struct
113 Vec4(GLfloat x = 0.0f, GLfloat y = 0.0f, GLfloat z = 0.0f, GLfloat w = 0.0f) in Vec4() function
/external/deqp/modules/gles2/scripts/
Dgenutil.py507 class Vec4(Vec): class
/external/deqp/modules/gles31/scripts/
Dgenutil.py625 class Vec4(Vec): class
/external/deqp/modules/gles3/scripts/
Dgenutil.py623 class Vec4(Vec): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7616 SDValue Vec4 = FMAOp2.getOperand(0); in performFMACombine() local