Home
last modified time | relevance | path

Searched defs:GetOperand (Results 1 – 7 of 7) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction.h671 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function
676 inline const Operand& Instruction::GetOperand(uint32_t index) const { in GetOperand() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.h665 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function
670 inline const Operand& Instruction::GetOperand(uint32_t index) const { in GetOperand() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h665 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function
670 inline const Operand& Instruction::GetOperand(uint32_t index) const { in GetOperand() function
/external/vixl/src/aarch32/
Ddisasm-aarch32.h232 const MemOperand& GetOperand() const { return operand_; } in GetOperand() function
244 const AlignedMemOperand& GetOperand() const { return operand_; } in GetOperand() function
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp163 TEST(InstructionTest, GetOperand) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinstruction_test.cpp162 TEST(InstructionTest, GetOperand) { in TEST() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dinstruction_test.cpp163 TEST(InstructionTest, GetOperand) { in TEST() argument