/third_party/boost/boost/qvm/ |
D | vec_register2.hpp | 12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument 17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument 22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
|
D | vec_register3.hpp | 12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument 18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument 24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
|
D | vec_register4.hpp | 12 #define BOOST_QVM_REGISTER_VEC_4_READ(VecType, ScalarType, Read0, Read1, Read2, Read3) \ argument 19 #define BOOST_QVM_REGISTER_VEC_4_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Read3, Write0… argument 26 #define BOOST_QVM_REGISTER_VEC_4(VecType, ScalarType, Element0, Element1, Element2, Element3) \ argument
|
/third_party/boost/boost/qvm/detail/ |
D | vec_register_impl.hpp | 87 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ(VecType, ScalarType, Dim, I, Read)… argument 100 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_WRITE(VecType, ScalarType, Dim, I, Writ… argument 113 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ_WRITE(VecType, ScalarType, Dim, I,… argument 117 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ(VecType, ScalarType, Dim) \ argument 127 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ_WRITE(VecType, ScalarType, Dim)\ argument
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrGenericVector.hpp | 70 explicit GenericVec4 (const tcu::Vector<ScalarType, 4>& value) in GenericVec4() 93 GenericVec4& operator= (const tcu::Vector<ScalarType, 4>& value) in operator =()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.cpp | 146 class ScalarType final : public Type { class 150 ScalarType(skstd::string_view name, const char* abbrev, NumberKind numberKind, int8_t priority, in ScalarType() function in SkSL::ScalarType
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexLookupVerifier.cpp | 570 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid() 597 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid() 631 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid() 2444 const Vector<ScalarType, 4>& result) in isGatherOffsetsResultValid() 2519 const Vector<ScalarType, 4>& result) in is2DArrayGatherOffsetsResultValid() 2569 const Vector<ScalarType, 4>& result) in isGatherResultValid() 2626 const Vector<ScalarType, 4>& result) in isCubeGatherResultValid()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 993 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int… in getSwizzledComp() 1006 tcu::Vector<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const vk::VkComponentMap… in swizzle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 2395 Type *ScalarType = Val->getScalarType(); in getVectorInstrCost() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3773 MDNode *ScalarType = MDNode::get(Context, Elts); in UpgradeTBAANode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 4614 auto extend = [&](Value *ScalarRoot, Value *Ex, Type *ScalarType) { in vectorizeTree()
|