Home
last modified time | relevance | path

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

/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.cpp1022 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int… in getSwizzledComp()
1035 tcu::Vector<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const vk::VkComponentMap… in swizzle()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1016 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int… in getSwizzledComp()
1029 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()