Home
last modified time | relevance | path

Searched defs:ScalarType (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/qvm/
Dvec_register2.hpp12 #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
Dvec_register3.hpp12 #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
Dvec_register4.hpp12 #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/
Dvec_register_impl.hpp87 #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/
DrrGenericVector.hpp70 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/
DSkSLType.cpp146 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/
DtcuTexLookupVerifier.cpp570 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/
DvktPipelineImageSamplingInstance.cpp993 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/
DX86TargetTransformInfo.cpp2395 Type *ScalarType = Val->getScalarType(); in getVectorInstrCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3773 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/
DSLPVectorizer.cpp4614 auto extend = [&](Value *ScalarRoot, Value *Ex, Type *ScalarType) { in vectorizeTree()