/external/deqp-deps/SPIRV-Tools/source/ |
D | id_descriptor.cpp | 44 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()
|
D | id_descriptor.h | 36 words_.reserve(16); in custom_hash_func_() 58 std::vector<uint32_t> words_; variable
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | id_descriptor.cpp | 44 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()
|
D | id_descriptor.h | 36 words_.reserve(16); in custom_hash_func_() 58 std::vector<uint32_t> words_; variable
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | instruction.h | 65 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_;
|
D | instruction.cpp | 23 : 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()
|
D | validation_state.cpp | 158 words_(words), in ValidationState_t() 214 context_, words_, num_words_); 1021 words_, num_words_, disassembly_options); in Disassemble()
|
D | validation_state.h | 586 const uint32_t* words_; variable
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | instruction.h | 65 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_;
|
D | instruction.cpp | 23 : 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()
|
D | validation_state.cpp | 158 words_(words), in ValidationState_t() 213 context_, words_, num_words_); 1004 words_, num_words_, disassembly_options); in Disassemble()
|
D | validation_state.h | 570 const uint32_t* words_; variable
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | constants.h | 144 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/ |
D | constants.h | 144 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()
|