Home
last modified time | relevance | path

Searched refs:words_ (Results 1 – 14 of 14) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Did_descriptor.cpp44 assert(words_.empty()); in ProcessInstruction()
45 words_.push_back(inst.words[0]); in ProcessInstruction()
55 words_.push_back(it->second); in ProcessInstruction()
60 words_.push_back(inst.words[operand.offset + operand_word_index]); in ProcessInstruction()
66 custom_hash_func_ ? custom_hash_func_(words_) : HashU32Array(words_); in ProcessInstruction()
70 words_.clear(); in ProcessInstruction()
Did_descriptor.h36 words_.reserve(16); in custom_hash_func_()
58 std::vector<uint32_t> words_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/
Did_descriptor.cpp44 assert(words_.empty()); in ProcessInstruction()
45 words_.push_back(inst.words[0]); in ProcessInstruction()
55 words_.push_back(it->second); in ProcessInstruction()
60 words_.push_back(inst.words[operand.offset + operand_word_index]); in ProcessInstruction()
66 custom_hash_func_ ? custom_hash_func_(words_) : HashU32Array(words_); in ProcessInstruction()
70 words_.clear(); in ProcessInstruction()
Did_descriptor.h36 words_.reserve(16); in custom_hash_func_()
58 std::vector<uint32_t> words_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dinstruction.h65 uint32_t word(size_t index) const { return words_[index]; } in word()
68 const std::vector<uint32_t>& words() const { return words_; } in words()
94 return *reinterpret_cast<const T*>(&words_[o.offset]); in GetOperandAs()
101 const std::vector<uint32_t> words_;
Dinstruction.cpp23 : words_(inst->words, inst->words + inst->num_words), in Instruction()
25 inst_({words_.data(), inst->num_words, inst->opcode, inst->ext_inst_type, in Instruction()
Dvalidation_state.cpp158 words_(words), in ValidationState_t()
214 context_, words_, num_words_);
1021 words_, num_words_, disassembly_options); in Disassemble()
Dvalidation_state.h586 const uint32_t* words_; variable
/external/deqp-deps/SPIRV-Tools/source/val/
Dinstruction.h65 uint32_t word(size_t index) const { return words_[index]; } in word()
68 const std::vector<uint32_t>& words() const { return words_; } in words()
94 return *reinterpret_cast<const T*>(&words_[o.offset]); in GetOperandAs()
101 const std::vector<uint32_t> words_;
Dinstruction.cpp23 : words_(inst->words, inst->words + inst->num_words), in Instruction()
25 inst_({words_.data(), inst->num_words, inst->opcode, inst->ext_inst_type, in Instruction()
Dvalidation_state.cpp158 words_(words), in ValidationState_t()
213 context_, words_, num_words_);
1004 words_, num_words_, disassembly_options); in Disassemble()
Dvalidation_state.h570 const uint32_t* words_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h144 virtual const std::vector<uint32_t>& words() const { return words_; } in words()
160 : Constant(ty), words_(w) {} in ScalarConstant()
162 : Constant(ty), words_(std::move(w)) {} in ScalarConstant()
163 std::vector<uint32_t> words_; variable
209 return MakeUnique<IntConstant>(type_->AsInteger(), words_); in CopyIntConstant()
229 return MakeUnique<FloatConstant>(type_->AsFloat(), words_); in CopyFloatConstant()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h144 virtual const std::vector<uint32_t>& words() const { return words_; } in words()
160 : Constant(ty), words_(w) {} in ScalarConstant()
162 : Constant(ty), words_(std::move(w)) {} in ScalarConstant()
163 std::vector<uint32_t> words_; variable
209 return MakeUnique<IntConstant>(type_->AsInteger(), words_); in CopyIntConstant()
229 return MakeUnique<FloatConstant>(type_->AsFloat(), words_); in CopyFloatConstant()