Home
last modified time | relevance | path

Searched refs:constantsTypesGlobals (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp139 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makeVoidType()
153 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makeBoolType()
167 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makeSamplerType()
191 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makePointer()
204 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makeForwardPointer()
225 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makePointerFromForwardPointer()
247 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makeIntegerType()
280 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makeFloatType()
312 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makeStructType()
359 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type)); in makeVectorType()
[all …]
DSpvBuilder.h716 std::vector<std::unique_ptr<Instruction> > constantsTypesGlobals; variable