Home
last modified time | relevance | path

Searched refs:getVec (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.namespace.frag.out5 0:5 Function Definition: N1::getVec( ( temp 4-component vector of float)
10 0:10 Function Definition: N2::getVec( ( temp 4-component vector of float)
15 0:12 Function Definition: N2::N3::getVec( ( temp 4-component vector of float)
20 0:15 Function Definition: N2::N3::C1::getVec( ( temp 4-component vector of float)
33 0:22 Function Call: N1::getVec( ( temp 4-component vector of float)
34 0:22 Function Call: N2::getVec( ( temp 4-component vector of float)
35 0:22 Function Call: N2::N3::getVec( ( temp 4-component vector of float)
37 0:22 Function Call: N2::N3::C1::getVec( ( temp 4-component vector of float)
58 0:5 Function Definition: N1::getVec( ( temp 4-component vector of float)
63 0:10 Function Definition: N2::getVec( ( temp 4-component vector of float)
[all …]
/external/deqp-deps/glslang/Test/
Dhlsl.namespace.frag5 float4 getVec() { return v1; }
10 float4 getVec() { return v2; }
12 float4 getVec() { return v2; }
15 float4 getVec() { return v2; }
22 return N1::getVec() + N2::getVec() + N2::N3::getVec() + N2::N3::C1::getVec() * N2::gf;
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h175 getVec(const std::string &S, char Delim) { in getVec() function
375 getVec(const std::string &Str) { in getVec() function
396 getVec(T Op1) { in getVec() function
404 getVec(T Op1, T Op2) { in getVec() function
413 getVec(T Op1, T Op2, T Op3) { in getVec() function
423 getVec(T Op1, const std::vector<T> &Ops2) { in getVec() function
DSPIRVDecorate.h155 for (auto &I:getVec(Name)) in SPIRVDecorateLinkageAttr()
189 std::copy_n(getVec(Name).begin(), Literals.size()-1, Literals.begin()); in decodeLiterals()
DSPIRVType.h214 auto Cap = getVec(CapabilityAddresses); in getRequiredCapability()
672 return getVec(CapabilityDeviceEnqueue); in _SPIRV_OP()
692 return getVec(CapabilityDeviceEnqueue); in getRequiredCapability()
721 return getVec(CapabilityPipes); in getRequiredCapability()
DSPIRVValue.h328 return getVec(CapabilityLiteralSampler); in getRequiredCapability()
370 return getVec(CapabilityPipes, CapabilityPipeStorage); in getRequiredCapability()
DSPIRVFunction.h69 return getVec(CapabilityLinkage); in getRequiredCapability()
DSPIRVInstruction.h1714 return getVec(CapabilityDeviceEnqueue);
1741 return getVec(CapabilityPipes);
1765 return getVec(CapabilityPipeStorage, CapabilityPipes);
1779 return getVec(CapabilityGroups);
1808 return getVec(CapabilityInt64Atomics);
1840 return getVec(CapabilityImageBasic);
DSPIRVModule.cpp1002 getVec(Op1->getId(), Op2->getId()), BB, this), BB); in addBinaryInst()
1019 TheType, getId(), getVec(Op->getId()), BB, this), BB); in addUnaryInst()
1060 TheType, getId(), getVec(Op1->getId(), Op2->getId()), BB, this), BB); in addCmpInst()
1075 getVec(static_cast<SPIRVWord>(ScopeKind), MemFlag), BB, this), BB); in addMemoryBarrierInst()
1090 Type, getId(), getVec(Base->getId(), Base->getIds(Indices)), in addPtrAccessChainInst()