Home
last modified time | relevance | path

Searched refs:base_ptr_id (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_builder.h463 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain() argument
466 operands.push_back({SPV_OPERAND_TYPE_ID, {base_ptr_id}}); in AddAccessChain()
479 Instruction* AddLoad(uint32_t type_id, uint32_t base_ptr_id) { in AddLoad() argument
481 operands.push_back({SPV_OPERAND_TYPE_ID, {base_ptr_id}}); in AddLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_builder.h463 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain() argument
466 operands.push_back({SPV_OPERAND_TYPE_ID, {base_ptr_id}}); in AddAccessChain()
479 Instruction* AddLoad(uint32_t type_id, uint32_t base_ptr_id) { in AddLoad() argument
481 operands.push_back({SPV_OPERAND_TYPE_ID, {base_ptr_id}}); in AddLoad()
/third_party/spirv-tools/source/opt/
H A Dir_builder.h483 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain() argument
486 operands.push_back({SPV_OPERAND_TYPE_ID, {base_ptr_id}}); in AddAccessChain()
499 Instruction* AddLoad(uint32_t type_id, uint32_t base_ptr_id, in AddLoad() argument
502 operands.push_back({SPV_OPERAND_TYPE_ID, {base_ptr_id}}); in AddLoad()

Completed in 4 milliseconds