Searched refs:literal_words_or_ids (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 243 const Type* type, const std::vector<uint32_t>& literal_words_or_ids) const { in CreateConstant() 244 if (literal_words_or_ids.size() == 0) { in CreateConstant() 248 assert(literal_words_or_ids.size() == 1 && in CreateConstant() 250 return MakeUnique<BoolConstant>(bt, literal_words_or_ids.front()); in CreateConstant() 252 return MakeUnique<IntConstant>(it, literal_words_or_ids); in CreateConstant() 254 return MakeUnique<FloatConstant>(ft, literal_words_or_ids); in CreateConstant() 256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 296 std::vector<uint32_t> literal_words_or_ids; GetConstantFromInst() local 387 GetConstant( const Type* type, const std::vector<uint32_t>& literal_words_or_ids) GetConstant() argument [all...] |
H A D | constants.h | 510 // |literal_words_or_ids|. If a Constant instance existed already in the 515 const Type* type, const std::vector<uint32_t>& literal_words_or_ids); 518 const Constant* GetConstant(const Type* type, const C& literal_words_or_ids) { in GetConstant() argument 519 return GetConstant(type, std::vector<uint32_t>(literal_words_or_ids.begin(), in GetConstant() 520 literal_words_or_ids.end())); in GetConstant() 663 const std::vector<uint32_t>& literal_words_or_ids) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 243 const Type* type, const std::vector<uint32_t>& literal_words_or_ids) const { in CreateConstant() 244 if (literal_words_or_ids.size() == 0) { in CreateConstant() 248 assert(literal_words_or_ids.size() == 1 && in CreateConstant() 250 return MakeUnique<BoolConstant>(bt, literal_words_or_ids.front()); in CreateConstant() 252 return MakeUnique<IntConstant>(it, literal_words_or_ids); in CreateConstant() 254 return MakeUnique<FloatConstant>(ft, literal_words_or_ids); in CreateConstant() 256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 296 std::vector<uint32_t> literal_words_or_ids; GetConstantFromInst() local 387 GetConstant( const Type* type, const std::vector<uint32_t>& literal_words_or_ids) GetConstant() argument [all...] |
H A D | constants.h | 510 // |literal_words_or_ids|. If a Constant instance existed already in the 515 const Type* type, const std::vector<uint32_t>& literal_words_or_ids); 518 const Constant* GetConstant(const Type* type, const C& literal_words_or_ids) { in GetConstant() argument 519 return GetConstant(type, std::vector<uint32_t>(literal_words_or_ids.begin(), in GetConstant() 520 literal_words_or_ids.end())); in GetConstant() 672 const std::vector<uint32_t>& literal_words_or_ids) const;
|
/third_party/spirv-tools/source/opt/ |
H A D | constants.cpp | 243 const Type* type, const std::vector<uint32_t>& literal_words_or_ids) const { in CreateConstant() 244 if (literal_words_or_ids.size() == 0) { in CreateConstant() 248 assert(literal_words_or_ids.size() == 1 && in CreateConstant() 250 return MakeUnique<BoolConstant>(bt, literal_words_or_ids.front()); in CreateConstant() 252 return MakeUnique<IntConstant>(it, literal_words_or_ids); in CreateConstant() 254 return MakeUnique<FloatConstant>(ft, literal_words_or_ids); in CreateConstant() 256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() 296 std::vector<uint32_t> literal_words_or_ids; GetConstantFromInst() local 387 GetConstant( const Type* type, const std::vector<uint32_t>& literal_words_or_ids) GetConstant() argument [all...] |
H A D | constants.h | 510 // |literal_words_or_ids|. If a Constant instance existed already in the 515 const Type* type, const std::vector<uint32_t>& literal_words_or_ids); 518 const Constant* GetConstant(const Type* type, const C& literal_words_or_ids) { in GetConstant() argument 519 return GetConstant(type, std::vector<uint32_t>(literal_words_or_ids.begin(), in GetConstant() 520 literal_words_or_ids.end())); in GetConstant() 689 const std::vector<uint32_t>& literal_words_or_ids) const;
|
Completed in 7 milliseconds